修改查询角色接口

main
grimm 2025-04-30 15:42:33 +08:00
parent 6d5e0ddbf0
commit 9ec5d64857
1 changed files with 1 additions and 0 deletions

View File

@ -2066,6 +2066,7 @@ public class PayController {
String uid = String.valueOf(user.getUid()); String uid = String.valueOf(user.getUid());
PlayerInfoCache cache = RedisUtil.getInstence().getMapValue(RedisUserKey.PLAYER_INFO_CACHE + RedisUserKey.Delimiter_colon, "",uid, PlayerInfoCache.class,-1); PlayerInfoCache cache = RedisUtil.getInstence().getMapValue(RedisUserKey.PLAYER_INFO_CACHE + RedisUserKey.Delimiter_colon, "",uid, PlayerInfoCache.class,-1);
if(cache == null){ if(cache == null){
LOGGER.error("f5GetRole--02, user not exist uid={}",uid);
continue; continue;
} }
JSONObject serverObj = new JSONObject(); JSONObject serverObj = new JSONObject();