generated from root/miduo_server
修改F5礼包接口
parent
947906f36d
commit
603da708fb
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue