1
This commit is contained in:
@@ -649,10 +649,9 @@ func BatchInitSkuMT2TT(ctx *jxcontext.Context, fromSku []*mtwmapi.AppFood, fromS
|
||||
}
|
||||
|
||||
// 是否支持七天无理由
|
||||
if toApi.GetProductUpdateRule(param.CategoryLeafId) {
|
||||
param.Supply7dayReturn = 1
|
||||
} else {
|
||||
param.Supply7dayReturn = 0
|
||||
isAfterSale, rule := toApi.GetProductUpdateRule(param.CategoryLeafId)
|
||||
if isAfterSale {
|
||||
param.AfterSaleService = map[string]string{"supply_day_return_selector": fmt.Sprintf("%s", rule)}
|
||||
}
|
||||
|
||||
// weight_unit 目前抖音只支持g和kg两种
|
||||
|
||||
Reference in New Issue
Block a user