curl --location --request GET '/admin-api/charging/platform/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"id": 28398,
"operatorid": "2916",
"operatorname": "张三",
"dboperatorid": "22429",
"domain": "string",
"ordertype": 1,
"pushtype": 2,
"connecttime": "2019-08-24T14:15:22Z",
"limitPushUrl": "https://www.iocoder.cn"
}
],
"total": 0
},
"msg": "string"
}