Last Updated on : 2022-03-02 03:46:43download
Name | Version | Description |
---|---|---|
v1.0/pms/material/sn/get | 1.0 | Get Resource Info by SN |
HTTP type
Post
Parameters
Name | Type | Description | Required |
---|---|---|---|
sn | String | SN code | Yes |
appId | String | appId | No |
Other parameters
None
{
"sn" : "xxxxxx",
"appId" : "xxxxxx"
}
Name | Type | Description |
---|---|---|
result | Map | response result |
success | Boolean | succeed or not |
{
"result":[
{
"auth_status":true,
"device_code":"xxxxxx", //short code
"short_url":"xxxxxx",
"appId":"xxxxxx",
"country_code":"CN",
"fingerprint":"xxxxxx",
"firmware_chip":"xxxxxx",
"firmware_key":"xxxxxx",
"firmware_name":"xxxxxx",
"firmware_version":"1.0.0",
"imei":"xxxxxx",
"mac":"xxxxxx",
"pid":"xxxxxx",
"sn":"xxxxxx",
"ssid":"SmartLife",
"uuid":"xxxxxx"
}
],
"success":true,
"t":1600052557590
}
Name | Description |
---|---|
THE_BLANK_PARAM | parameter can not be empty |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback