generated from root/miduo_server
quick新参数
parent
c1c1207aef
commit
bc1370b275
|
@ -74,6 +74,7 @@ public class PayController {
|
|||
private PayHandler payHandler;
|
||||
|
||||
//生成订单号 (之前老的,现在没用到)
|
||||
@Deprecated
|
||||
@RequestMapping(value = "/order/genOrder", method = {RequestMethod.GET, RequestMethod.POST})
|
||||
public void genOrder(String uid, HttpServletResponse response) {
|
||||
try {
|
||||
|
@ -203,6 +204,7 @@ public class PayController {
|
|||
LOGGER.info("pay order channel:{}, param: {}", channel, sb);
|
||||
return returnResult;
|
||||
}
|
||||
|
||||
@RequestMapping(value = "/pay/xiaomiOrder", method = {RequestMethod.GET, RequestMethod.POST})
|
||||
public JSONObject xiaomiOrder(HttpServletRequest request) {
|
||||
try {
|
||||
|
@ -1050,6 +1052,7 @@ public class PayController {
|
|||
return "-3";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 支付回调:国内渠道 QuickGame IOS
|
||||
*
|
||||
|
|
|
@ -79,10 +79,10 @@ public class Constant {
|
|||
public static final String SIXKW_MAIN_PAY_SECRER = "afd8f0ae75f31d0e338b3245b43ccd7f";//6kw聚合
|
||||
|
||||
//国内渠道 QuickGame Android
|
||||
public static final String PRODUCT_CODE = "97600749950592832394231573804243";
|
||||
public static final String PRODUCT_KEY = "91498998";
|
||||
public static final String CALLBACK_KEY = "49341184589720293197341255244129"; //用来解码通知的密文
|
||||
public static final String MD5_KEY = "5cpglhgi6a2jbkhytgloit5hskjus0ry"; //用来验证签名
|
||||
public static final String PRODUCT_CODE = "77831531945195614225580532977254";
|
||||
public static final String PRODUCT_KEY = "94810229";
|
||||
public static final String CALLBACK_KEY = "68053768994574017084348296498685"; //用来解码通知的密文
|
||||
public static final String MD5_KEY = "vw4tgkkeebdreianlroeugwpnnkg4cna"; //用来验证签名
|
||||
public static final String QUICK_LOGIN_VERIFY_URL = "http://checkuser.sdk.quicksdk.net/v2/checkUserInfo"; //登录验证地址
|
||||
|
||||
//国内渠道 QuickGame IOS
|
||||
|
|
Loading…
Reference in New Issue