{
"shopCode": "string",
"deviceActualCode": "string",
"dataType": 0,
"pageNo": 0,
"pageSize": 0
}curl --location --request POST 'http://test-cn.your-api-server.com/readRt' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopCode": "string",
"deviceActualCode": "string",
"dataType": 0,
"pageNo": 0,
"pageSize": 0
}'{
"success": true,
"code": "string",
"msg": "string",
"data": {
"list": [
{
"shopCode": "string",
"storeCode": "string",
"deviceActualCode": "string",
"type": 0,
"rtLIst": [
{
"pointType": 0,
"value": 0,
"time": "string"
}
]
}
],
"pageNo": 0,
"pageSize": 0,
"pageTotal": "string"
}
}