正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -124,7 +124,7 @@ public class RouteRequestImpl implements RouteRequest { | @@ -124,7 +124,7 @@ public class RouteRequestImpl implements RouteRequest { | ||
| 124 | 124 | ||
| 125 | //重复失败 | 125 | //重复失败 |
| 126 | if (!cimServerResVO.getCode().equals(StatusEnum.SUCCESS.getCode())){ | 126 | if (!cimServerResVO.getCode().equals(StatusEnum.SUCCESS.getCode())){ |
| 127 | - LOGGER.error(appConfiguration.getUserName() + ":" + StatusEnum.REPEAT_LOGIN.getMessage()); | 127 | + LOGGER.error(appConfiguration.getUserName() + ":" + cimServerResVO.getMessage()); |
| 128 | System.exit(-1); | 128 | System.exit(-1); |
| 129 | } | 129 | } |
| 130 | 130 |
| @@ -37,8 +37,8 @@ cim.server.online.user.url=http://45.78.28.220:8083/onlineUser | @@ -37,8 +37,8 @@ cim.server.online.user.url=http://45.78.28.220:8083/onlineUser | ||
| 37 | #cim.server.online.user=http://localhost:8083/onlineUser | 37 | #cim.server.online.user=http://localhost:8083/onlineUser |
| 38 | 38 | ||
| 39 | # 客户端唯一ID | 39 | # 客户端唯一ID |
| 40 | -cim.user.id=1545574871141 | ||
| 41 | -cim.user.userName=crossoverJie | 40 | +cim.user.id=1545574841528 |
| 41 | +cim.user.userName=zhangsan | ||
| 42 | 42 | ||
| 43 | # 回调线程队列大小 | 43 | # 回调线程队列大小 |
| 44 | cim.callback.thread.queue.size = 2 | 44 | cim.callback.thread.queue.size = 2 |
-
请 注册 或 登录 后发表评论