Commit bcd0d38b authored by wlx@33.cn's avatar wlx@33.cn

修正回调地址

parent 88a27a10
...@@ -39,7 +39,7 @@ public class WeiXinProties { ...@@ -39,7 +39,7 @@ public class WeiXinProties {
"zw9dZrrb6bCcV5U4wfT8x+iQXWYXYPJbRx+5SFYOSZkKUrHVsgdLX+dDXsg88yuM\n" + "zw9dZrrb6bCcV5U4wfT8x+iQXWYXYPJbRx+5SFYOSZkKUrHVsgdLX+dDXsg88yuM\n" +
"UtSQ5NpWkCE1oULt9EfRAF1HyQ=="; "UtSQ5NpWkCE1oULt9EfRAF1HyQ==";
@Getter @Getter
private static final String NOTIFY_URL = "https://testadminym.8n.cn/root/mall/wxpay/without/return"; private static final String NOTIFY_URL = "https://malladmin.inmvo.com/root/mall/wxpay/without/return";
@Getter @Getter
private static final String WEIXINPAY_URL = "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi";//微信jsapi下单地址 private static final String WEIXINPAY_URL = "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi";//微信jsapi下单地址
@Getter @Getter
...@@ -52,5 +52,5 @@ public class WeiXinProties { ...@@ -52,5 +52,5 @@ public class WeiXinProties {
* 退款通知 * 退款通知
*/ */
@Getter @Getter
private static final String REFUND_NOTIFY_URL = "http://server.hongrenlian.cn/root/malladmin/wxpay/refund/return"; private static final String REFUND_NOTIFY_URL = "https://malladmin.inmvo.com/root/malladmin/wxpay/refund/return";
} }
...@@ -45,7 +45,7 @@ public class WeiXinProties { ...@@ -45,7 +45,7 @@ public class WeiXinProties {
"zw9dZrrb6bCcV5U4wfT8x+iQXWYXYPJbRx+5SFYOSZkKUrHVsgdLX+dDXsg88yuM\n" + "zw9dZrrb6bCcV5U4wfT8x+iQXWYXYPJbRx+5SFYOSZkKUrHVsgdLX+dDXsg88yuM\n" +
"UtSQ5NpWkCE1oULt9EfRAF1HyQ=="; "UtSQ5NpWkCE1oULt9EfRAF1HyQ==";
@Getter @Getter
private static final String NOTIFY_URL = "https://testym.8n.cn/root/mall/wxpay/without/return"; private static final String NOTIFY_URL = "https://mall.inmvo.com/root/mall/wxpay/without/return";
@Getter @Getter
private static final String WEIXINPAY_URL = "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi";//微信jsapi下单地址 private static final String WEIXINPAY_URL = "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi";//微信jsapi下单地址
@Getter @Getter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment