|
@@ -132,7 +132,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 == 21) {
|
|
|
System.out.println("苍南");
|