|
@@ -32,10 +32,10 @@ namespace GxPress.Common.AliPay
|
|
|
// 设置同步回调地址
|
|
|
request.SetReturnUrl(notifyUrl);
|
|
|
// 设置异步通知接收地址
|
|
|
- request.SetNotifyUrl("http://payzzz.top/api/web/alipay/notify");
|
|
|
+ //request.SetNotifyUrl("http://payzzz.top/api/web/alipay/notify");
|
|
|
+ request.SetNotifyUrl("https://apk.tederen.com/service/api/web/alipay/notify");
|
|
|
// 将业务model载入到request
|
|
|
request.SetBizModel(model);
|
|
|
-
|
|
|
var response = client.SdkExecute(request);
|
|
|
// Console.WriteLine($"订单支付发起成功,订单号:{tradeno}");
|
|
|
//跳转支付宝支付
|