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

(cherry picked from commit a2fdff47df)
This commit is contained in:
YunaiV
2023-08-05 14:15:10 +08:00
committed by shizhong
parent b613a69e5c
commit 544adb9811
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'
}
/**
* 支付订单状态枚举
*/