{
"startDate": "2025-3-11",
"endDate": "2025-4-9",
"code": "002812",
"charStockTypeList": [
"收盘价",
"最高价"
]
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stat/getCharStat' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-3-11",
"endDate": "2025-4-9",
"code": "002812",
"charStockTypeList": [
"收盘价",
"最高价"
]
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"legend": [
""
],
"xaxisData": [
""
],
"series": [
{
"name": "",
"type": "",
"stack": "",
"data": [
0.0
]
}
]
}
}