generated from root/miduo_server
修改F5sdk
parent
c21563c183
commit
3cbc2b09e6
|
@ -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)){
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue