{
"current": 1,
"size": 10
}curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/mobile-page' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10
}'{
"code": 0,
"data": {
"list": [
{
"adbStatus": 0,
"billingStatus": 0,
"billingType": 0,
"createTime": "",
"expiredTime": "",
"lastPowerOnTime": "",
"mobileId": 0,
"name": "",
"number": 0,
"proxyTypeId": 0,
"remark": "",
"serialNumber": 0,
"status": 0,
"tagId": 0,
"tagName": ""
}
],
"total": 0
},
"msg": ""
}