微信支付结果回调地址

This commit is contained in:
mi9688 2025-01-08 18:01:05 +08:00
parent 74f577ad3c
commit 96c9fff97c

View File

@ -60,7 +60,7 @@ public class UserWechatPayServiceImpl implements IUserWechatPayService {
//支付结果回调地址
// public static String notify_url="https://1f647120.r3.cpolar.cn/pay/getresult";//https://1f647120.r3.cpolar.cn
//TODO 生产环境支付结果异步通知地址
public static String notify_url="https://farmh5.hze2.com/prod-api/pay/getresult";
public static String notify_url="https://www.farm315.com/prod-api/pay/getresult";
//https://5f655ed0.r3.cpolar.cn
//微信小程序appid
public static String appId="wx308612d2a8423311";