no message

This commit is contained in:
hellcat 2025-06-24 17:18:28 +08:00
parent 0e05fe4ac8
commit eb9886192e

View File

@ -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 特定参数