diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 685a5a42..f1f5bff1 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -724,7 +724,9 @@ class IPayLinksService extends CI_Controller ,strval($payer_name) ,strval($payer_email) ); - $query = $this->query_pay_result($asyns_resp->data); + if (strval($asyns_resp->data->resultCode) === "0000") { + $query = $this->query_pay_result($asyns_resp->data); + } // } // 返回状态码200 return;