Compare commits
No commits in common. "f0bebb23be5125df087ba893cd2f58ebbed45a07" and "f4a69cc3714e9cde20263bbff0141e02ff09d555" have entirely different histories.
f0bebb23be
...
f4a69cc371
|
|
@ -16,7 +16,7 @@ public class AlipayConstant {
|
|||
// 签名类型
|
||||
public static final String SIGN_TYPE = "RSA2";
|
||||
|
||||
public static final String NOTIFY_URL = "https://api.gbgobig.com/api/pay/aliPayCallback";
|
||||
public static final String NOTIFY_URL = "http://139.224.213.131:7008/pay/aliPayCallback";
|
||||
|
||||
public static final String SIGN_NOTIFY_URL = "http://139.224.213.131:7008/pay/aliPaySignCallback";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue