修改F5sdk

main
grimm 2025-03-31 22:38:22 +08:00
parent c21563c183
commit 3cbc2b09e6
2 changed files with 2 additions and 1 deletions

View File

@ -1907,7 +1907,7 @@ public class PayController {
payDoneTime = "";
}
String signStr = appId + orderId + defaultAmount + defaultCurrency + gameAmount + gameCurrency + productId +
userId + serverId + orderStatus + ots + payDoneTime + extInfo + Constant.F5_SECURE_KEY;
userId + serverId + orderStatus + ots + payDoneTime + extInfo + Constant.F5_PAY_KEY;
String mySign=MD5Util.encrypByMd5(signStr);
if(!mySign.equals(osign)){

View File

@ -149,5 +149,6 @@ public class Constant {
public static final String F5_APPID = "0977b6d3e84611ef8f2202c85f0429f5";
public static final String F5_APP_KEY = "4KFXCMH1dyTMrzBQbbkLFEOY3DCTtHOD";
public static final String F5_SECURE_KEY = "Dw4bOiwgtHwjxCZ6dr68CwjcuVepTQu5";
public static final String F5_PAY_KEY = "mAspdbkb2gGBYKyCdfJnZ392om38npHF";
public static final String F5_VERIFY_URL = "https://api.wingsdk.com/cpapi/v2/user/authorize.do";
}