添加汇付支付
This commit is contained in:
@@ -1574,7 +1574,7 @@ public class MerchantController {
|
||||
}
|
||||
String domain_wap = ParametersUtil.domain + "/wap";
|
||||
|
||||
log.info("跳转域名", domain_wap);
|
||||
log.info("跳转域名{}", domain_wap);
|
||||
|
||||
String APP_ID = ParametersUtil.APPID;
|
||||
String ali_appid = ParametersUtil.ZY_ALI_APP_ID;
|
||||
@@ -1607,6 +1607,7 @@ public class MerchantController {
|
||||
String urlString = domain_wap + url;
|
||||
String rurl = java.net.URLEncoder.encode(urlString, "utf-8");
|
||||
String jmp = "https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=" + ali_appid + "&scope=auth_base&redirect_uri=" + rurl;
|
||||
|
||||
response.sendRedirect(jmp);
|
||||
return null;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user