后台接入钱包支付

This commit is contained in:
jason
2023-09-06 10:34:24 +08:00
parent 4a0fa2a3a4
commit 9074312fe3
4 changed files with 56 additions and 30 deletions

View File

@ -163,6 +163,10 @@ export const PayChannelEnum = {
MOCK : {
"code": "mock",
"name": "模拟支付"
},
WALLET : {
"code": "wallet",
"name": "钱包支付"
}
}