京东商城店内分类修改商品

This commit is contained in:
苏尹岚
2020-06-03 08:40:24 +08:00
parent bbc1ce9247
commit afb55c7042

View File

@@ -121,6 +121,7 @@ func (p *PurchaseHandler) UpdateStoreSkus(ctx *jxcontext.Context, storeID int, v
Title: name, Title: name,
VenderID: jdshopapi.VenderID, VenderID: jdshopapi.VenderID,
PromiseID: jdshopapi.JdsPromiseID, PromiseID: jdshopapi.JdsPromiseID,
ShopCategorys: []int{utils.Str2Int(v.VendorCatID)},
} }
var desc string var desc string
if v.DescImg != "" { if v.DescImg != "" {