pay: 接入支付宝 PC 支付的表单

This commit is contained in:
YunaiV
2023-02-18 21:16:22 +08:00
parent b34801f303
commit ce8571e313
3 changed files with 34 additions and 26 deletions

View File

@ -160,6 +160,9 @@ export const PayDisplayModeEnum = {
IFRAME: {
"mode": "iframe",
},
FORM: {
"mode": "form"
}
}
/**