1
This commit is contained in:
@@ -124,9 +124,10 @@ func BatchInitSkuEBai2EBai(ctx *jxcontext.Context, fromSku []*ebaiapi.SkuInfo, t
|
||||
}
|
||||
params["upc"] = storeSku.Upc
|
||||
params["name"] = storeSku.Name
|
||||
params["cat3_id"] = VendorCategoryIDMap[int64(storeSku.CateId2)]
|
||||
params["category_id"] = VendorCategoryIDMap[int64(storeSku.CateId)]
|
||||
params["cat3_id"] = storeSku.CateId
|
||||
params["category_id"] = VendorCategoryIDMap[utils.Str2Int64(storeSku.CustomCatList[0].CustomCatID)]
|
||||
params["rtf"] = storeSku.Rtf
|
||||
params["left_num"] = storeSku.LeftNum
|
||||
params["process_type"] = storeSku.ProcessType
|
||||
params["process_detail"] = storeSku.ProcessDetail
|
||||
params["sale_price"] = storeSku.SalePrice
|
||||
|
||||
Reference in New Issue
Block a user