curl --location --request GET '/admin-api/charging/tlb-product/page?pageNo=1&pageSize=10' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"list": [
{
"pcid": "30492",
"name": "李四",
"cpCode": "string",
"vrCode": "string",
"prCode": "string",
"sbCode": "string",
"regDate": "2019-08-24T14:15:22Z",
"regUser": "string",
"usedSeq": "string",
"pileType": 1,
"total": 0,
"chargePower": 0,
"portNum": 0,
"adapterType": "1",
"pipeModel": 0,
"remark": "你说的对",
"dataDomain": 0
}
],
"total": 0
},
"msg": "string"
}