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

Merge branch 'featrue/yonghui'

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