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