|
@@ -125,18 +125,29 @@ public class KfAppletMsgServiceImpl implements IKfAppletMsgService {
|
|
|
|
|
|
KfWebSocketMsgDTO.MsgContentBean msgContent = this.getMsgContent(kfAppletMsgDTO);
|
|
|
KfRoomMsg kfRoomMsg = this.transform(kfAppletMsgDTO, gameApplet, kfRoom, postData, msgContent);
|
|
|
+
|
|
|
+ log.error("构造消息成功, kfRoomMsg : {}", JsonUtil.toString(kfRoomMsg));
|
|
|
+
|
|
|
|
|
|
String orderId = redisUtil.getCache(RedisKeyConstant.GAME_CUSTOM_PAY_SIGN + kfAppletMsgDTO.getFromUserName());
|
|
|
+
|
|
|
+
|
|
|
+ log.error("11111111111111-> ");
|
|
|
+
|
|
|
|
|
|
if (Strings.isNotBlank(orderId) && this.orderHandle(orderId, gameApplet.getGameId(), kfAppletMsgDTO, kfRoom, kfRoomMsg)) {
|
|
|
return;
|
|
|
}
|
|
|
+ log.error("22222222222222-> ");
|
|
|
|
|
|
this.systemReplyHandle(gameApplet.getGameId(), kfAppletMsgDTO.getFromUserName(), kfRoom);
|
|
|
+ log.error("33333333333333-> ");
|
|
|
|
|
|
this.monitorWordHandle(gameApplet, kfAppletMsgDTO);
|
|
|
+ log.error("44444444444444-> ");
|
|
|
|
|
|
kfRoomMsgService.save(kfRoomMsg);
|
|
|
+ log.error("55555555555555-> ");
|
|
|
|
|
|
if (kfRoom == null) {
|
|
|
kfSessionUserService.update(new LambdaUpdateWrapper<KfSessionUser>()
|