Alipay 推送通知只能输出指定字符串

feature/trippest
lyt 7 years ago
parent 42060e6666
commit a5e47bc21e

@ -92,6 +92,7 @@ class AlipayTradeService extends CI_Controller
*/
public function alipay_notice()
{
error_reporting(0);
$resp_arr = $this->input->post();
$asyns_resp = $this->check($resp_arr);
// 未得到结果

Loading…
Cancel
Save