fix:购物车下单

This commit is contained in:
momo
2023-09-18 15:39:12 +08:00
parent 87347515d1
commit 8265140148
6 changed files with 194 additions and 99 deletions

View File

@@ -8,7 +8,10 @@ const (
)
// 金额单位
type AmountUnit string
type AmountUnit interface{}
// 汇率单位
type ExchangeRateUnit interface{}
// 交易方式
type PayMethods string