李昊 4 年之前
父節點
當前提交
a8c8b7851c

+ 2 - 2
gx_api/GxPress/Infrastructure/GxPress.Common/AliPay/PcPay.cs

@@ -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}");
             //跳转支付宝支付

+ 2 - 1
gx_api/GxPress/Infrastructure/GxPress.Common/WechatPay/DemoConfig.cs

@@ -56,7 +56,8 @@ namespace GxPress.Common.WechatPay
         */
         public string GetNotifyUrl()
         {
-            return "http://payzzz.top/api/web/wxpay/notify";
+            // return "http://payzzz.top/api/web/wxpay/notify";
+            return "https://apk.tederen.com/service/api/web/wxpay/notify";
         }
 
         //=======【商户系统后台机器IP】=====================================