no message

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

View File

@ -133,6 +133,9 @@ final class Epay extends Base
} }
} }
var_dump($resData);
exit;
return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([ return $response->withHeader('HX-Redirect', $resData['payurl'])->withJson([
'ret' => 1, 'ret' => 1,
'msg' => '订单发起成功,正在跳转到支付页面...', 'msg' => '订单发起成功,正在跳转到支付页面...',