mall + pay:

1. 简化微信支付的配置界面
This commit is contained in:
YunaiV
2023-07-21 21:50:05 +08:00
parent 29d61beb11
commit f92a5899f3
5 changed files with 318 additions and 451 deletions

View File

@ -180,14 +180,6 @@ export const PayDisplayModeEnum = {
}
}
/**
* 支付类型枚举
*/
export const PayType = {
WECHAT: "WECHAT",
ALIPAY: "ALIPAY"
}
/**
* 支付订单状态枚举
*/