Merge branch 'feature/new-merge-payment'

mobile-first
lyt 5 years ago
commit 506c7efa14

@ -94,7 +94,7 @@ class WxpayService extends CI_Controller {
} }
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/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号发送退款给财务 * 每月20号发送退款给财务
*/ */

Loading…
Cancel
Save