修复下单参数变更
This commit is contained in:
parent
755c39089b
commit
26bc6b3bcc
@ -38,7 +38,7 @@ type SkuData struct {
|
||||
GoodName string `json:"goodName"` //商品名称
|
||||
Num interface{} `json:"num"` //数量
|
||||
//Num int `json:"num"` //数量
|
||||
Price string `json:"price"` //单价
|
||||
Price interface{} `json:"price"` //单价
|
||||
}
|
||||
|
||||
type GetOrderInfoRes struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user