Commit 0e305b929f18a718f4f681fde3e284f359f8afbf
1 parent
c3f30c889e
Exists in
master
获取专家组\客服人员信息
Showing 1 changed file with 1 additions and 0 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ChatGroupController.java
View file @
0e305b9
... | ... | @@ -194,6 +194,7 @@ |
194 | 194 | log.info(">>>>>>>>> getSessionListInfo"); |
195 | 195 | JSONArray rs=new JSONArray(); |
196 | 196 | try { |
197 | + request.setCharacterEncoding("utf-8"); | |
197 | 198 | String res=IOUtils.toString(request.getInputStream()); |
198 | 199 | log.info(res); |
199 | 200 | JSONObject jsonObject= JSON.parseObject(res); |