派生自 projectDept/qhighschool

111
EricsHu
2023-05-24 58a1078809f129905ae30e676c8705e2a083e2ec
src/main/java/com/qxueyou/scc/controller/VideoLiveController.java
@@ -183,7 +183,7 @@
      MTCloud client = new MTCloud();
      HashMap<Object,Object> options = new HashMap<Object, Object>();
      options.put("ssl", false);
      String res = client.courseVisitorList("3360573",10,1,options);
      String res = client.courseVisitorList(courseId,page,size,options);
      return new Result(true,"开启成功",res);
   }
   /**