{
"condition": {
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
},
"desc": true,
"isDesc": true,
"order": "string",
"pageNum": 0,
"pageSize": 0
}
curl --location --request POST 'https://applet.linkqh.com/applet/bff/dragon/findShortChgList' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"contract": "string",
"date": "2019-08-24",
"dates": "string",
"isDesc": true,
"months": "string",
"order": "string",
"productId": "string",
"type": "string"
},
"desc": true,
"isDesc": true,
"order": "string",
"pageNum": 0,
"pageSize": 0
}'
{
"code": "string",
"date": {
"data": [
{
"chgRank": 0,
"partyId": 0,
"partyName": "string",
"positionChg": 0,
"positionTotal": 0,
"totalRank": 0
}
],
"pageNum": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}