1
This commit is contained in:
@@ -286,7 +286,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
|||||||
}
|
}
|
||||||
// 是否支持七天无理由
|
// 是否支持七天无理由
|
||||||
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
||||||
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7天"}
|
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7"}
|
||||||
}
|
}
|
||||||
updateParam.Pic = param.Pic
|
updateParam.Pic = param.Pic
|
||||||
updateParam.Description = param.Description
|
updateParam.Description = param.Description
|
||||||
@@ -386,7 +386,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
|||||||
}
|
}
|
||||||
|
|
||||||
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
||||||
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7天"}
|
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7"}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取主商品id
|
// 获取主商品id
|
||||||
@@ -509,7 +509,7 @@ func makeMainProductSku(db *dao.DaoDB, api *tiktokShop.API, storeSku *dao.StoreS
|
|||||||
|
|
||||||
// 是否支持七天无理由
|
// 是否支持七天无理由
|
||||||
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
if api.GetProductUpdateRule(param.CategoryLeafId) {
|
||||||
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7天"}
|
param.AfterSaleService = map[string]string{"supply_day_return_selector": "7"}
|
||||||
}
|
}
|
||||||
|
|
||||||
// weight_unit 目前抖音只支持g和kg两种
|
// weight_unit 目前抖音只支持g和kg两种
|
||||||
|
|||||||
Reference in New Issue
Block a user