diff --git a/weipinshang_api/res.go b/weipinshang_api/res.go index 1474151..1f57b5a 100644 --- a/weipinshang_api/res.go +++ b/weipinshang_api/res.go @@ -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 {