|
@ -2226,7 +2226,7 @@ public class EsStatisticsController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "/getAllAtivity",method = RequestMethod.GET)
|
|
|
@ApiOperation("获取所有活动信息")
|
|
|
@ApiOperation("获取所有活动的信息")
|
|
|
@ResponseBody
|
|
|
public String getAllAtivity(@ApiParam(name = "id", value = "活动id")
|
|
|
@RequestParam(value = "id", required = false)String id,
|