{
"pageSize": 0,
"pageNum": 0,
"deviceNo": "string",
"gmtCreateStart": "2019-08-24T14:15:22Z",
"gmtCreateEnd": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/deviceauth/list' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNum": 0,
"deviceNo": "string",
"gmtCreateStart": "2019-08-24T14:15:22Z",
"gmtCreateEnd": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{}
]
},
"success": true,
"resultData": {
"pageSize": 0,
"currentPage": 0,
"totalPage": 0,
"totalCount": 922337203685477600,
"list": [
{}
]
}
}