{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceType": "string",
"deviceNo": "string",
"custNum": "string"
}
curl --location --request POST '/custDevice/devicePageSearch' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceType": "string",
"deviceNo": "string",
"custNum": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": 0,
"tenantId": 0,
"custNum": "",
"deviceCode": "",
"custName": "",
"deviceName": "",
"deviceBrand": "",
"deviceModel": "",
"createTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
}
}