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,