查询设备SN合法性事件
POST
https://127.0.0.1/suite/receive
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://127.0.0.1/suite/receive' \
--header 'Content-Type: application/json' \
--data-raw '{
"msg_type":"event",
"base_info":{
"req_id":"xxx",
"createtime":1658332800,
"auth_corpid":"xxx",
"service_corpid":"xxx"
},
"event":{
"event_type":"verify_device",
"device_sn_md5":"xxx"
}
}'
响应示例响应示例
{
"is_valid": true,
"modelid": "XXX"
}
请求参数
Query 参数
msg_signature
string
可选
示例值:
3a7b08bb8e6dbce3c9671d6fdb69d15066227608
timestamp
string
可选
示例值:
1403610513
nonce
string
可选
示例值:
380320359
Body 参数application/json
返回响应
修改于 2022-12-08 07:13:21