Last Updated on : 2022-03-02 03:46:43download
| Name | Version | Description |
|---|---|---|
| v1.0/pms/shortlink/uuid/get | 1.0 | get short link by uuid |
HTTP type
Post
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| tokenId | String | tokenId | Yes |
| uuid | String | UUID | Yes |
| appId | String | appId | No |
Other parameters
None
{
"tokenId" : "EMEbhpvJmGtQB4sb",
"uuid" : "908726425c157346bf11",
"appId" : "168"
}
| Name | Type | Description |
|---|---|---|
| result | Map | response result |
| result.deviceCode | String | device code |
| result.shortUrl | String | device short link |
| result.uuid | String | device uuid |
| success | Boolean | succeed or not |
请求成功示例
{
"result": {
"deviceCode": "V64CUHWD",
"shortUrl": "https://tongtian-daily.tuya-inc.cn/1D0dv8Qu",
"uuid": "908726425c157346bf11"
},
"success": true,
"t": 1611907914074
}
| Name | Description |
|---|---|
| THE_BLANK_PARAM | parameter can not be empty |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback