{
"code": "",
"type": 0,
"startDate": "2024-12-24 20:13:55",
"endDate": "2024-12-24 20:13:55",
"chooseDate": "2024-12-24 20:13:55",
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/lhb/list' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "",
"type": 0,
"startDate": "2024-12-24 20:13:55",
"endDate": "2024-12-24 20:13:55",
"chooseDate": "2024-12-24 20:13:55",
"pageNum": 1,
"pageSize": 10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"currDate": "",
"code": "",
"name": "",
"reason": "",
"lhbExplain": "",
"type": 0,
"deptCode": "",
"deptName": "",
"sortNum": 0,
"buyMoney": 0.0,
"buyPercent": 0.0,
"sellMoney": 0.0,
"sellPercent": 0.0,
"subMoney": 0.0
}
]
}
}