Commit d9b9a4e6758e9ead75eea4a4c7776b32f2a4c8cb

Authored by changpengfei
1 parent 0e305b929f
Exists in master

获取专家组\客服人员信息

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java View file @ d9b9a4e
... ... @@ -191,7 +191,7 @@
191 191 @PostMapping("getSessionListInfo")
192 192 public BaseResponse getSessionListInfo(HttpServletRequest request) {
193 193 BaseResponse baseResponse = new BaseResponse();
194   - log.info(">>>>>>>>> getSessionListInfo");
  194 + log.info(">>>>>>>>> getSessionListInfo 根据环信传入的会话,获取用户信息");
195 195 JSONArray rs=new JSONArray();
196 196 try {
197 197 request.setCharacterEncoding("utf-8");