更新京东商品jdprice

This commit is contained in:
苏尹岚
2020-06-10 09:07:21 +08:00
parent 7f50e32711
commit d57093e920
2 changed files with 52 additions and 121 deletions

View File

@@ -151,6 +151,7 @@ type UpdateWareParam struct {
Introduction string `json:"introduction"` // 是 无 PC版的商品介绍 长度限制10W个字符
Features []*CreateSkuParamFeatures `json:"features"` // 否 无 商品维度的特殊属性 目前两个特殊属性 IBS、FBP、FCS、SCF 4种商家类型【规格型号】 model和【销售单位】 unit 字段且为必填(如 个、盒、袋等)请勿填写公司名称。
ShopCategorys []int `json:"shopCategorys"` // 否 无 商品店内分类(商家接口获取到的最末级的分类)
JdPrice float64 `json:"jdPrice"` //是 无 京东价必填 单位:元
}
type QueryPictureReuslt struct {