From 7a7ffacf72bac8eed625c152de3a6300cccbf7e8 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 23 Oct 2018 16:49:28 +0800 Subject: [PATCH] - comment --- controllers/cms_sync.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/controllers/cms_sync.go b/controllers/cms_sync.go index e8dfa4839..6402e34f8 100644 --- a/controllers/cms_sync.go +++ b/controllers/cms_sync.go @@ -10,8 +10,8 @@ type SyncController struct { beego.Controller } -// @Title 查询长时间运行任务 -// @Description 查询长时间运行任务 +// @Title 全部刷新所有门店商家ID +// @Description 全部刷新所有门店商家ID // @Param token header string true "认证token" // @Param vendorIDs query string true "需要刷新的厂商ID列表" // @Param isAsync query bool false "起始状态" @@ -29,8 +29,8 @@ func (c *SyncController) RefreshAllStoresID() { }) } -// @Title 重新刷新商家ID -// @Description 重新刷新商家ID,单门店厂商必须指定storeIDs +// @Title 重新刷新商家SKU ID +// @Description 重新刷新商家SKU ID,单门店厂商必须指定storeIDs // @Param token header string true "认证token" // @Param vendorIDs query string true "需要刷新的厂商ID列表" // @Param storeIDs query string false "需要刷新的门店ID列表(对于单门店必须指定)"