From 2182d38acc907f850db77d95098ff9e0056d0f33 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 24 Jun 2025 15:26:01 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index da32e6dd..652bd784 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -132,6 +132,9 @@ final class Epay extends Base throw new Exception("没有payurl,也没有qrcode"); } } + + var_dump($resData); + exit; return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([ 'ret' => 1,