Commit af3acb1d authored by Quxl's avatar Quxl

x

parent bec2fe67
...@@ -41,7 +41,7 @@ public class WebApiController { ...@@ -41,7 +41,7 @@ public class WebApiController {
} }
@ResponseBody @ResponseBody
@RequestMapping(value="getFilmList", method= {RequestMethod.GET, RequestMethod.POST}) @RequestMapping(value="getFilmList", method= {RequestMethod.POST})
@ApiOperation("查询参与评审环节的评委组") @ApiOperation("查询参与评审环节的评委组")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="string", name="timestamp"), @ApiImplicitParam(paramType="query", dataType="string", name="timestamp"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment