触发财务的退款通知

feature/pay
lyt 6 years ago
parent 9ac653dccd
commit c1243a793c

@ -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