变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.0.0 | 2023-10-08 | Rocky Feng | 修改路由 原:/gateway/v1/report/daily_statement/generate 新:/report/daily/statement/generate | |
V1.2.0 | 2024-02-01 | Rocky Feng | 下线 |
{
"autoSent": true,
"clientIds": [
"string"
],
"date": "2023-04-20",
"operator": "string",
"type": 0
}
curl --location --request POST '/report/daily/statement/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoSent": true,
"clientIds": [
"string"
],
"date": "2023-04-20",
"operator": "string",
"type": 0
}'
{
"code": 0,
"data": true,
"msg": "string",
"success": true,
"traceId": "string"
}