|
@@ -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()) {
|