Ver Fonte

回放修改2.8

wwh há 2 anos atrás
pai
commit
d863c7a02f

+ 1 - 1
huimv-farm-video/src/main/java/com/huimv/video/dhicc/test/controller/VideoRecorControllerSg.java

@@ -132,7 +132,7 @@ public class VideoRecorControllerSg {
             String token = (String) JSONObject.fromObject(jsonObject1).get("token");
             String token = (String) JSONObject.fromObject(jsonObject1).get("token");
             String[] split = action.split("\\|");// |需要转义符
             String[] split = action.split("\\|");// |需要转义符
             JSONObject jsonObject = new JSONObject();
             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);
             return R.ok().put("data", jsonObject);
         } else if (farmId == 21) {
         } else if (farmId == 21) {
             System.out.println("苍南");
             System.out.println("苍南");