@@ -107,6 +107,9 @@ public class GameAppletServiceImpl extends ServiceImpl<GameAppletMapper, GameApp
signature, mySignature);
return result;
}
+
+ log.error("收到腾讯监听服务器内容, postData : {}", JsonUtil.toString(postData));
//消息内容
AppletMsgDTO appletMsgDTO = JsonUtil.toObj(postData, AppletMsgDTO.class);