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

Commit ab9c4433 authored by 胡佳晨's avatar 胡佳晨

sweet

parent 67c20ab9
...@@ -30,7 +30,7 @@ public class SweetRichtextController { ...@@ -30,7 +30,7 @@ public class SweetRichtextController {
@Autowired @Autowired
ISweetRichtextService sweetRichtextService; ISweetRichtextService sweetRichtextService;
@PostMapping("get") @GetMapping("get")
@ApiOperation("富文本详情") @ApiOperation("富文本详情")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "String", name = "manualId", value = "电子手册id", required = true), @ApiImplicitParam(type = "query", dataType = "String", name = "manualId", value = "电子手册id", required = true),
...@@ -41,7 +41,7 @@ public class SweetRichtextController { ...@@ -41,7 +41,7 @@ public class SweetRichtextController {
return sweetRichtextService.get(manualId, type); return sweetRichtextService.get(manualId, type);
} }
@GetMapping("list") @PostMapping("add")
@ApiOperation("添加富文本") @ApiOperation("添加富文本")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "Integer", name = "manualId", value = "页数", required = true), @ApiImplicitParam(type = "query", dataType = "Integer", name = "manualId", value = "页数", required = true),
......
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