Merge branch 'feature/pay'

hotfix/远程访问多媒体中心
lyt 7 years ago
commit 6cc206dd50

@ -93,6 +93,12 @@ 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');
/**
* 每月20号发送退款给财务
*/
if (date('d')==='20') {
async_curl('https://www.mycht.cn/webht.php/apps/pay/paymentservice/refund_finance_notify');
}
return;
}

Loading…
Cancel
Save