fix(game): 修改代理码并移除测试代码

- 将代理码从 "FCXTU3042" 修改为 "TTCS"
- 移除了 GamesFCServiceImpl 类中的测试代码
main-cf
shi 2025-03-25 11:07:01 +08:00
parent 8edbda429e
commit c9797d57c5
1 changed files with 2 additions and 6 deletions

View File

@ -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<>();
String key = getKey(paramsMap, agentKey);
keyMap.put("Sign", Md5Utils.md5New(JSONUtils.toJSONString(paramsMap)));
keyMap.put("AgentCode", "FCXTU3042");
keyMap.put("AgentCode", "TTCS");
keyMap.put("Currency", currency);
keyMap.put("Params",key);
return keyMap;