1557492053 1 anno fa
parent
commit
13613f8a2b
1 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 6 6
      application/api/service/WxService.php

+ 6 - 6
application/api/service/WxService.php

@@ -165,7 +165,7 @@ class WxService extends BaseService
                 'mchid' => $config['mch_id'],
                 'description' => $description,
                 'out_trade_no' => $out_trade_no,
-                'notify_url' => "https://pbbaby.xunsoftware.com/api.php/api/callback/wxpay",
+                'notify_url' => "https://billiards.xunsoftware.com/api.php/api/callback/wxpay",
                 'amount' => [
                     'total' => fixed2Float($amount * 100),
                     'currency' => 'CNY'
@@ -208,7 +208,7 @@ class WxService extends BaseService
                 'out_trade_no' => $out_trade_no,
                 "out_refund_no" => $out_trade_no,
                 "reason" => $description,
-                'notify_url' => "https://pbbaby.xunsoftware.com/api.php/api/callback/wxrefund",
+                'notify_url' => "https://billiards.xunsoftware.com/api.php/api/callback/wxrefund",
                 'amount' => [
                     'refund' => fixed2Float($refund_amount * 100),
                     'total' => fixed2Float($total_amount * 100),
@@ -243,7 +243,7 @@ class WxService extends BaseService
                     'mchid' => $config['mch_id'],
                     'description' => $description,
                     'out_trade_no' => $out_trade_no,
-                    'notify_url' => "https://pbbaby.xunsoftware.com/api.php/api/callback/wxpay",
+                    'notify_url' => "https://billiards.xunsoftware.com/api.php/api/callback/wxpay",
                     'amount' => [
                         'total' => fixed2Float($amount * 100),
                         'currency' => 'CNY'
@@ -283,7 +283,7 @@ class WxService extends BaseService
                 'out_trade_no' => $out_trade_no,
                 'out_refund_no' => $out_trade_no,
                 'reason' => $description,
-                'notify_url' => 'https://pbbaby.xunsoftware.com/api.php/api/callback/wxrefund',
+                'notify_url' => 'https://billiards.xunsoftware.com/api.php/api/callback/wxrefund',
                 'amount' => [
                     'refund' => fixed2Float($refund_amount * 100),
                     'total' => fixed2Float($total_amount * 100),
@@ -318,7 +318,7 @@ class WxService extends BaseService
                     'mchid' => $config['mch_id'],
                     'description' => $description,
                     'out_trade_no' => $out_trade_no,
-                    'notify_url' => "https://pbbaby.xunsoftware.com/api.php/api/callback/wxpay",
+                    'notify_url' => "https://billiards.xunsoftware.com/api.php/api/callback/wxpay",
                     'amount' => [
                         'total' => fixed2Float($amount * 100),
                         'currency' => 'CNY'
@@ -362,7 +362,7 @@ class WxService extends BaseService
                 'out_trade_no' => $out_trade_no,
                 "out_refund_no" => $out_trade_no,
                 "reason" => $description,
-                'notify_url' => "https://pbbaby.xunsoftware.com/api.php/api/callback/wxrefund",
+                'notify_url' => "https://billiards.xunsoftware.com/api.php/api/callback/wxrefund",
                 'amount' => [
                     'refund' => $refund_amount * 100,
                     "total" => $total_amount * 100,