06/08 18:36

This commit is contained in:
zyx 2023-06-08 18:37:05 +08:00
parent d9e8587dfa
commit 31e05f0f4d

View File

@ -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";
// 编码