派生自 projectDept/qhighschool

胡仁荣
2023-10-08 c257eda25e4c9cb6fdfa8a9a85c2dd7be67b5a49
src/main/java/com/qxueyou/scc/stucontroller/StuLiveController.java
@@ -173,6 +173,7 @@
        }else {
         userRole=MTCloud.ROLE_USER;
      }
      options.put("ssl", true);
      String res = client.courseAccess(couresId,userId,userName,userRole, 10000, options);
      JSONObject jsonObject = JSON.parseObject(res);