fix:购物车下单
This commit is contained in:
@@ -8,7 +8,10 @@ const (
|
||||
)
|
||||
|
||||
// 金额单位
|
||||
type AmountUnit string
|
||||
type AmountUnit interface{}
|
||||
|
||||
// 汇率单位
|
||||
type ExchangeRateUnit interface{}
|
||||
|
||||
// 交易方式
|
||||
type PayMethods string
|
||||
|
||||
Reference in New Issue
Block a user