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