From d9b9a4e6758e9ead75eea4a4c7776b32f2a4c8cb Mon Sep 17 00:00:00 2001 From: changpengfei Date: Tue, 12 Oct 2021 12:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=93=E5=AE=B6=E7=BB=84\?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E4=BA=BA=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/lyms/talkonlineweb/controller/ChatGroupController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java index b932183..c6c4423 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java @@ -191,7 +191,7 @@ public class ChatGroupController { @PostMapping("getSessionListInfo") public BaseResponse getSessionListInfo(HttpServletRequest request) { BaseResponse baseResponse = new BaseResponse(); - log.info(">>>>>>>>> getSessionListInfo"); + log.info(">>>>>>>>> getSessionListInfo 根据环信传入的会话,获取用户信息"); JSONArray rs=new JSONArray(); try { request.setCharacterEncoding("utf-8"); -- 1.8.3.1