X-Access-Token: ********************
{
"current_page": 1,
"page_size": 10,
"total": 0,
"visual_total": 0,
"list": [
{}
],
"activeConfigList": [
{}
],
"startDate": "string",
"endDate": "string",
"consumptionType": 0,
"teamCharsetOrderId": 0,
"brand": "web",
"pageNo": 0,
"size": 0
}
curl --location --request POST 'http://127.0.0.1:8080/user/buyAppCharsetRecord' \
--header 'Content-Type: application/json' \
--header 'X-Access-Token;' \
--data-raw '{
"current_page": 1,
"page_size": 10,
"total": 0,
"visual_total": 0,
"list": [
{}
],
"activeConfigList": [
{}
],
"startDate": "string",
"endDate": "string",
"consumptionType": 0,
"teamCharsetOrderId": 0,
"brand": "web",
"pageNo": 0,
"size": 0
}'
{
"SUCCESS": {
"SUCCESS": {
"SUCCESS": {},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": null
},
"code": 0,
"msg": "",
"data": {}
}