记得上下班打卡 | git大法好,push需谨慎

Commit fceb2f10 authored by zhengfuxin's avatar zhengfuxin

修改swagger

parent bfea87f8
......@@ -95,7 +95,7 @@ public class GoblinFrontController {
@GetMapping("getCategory")
@ApiOperation("获取分类子集")
public ResponseDto getCategory(@RequestParam(name = "categoryId", required = true)String categoryId) throws ParseException {
public ResponseDto<GoblinCategoryzfVo> getCategory(@RequestParam(name = "categoryId", required = true)String categoryId) throws ParseException {
return ResponseDto.success( goblinFrontService.getCategory(categoryId));
}
......
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