{
"pageNum": "1",
"pageSize": "10",
"stockCode": "string",
"userId": 0,
"keyword": "string",
"type": "1",
"id": 0,
"notes": "string"
}
curl --location --request POST 'https://www.yueshushu.top/StockApi/stockSelected/list' \
--header 'Authorization: yjlNB' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "10",
"stockCode": "string",
"userId": 0,
"keyword": "string",
"type": "1",
"id": 0,
"notes": "string"
}'
{
"code": 0,
"success": false,
"message": "",
"timestamp": 0,
"traceId": "",
"timestampStr": "",
"exceptionMessage": "",
"customInfo": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"stockCode": "",
"stockName": "",
"notes": "",
"createTime": "",
"code": "",
"name": ""
}
]
}
}