新增模拟支付渠道,通知查询为空bug 修改

This commit is contained in:
jason
2023-07-27 08:19:24 +08:00
parent 6c174d9c83
commit 6a38738760
9 changed files with 234 additions and 3 deletions

View File

@ -160,6 +160,10 @@ export const PayChannelEnum = {
"code": "alipay_bar",
"name": "支付宝条码支付"
},
MOCK : {
"code": "mock",
"name": "模拟支付"
}
}
/**