{
"keywords": "",
"showChoose": "",
"pageNum":1,
"pageSize":10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockUpDayHistory/list' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": "",
"showChoose": "",
"pageNum":1,
"pageSize":10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"code": "",
"name": "",
"currDate": "",
"todayPercent": 0.0,
"totalPercent": 0.0,
"downDay": 0,
"upDay": 0
}
]
}
}