变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-08 | Rocky Feng | 修改路由 原:/gateway/v1/report/daily_statement/list 新:/report/daily/statement/list | |
V1.2.0 | 2024-02-01 | Rocky Feng | 下线 |
{
"from": "string",
"orderField": "string",
"orderType": 0,
"page": 0,
"pagesize": 0,
"sent": 0,
"to": "string",
"traded": 0,
"tradingSystem": "string",
"uuids": [
"string"
]
}
curl --location --request POST '/report/daily/statement/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"from": "string",
"orderField": "string",
"orderType": 0,
"page": 0,
"pagesize": 0,
"sent": 0,
"to": "string",
"traded": 0,
"tradingSystem": "string",
"uuids": [
"string"
]
}'
{
"code": 0,
"data": {
"data": [
{
"createTime": "2019-08-24T14:15:22Z",
"downloadLink": "string",
"id": 0,
"operator": "string",
"sent": true,
"settlementDate": "string",
"traded": true,
"uuid": "string"
}
],
"totalCounts": 0
},
"msg": "string",
"success": true
}