银豹新增商品api分类id类型修改
This commit is contained in:
@@ -109,7 +109,7 @@ func (a *API) AccessAPI(action string, bizParams map[string]interface{}) (retVal
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ProductInfo struct {
|
type ProductInfo struct {
|
||||||
CategoryUID int `json:"categoryUid"`
|
CategoryUID int64 `json:"categoryUid"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Barcode string `json:"barcode"`
|
Barcode string `json:"barcode"`
|
||||||
BuyPrice *float64 `json:"buyPrice"`
|
BuyPrice *float64 `json:"buyPrice"`
|
||||||
|
|||||||
Reference in New Issue
Block a user