Ver código fonte

更新云小微授权功能参数

zhouyuxiang 3 anos atrás
pai
commit
247e12e30f
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8 0
      mqtt设备控制命令.md

+ 8 - 0
mqtt设备控制命令.md

@@ -141,6 +141,7 @@ payload:
 		"resource_from": ""
                 "songAlbumID":"12345678"
                 "version":2
+                "is_debug":2
 	}
 }
 ```
@@ -421,6 +422,11 @@ payload:
     "DstDeviceName": "device_uuid",
     "SrcDeviceName": "mobile_uuid",
     "type": "start_dm_auth",
+    "other": {
+		"version":2
+                "is_debug":2
+	}
+
 }
 ```
 
@@ -438,6 +444,8 @@ payload:
 	"other": {
 		"clientId": "xxxxxx",
 		"authRespInfo":"xxxxxxxx"
+                "version":2
+                "is_debug":2
 	}
 }
 ```