{
"pageNum": 1,
"pageSize": 10,
"code": "",
"type": "",
"startDate": "2025-4-3",
"endDate": "2025-4-10"
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/yd/list' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"code": "",
"type": "",
"startDate": "2025-4-3",
"endDate": "2025-4-10"
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"currDate": "",
"code": "",
"name": "",
"type": 0,
"typeMessage": "",
"price": 0.0,
"priceProportion": 0.0,
"closePrice": 0.0,
"closePriceProportion": 0.0
}
]
}
}