From de4f4998310d17a52cbe11737812102d94f604cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Sun, 27 Apr 2025 15:38:49 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store_sku2_utils.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business/partner/purchase/tiktok_store/store_sku2_utils.go b/business/partner/purchase/tiktok_store/store_sku2_utils.go index d8d509a0f..db14e28bc 100644 --- a/business/partner/purchase/tiktok_store/store_sku2_utils.go +++ b/business/partner/purchase/tiktok_store/store_sku2_utils.go @@ -286,7 +286,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI } // 是否支持七天无理由 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.Description = param.Description @@ -386,7 +386,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI } 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 @@ -509,7 +509,7 @@ func makeMainProductSku(db *dao.DaoDB, api *tiktokShop.API, storeSku *dao.StoreS // 是否支持七天无理由 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两种