no message

This commit is contained in:
hellcat 2025-06-24 15:26:01 +08:00
parent 56ae53ed08
commit 2182d38acc

View File

@ -132,6 +132,9 @@ final class Epay extends Base
throw new Exception("没有payurl也没有qrcode"); throw new Exception("没有payurl也没有qrcode");
} }
} }
var_dump($resData);
exit;
return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([ return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([
'ret' => 1, 'ret' => 1,