- comment

This commit is contained in:
gazebo
2018-10-23 16:49:28 +08:00
parent 93a7202423
commit 7a7ffacf72

View File

@@ -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列表对于单门店必须指定"