From 79fc984f9fcb5cc54b837021236dd0204b456dcc Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 22 Apr 2020 23:07:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20iPaylinks=E6=97=A5=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=89=A7=E8=A1=8C=E6=97=B6=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/WxpayService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/WxpayService.php b/webht/third_party/pay/controllers/WxpayService.php index 12a77b3a..df2ac142 100644 --- a/webht/third_party/pay/controllers/WxpayService.php +++ b/webht/third_party/pay/controllers/WxpayService.php @@ -94,7 +94,7 @@ class WxpayService extends CI_Controller { } 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'); // iPaylinks日账单 + async_curl('https://www.mycht.cn/download_statement/download_files.php', 30); // iPaylinks日账单 /** * 每月20号发送退款给财务 */