- comment
This commit is contained in:
@@ -10,8 +10,8 @@ type SyncController struct {
|
|||||||
beego.Controller
|
beego.Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Title 查询长时间运行任务
|
// @Title 全部刷新所有门店商家ID
|
||||||
// @Description 查询长时间运行任务
|
// @Description 全部刷新所有门店商家ID
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param vendorIDs query string true "需要刷新的厂商ID列表"
|
// @Param vendorIDs query string true "需要刷新的厂商ID列表"
|
||||||
// @Param isAsync query bool false "起始状态"
|
// @Param isAsync query bool false "起始状态"
|
||||||
@@ -29,8 +29,8 @@ func (c *SyncController) RefreshAllStoresID() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Title 重新刷新商家ID
|
// @Title 重新刷新商家SKU ID
|
||||||
// @Description 重新刷新商家ID,单门店厂商必须指定storeIDs
|
// @Description 重新刷新商家SKU ID,单门店厂商必须指定storeIDs
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param vendorIDs query string true "需要刷新的厂商ID列表"
|
// @Param vendorIDs query string true "需要刷新的厂商ID列表"
|
||||||
// @Param storeIDs query string false "需要刷新的门店ID列表(对于单门店必须指定)"
|
// @Param storeIDs query string false "需要刷新的门店ID列表(对于单门店必须指定)"
|
||||||
|
|||||||
Reference in New Issue
Block a user