From eb9886192e6a9f88718c6ecdc45905f6a93d3b87 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 17:18:28 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index 39b93d20..eef4133a 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -62,10 +62,10 @@ final class Epay extends Base public function purchase(ServerRequest $request, Response $response, array $args): ResponseInterface { - return $response->withJson([ - 'ret' => 0, - 'msg' => '请求支付失败,请联系管理员', - ]); +// return $response->withJson([ +// 'ret' => 0, +// 'msg' => '请求支付失败,请联系管理员', +// ]); $price = $this->antiXss->xss_clean($request->getParam('price')); $invoice_id = $this->antiXss->xss_clean($request->getParam('invoice_id')); // EPay 特定参数