From 36a86c93d22b88bc04df4ca60d352bd340fe9f5e Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 7 Aug 2024 10:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=E7=9A=84se?= =?UTF-8?q?nd=20notify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/WxpayService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webht/third_party/pay/controllers/WxpayService.php b/webht/third_party/pay/controllers/WxpayService.php index d65b8fb1..2281f1b1 100644 --- a/webht/third_party/pay/controllers/WxpayService.php +++ b/webht/third_party/pay/controllers/WxpayService.php @@ -82,7 +82,7 @@ class WxpayService extends CI_Controller { $response['return_msg'] = 'OK'; } } - async_curl($this->config->item('send_notify_url', 'wxpay')); + // async_curl($this->config->item('send_notify_url', 'wxpay')); return $this->response_to_wx($response); } @@ -92,7 +92,7 @@ class WxpayService extends CI_Controller { foreach ($all_account as $account) { $this->download_bill($account); } - async_curl($this->config->item('send_notify_url', 'wxpay')); + // async_curl($this->config->item('send_notify_url', 'wxpay')); async_curl('https://www.mycht.cn/webht.php/apps/pay/alipaytradeservice/get_billfile'); async_curl('https://www.mycht.cn/download_statement/download_files.php', 30); // iPaylinks日账单 /**