{
"device_id": "string",
"dev_model": "string",
"address": "string",
"longitude": 0,
"latitude": 0,
"store_name": "string",
"hotel_code": "string"
}
curl --location --request POST 'https://yzt.hntpxx.com/api/verification/deviceUpdate' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"dev_model": "string",
"address": "string",
"longitude": 0,
"latitude": 0,
"store_name": "string",
"hotel_code": "string"
}'
{
"code": 200,
"data": "{}",
"msg": "success"
}