瀏覽代碼

网络教室

zouxuan 3 年之前
父節點
當前提交
5e6d70bfdb

+ 1 - 0
cooleshow-user/user-classroom/src/main/java/com/yonge/cooleshow/classroom/controller/ImNetworkRoomController.java

@@ -64,6 +64,7 @@ public class ImNetworkRoomController extends BaseController {
     @PostMapping(value = "/statusSync")
     @ApiOperation("加入网络教室状态回调")
     public void statusSync(@RequestBody String body) throws Exception {
+        log.info("statusSync body: {}",body);
         ImChannelStateNotify notify = JSONObject.parseObject(body, ImChannelStateNotify.class);
         log.info("statusSyncParam: {}",JSONObject.toJSON(notify));
         switch (notify.getEvent()) {