{
"code": "001318",
"currDate": "20250408",
"content": "",
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockPrice/listPrice' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "001318",
"currDate": "20250408",
"content": "",
"pageNum": 1,
"pageSize": 10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"mid": "",
"code": "",
"currDate": "",
"price": 0.0,
"priceProportion": 0.0,
"tradingVolume": 0.0,
"danNum": 0,
"upType": 0,
"currDateStr": "",
"upTypeStr": ""
}
]
}
}