From f02f348ed2ed1020b1a17e948644e8bee44e48b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 10 Oct 2024 14:19:28 +0800 Subject: [PATCH] 1 --- controllers/cms_store_sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index f2b33af62..362757e9a 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -268,6 +268,7 @@ func (c *StoreSkuController) SyncStoresSkus() { // @Title 批量修改多商家商品绑定 // @Description 批量修改多商家商品绑定 +// @Param token header string true "认证token" // @Param storeIDs formData string true "门店ID列表" // @Param payload formData string true "json数据,StoreSkuBindInfo对象数组" // @Param isScale formData bool false "是否按门店结算比例缩放"