|
@@ -680,6 +680,17 @@ code 值描述:
|
|
| code | number| 是|已经授权过了:0,没有通过云小薇授权 :1,没有通过QQ音乐授权:2|
|
|
| code | number| 是|已经授权过了:0,没有通过云小薇授权 :1,没有通过QQ音乐授权:2|
|
|
| dsn | String| 否|提供给云小薇的设备唯一标识,code为1,必填,其他不用填|
|
|
| dsn | String| 否|提供给云小薇的设备唯一标识,code为1,必填,其他不用填|
|
|
| authReqInfo | String| 否|由智能设备根据规则生成,生成规则见[authReqInfo说明](https://dingdang.qq.com/doc/page/365),code为1,必填,其他不用填|
|
|
| authReqInfo | String| 否|由智能设备根据规则生成,生成规则见[authReqInfo说明](https://dingdang.qq.com/doc/page/365),code为1,必填,其他不用填|
|
|
|
|
+```json
|
|
|
|
+{
|
|
|
|
+ "DstDeviceName": "mobile_uuid",
|
|
|
|
+ "SrcDeviceName": "device_uuid",
|
|
|
|
+ "type": "start_dm_auth",
|
|
|
|
+ "other": {
|
|
|
|
+ "dsn": "xx"
|
|
|
|
+ "authReqInfo": "xxxxxx"
|
|
|
|
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+```
|
|
|
|
|
|
|
|
|