fix(game): 修改代理码并移除测试代码
- 将代理码从 "FCXTU3042" 修改为 "TTCS" - 移除了 GamesFCServiceImpl 类中的测试代码main-cf
parent
8edbda429e
commit
c9797d57c5
|
@ -148,11 +148,7 @@ public class GamesFCServiceImpl implements IGamesService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
Map<String, Object> paramsMap =new HashMap<>();
|
|
||||||
paramsMap.put("MemberAccount","5hajptaA");
|
|
||||||
System.out.printf(getKey(paramsMap,"pySJ3DRpW2Zj2A9C"));
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取密钥映射
|
* 获取密钥映射
|
||||||
|
@ -166,7 +162,7 @@ public class GamesFCServiceImpl implements IGamesService {
|
||||||
Map<String, Object> keyMap = new HashMap<>();
|
Map<String, Object> keyMap = new HashMap<>();
|
||||||
String key = getKey(paramsMap, agentKey);
|
String key = getKey(paramsMap, agentKey);
|
||||||
keyMap.put("Sign", Md5Utils.md5New(JSONUtils.toJSONString(paramsMap)));
|
keyMap.put("Sign", Md5Utils.md5New(JSONUtils.toJSONString(paramsMap)));
|
||||||
keyMap.put("AgentCode", "FCXTU3042");
|
keyMap.put("AgentCode", "TTCS");
|
||||||
keyMap.put("Currency", currency);
|
keyMap.put("Currency", currency);
|
||||||
keyMap.put("Params",key);
|
keyMap.put("Params",key);
|
||||||
return keyMap;
|
return keyMap;
|
||||||
|
|
Loading…
Reference in New Issue