支付应用:模拟支付的添加代码优化

This commit is contained in:
YunaiV
2023-08-05 14:15:10 +08:00
parent b3b1d97447
commit a2fdff47df
6 changed files with 168 additions and 186 deletions

View File

@@ -125,15 +125,6 @@ export const PayChannelEnum = {
}
}
/**
* 支付类型枚举
*/
export const PayType = {
WECHAT: 'WECHAT',
ALIPAY: 'ALIPAY',
MOCK: 'MOCK'
}
/**
* 支付订单状态枚举
*/