Compare commits

...

2 Commits

Author SHA1 Message Date
linhw f0bebb23be Merge branch 'main' of https://git.mowei.com.cn/wyh/gan into main 2024-08-16 11:49:39 +08:00
linhw 0df4da3f1f ~ 2024-08-16 11:49:30 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class AlipayConstant {
// 签名类型
public static final String SIGN_TYPE = "RSA2";
public static final String NOTIFY_URL = "http://139.224.213.131:7008/pay/aliPayCallback";
public static final String NOTIFY_URL = "https://api.gbgobig.com/api/pay/aliPayCallback";
public static final String SIGN_NOTIFY_URL = "http://139.224.213.131:7008/pay/aliPaySignCallback";