mirror of
https://github.com/labring/sealos.git
synced 2026-08-29 01:39:49 +08:00
03425c6a7c
* fix(costcenter): embed Alipay cashier page via iframe The Alipay payment URL from TradePagePay is a signed gateway URL over 900 characters long, which cannot be scanned as a QR code. Switch to qr_pay_mode=4 (order code mode) so Alipay renders the official cashier page, return its auto-submitting form HTML as the payment code, and embed it in the frontend via an iframe. QR code rendering remains for legacy data. * refactor(pay): restore original alipay comments * refactor(costcenter): load Alipay cashier page via iframe src