作者 crossoverJie

:bug: Fixing a bug.登录状态判断

... ... @@ -124,7 +124,7 @@ public class RouteRequestImpl implements RouteRequest {
//重复失败
if (!cimServerResVO.getCode().equals(StatusEnum.SUCCESS.getCode())){
LOGGER.error(appConfiguration.getUserName() + ":" + StatusEnum.REPEAT_LOGIN.getMessage());
LOGGER.error(appConfiguration.getUserName() + ":" + cimServerResVO.getMessage());
System.exit(-1);
}
... ...
... ... @@ -37,8 +37,8 @@ cim.server.online.user.url=http://45.78.28.220:8083/onlineUser
#cim.server.online.user=http://localhost:8083/onlineUser
# 客户端唯一ID
cim.user.id=1545574871141
cim.user.userName=crossoverJie
cim.user.id=1545574841528
cim.user.userName=zhangsan
# 回调线程队列大小
cim.callback.thread.queue.size = 2
... ...