log
parent
e9cea00128
commit
2cd4efa036
|
@ -1772,6 +1772,7 @@ public class PlayerLogic {
|
||||||
}
|
}
|
||||||
if (serverId == GameApplication.serverId) {
|
if (serverId == GameApplication.serverId) {
|
||||||
try {
|
try {
|
||||||
|
LOGGER.info("getUserByRpc uid={} serverId={}",uid,serverId);
|
||||||
return UserManager.getUser(uid, true);
|
return UserManager.getUser(uid, true);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.info("getUserByRpc Exception uid={} e={}", uid, e);
|
LOGGER.info("getUserByRpc Exception uid={} e={}", uid, e);
|
||||||
|
@ -1815,7 +1816,7 @@ public class PlayerLogic {
|
||||||
}
|
}
|
||||||
// JSONObject jsonObject = JSONObject.parseObject(userStr);
|
// JSONObject jsonObject = JSONObject.parseObject(userStr);
|
||||||
// jsonObject.remove("activityManager");
|
// jsonObject.remove("activityManager");
|
||||||
|
LOGGER.info("callback=> rPCClient is =>{}",userStr);
|
||||||
return gson.fromJson(userStr, User.class);
|
return gson.fromJson(userStr, User.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue