06/08 18:36
This commit is contained in:
parent
d9e8587dfa
commit
31e05f0f4d
@ -12,7 +12,7 @@ public class AlipayConfig {
|
||||
// 服务器异步通知页面路径 需http://或者https://格式的完整路径,不能加?id=123这类自定义参数,必须外网可以正常访问
|
||||
public static String notify_url = "http://商户网关地址/alipay.trade.wap.pay-JAVA-UTF-8/notify_url.jsp";
|
||||
// 页面跳转同步通知页面路径 需http://或者https://格式的完整路径,不能加?id=123这类自定义参数,必须外网可以正常访问 商户可以自定义同步跳转地址
|
||||
public static String return_url = "http://101.43.84.101:8080/order/afterPayOrder";
|
||||
public static String return_url = "https://mt.czyx007.cn/order/afterPayOrder";
|
||||
// 请求网关地址
|
||||
public static String URL = "https://openapi-sandbox.dl.alipaydev.com/gateway.do";
|
||||
// 编码
|
||||
|
Loading…
x
Reference in New Issue
Block a user