curl --location --request GET 'https://www.yueshushu.top/StockApi/stockStrategyHistory/getDataByDate//' \
--header 'Authorization: yjlNB'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": [
{
"id": 0,
"currDate": "",
"direction": 0,
"code": "",
"name": "",
"price": 0.0,
"percent": 0.0,
"filterPass": 0,
"score": 0
}
]
}