{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}curl --location --request POST 'https://applet.linkqh.com/applet/bff/dragon/getBkLongShortRatio' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
}'{
"code": "string",
"date": {
"bkRatioList": [
{
"bkInst": "string",
"bkName": "string",
"contractRateList": [
{
"contract": "string",
"contractName": "string",
"longRate": 0,
"shortRate": 0
}
],
"ratioList": [
0
]
}
],
"dateList": [
{}
]
},
"msg": "string"
}