{
"topic": null,
"startDate": "2025-04-06",
"endDate": "2025-04-08",
"keywords": "",
"pageNum": 1,
"pageSize": 10
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/log/listMessage' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": null,
"startDate": "2025-04-06",
"endDate": "2025-04-08",
"keywords": "",
"pageNum": 1,
"pageSize": 10
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"currDate": "",
"timestamp": "",
"message": "",
"topic": 0,
"typeMessage": ""
}
]
}
}