diff --git a/controllers/jx_report.go b/controllers/jx_report.go index 3147a8b46..b5baa8406 100644 --- a/controllers/jx_report.go +++ b/controllers/jx_report.go @@ -120,7 +120,7 @@ func (c *ReportController) GetManageState() { // @Param token header string true "认证token" // @Param storeIDs query string false "门店ID列表[1,2,3]" // @Param vendorID query int true "平台ID" -// @Param sortType query int false "排序类型" +// @Param sortType query int false "排序类型,1 覆盖范围,2市场规模,3营业时长,4商品数,5虚高商品数,6活动丰富度,7无效订单数,8拒绝订单数,9门店评分,正升序,负倒序" // @Param offset query int false "门店列表起始序号(以0开始,缺省为0)" // @Param pageSize query int false "门店列表页大小(缺省为50,-1表示全部)" // @Success 200 {object} controllers.CallResult