|
@ -763,6 +763,8 @@ public class YsDeviceService {
|
|
|
JSONObject tmp = new JSONObject();
|
|
|
tmp.put("url",responseBody.getJSONObject("data").getString("url"));
|
|
|
tmp.put("accessToken",accessToken);
|
|
|
tmp.put("deviceSerial",deviceSerial);
|
|
|
tmp.put("channelNo",1);
|
|
|
result.put(ResponseContant.resultMsg,tmp);
|
|
|
}else {
|
|
|
result.put(ResponseContant.resultFlag,ResponseContant.fail);
|