京东商城增加商品规格
This commit is contained in:
@@ -36,6 +36,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
}
|
||||
if result.TotalItem > 0 && len(result.Data) > 0 {
|
||||
for _, vv := range v.StoreSkuSyncInfoJds {
|
||||
v.JdsWareID = result.Data[0].WareID
|
||||
vv.JdsWareID = result.Data[0].WareID
|
||||
updateSkusParam, err := buildUpdateSkusParam(v, vv)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user