fix: 支付宝表单 method 改为 GET(沙箱 page.pay 不支持 POST)

This commit is contained in:
2026-05-07 16:39:31 +08:00
parent 05b6520140
commit aab0377b3a

View File

@@ -194,7 +194,7 @@ fn build_alipay_form_html(
<html>
<head><meta charset="utf-8"><title>正在跳转支付宝...</title></head>
<body>
<form id="alipay" action="{}" method="post">
<form id="alipay" action="{}" method="get">
{}
</form>
<script>document.getElementById('alipay').submit();</script>