{
"pageSize": 15,
"pageNum": 1,
"startDate": "2025-03-21",
"endDate": "2025-04-26",
"poolType": "1",
"keywords": ""
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockPool/listPool' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 15,
"pageNum": 1,
"startDate": "2025-03-21",
"endDate": "2025-04-26",
"poolType": "1",
"keywords": ""
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"code": "",
"name": "",
"detailList": [
{
"currDate": "",
"type": 0,
"amplitudeProportion": "",
"closePrice": "",
"sign": 0,
"redShow": 0,
"totalProportion": ""
}
]
}
]
}
}