微信支付的send notify

webht/payment
Lei OT 11 months ago
parent 1e2f088eb4
commit 36a86c93d2

@ -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日账单
/**

Loading…
Cancel
Save