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