修改F5礼包接口

main
grimm 2025-09-03 15:52:32 +08:00
parent 947906f36d
commit 603da708fb
1 changed files with 2 additions and 2 deletions

View File

@ -2160,7 +2160,7 @@ public class PayController {
return json.toString();
}
int uid = Integer.parseInt(gameUserId);
String key = serverId + RedisUserKey.Delimiter_colon + gameUserId;
String key = "F5_GIFT" + RedisUserKey.Delimiter_colon + gameUserId;
Map<String, String> map = RedisUtil.getInstence().getStringMapValues(key);
if(map!=null) {
if (map.containsKey(transactionId)) {
@ -2264,7 +2264,7 @@ public class PayController {
return json.toString();
}
int uid = Integer.parseInt(gameUserId);
String key = serverId + RedisUserKey.Delimiter_colon + gameUserId;
String key = "F5_GIFT" + RedisUserKey.Delimiter_colon + gameUserId;
Map<String, String> map = RedisUtil.getInstence().getStringMapValues(key);
if(map!=null) {
if (map.containsKey(transactionId)) {