|
@@ -100,7 +100,7 @@ public class VideoRecorControllerSg {
|
|
|
String token = (String) JSONObject.fromObject(jsonObject1).get("token");
|
|
|
String[] split = action.split("\\|");// |需要转义符
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
- jsonObject.put("url", split[1] + "?token=" + token + "&trackID=701");
|
|
|
+ jsonObject.put("url", split[1] + "?token=" + token );
|
|
|
return R.ok().put("data", jsonObject);
|
|
|
} else if (farmId == 22) {
|
|
|
System.out.println("海宁");
|
|
@@ -164,7 +164,7 @@ public class VideoRecorControllerSg {
|
|
|
String token = (String) JSONObject.fromObject(jsonObject1).get("token");
|
|
|
String[] split = action.split("\\|");// |需要转义符
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
- jsonObject.put("url", split[1] + "?token=" + token + "&trackID=701");
|
|
|
+ jsonObject.put("url", split[1] + "?token=" + token);
|
|
|
return R.ok().put("data", jsonObject);
|
|
|
} else {
|
|
|
return R.error();
|