提交 e74e758e authored 作者: 屈传平's avatar 屈传平

Merge branch 'featrue/yonghui'

...@@ -78,8 +78,8 @@ type GoodsPriceRes struct { ...@@ -78,8 +78,8 @@ type GoodsPriceRes struct {
Code string `json:"code"` Code string `json:"code"`
Message string `json:"message"` Message string `json:"message"`
Data []struct { Data []struct {
GoodsCode string `json:"goodsCode"` GoodsCode string `json:"goodsCode"`
GoodsPrice int `json:"goodsPrice"` GoodsPrice float64 `json:"goodsPrice"`
} `json:"data"` } `json:"data"`
} }
...@@ -111,8 +111,8 @@ type GoodsQtyRes struct { ...@@ -111,8 +111,8 @@ type GoodsQtyRes struct {
Code string `json:"code"` Code string `json:"code"`
Message string `json:"message"` Message string `json:"message"`
Data []struct { Data []struct {
GoodsCode string `json:"goodsCode"` GoodsCode string `json:"goodsCode"`
GoodsQty float64 `json:"goodsQty"` GoodsQty int `json:"goodsQty"`
} `json:"data"` } `json:"data"`
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论