chuangjian
This commit is contained in:
@@ -207,7 +207,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
||||
imageURL, _ = uploadImg(img, name, "tou", v.VendorOrgCode)
|
||||
}
|
||||
}
|
||||
getAPI(v.VendorOrgCode).TransparentImageAdd(wareID, imageURL)
|
||||
api.JdShopAPI.TransparentImageAdd(wareID, imageURL)
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
@@ -1077,6 +1077,7 @@ func buildUpdateSkusParam(storeSku *dao.StoreSkuSyncInfo, v *dao.StoreSkuSyncInf
|
||||
//jds2
|
||||
wareSku = &jdshopapi.WareSaveSkus{
|
||||
JdPrice: utils.Float64ToStr(jxutils.IntPrice2Standard(v.VendorPrice)),
|
||||
OuterID: utils.Int2Str(v.SkuID),
|
||||
}
|
||||
|
||||
//库存设置
|
||||
|
||||
Reference in New Issue
Block a user