{
"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/deviceRegister' \
--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": 0,
"data": {
"cdkey": "string",
"hotelId": 0
},
"msg": "string"
}