Skip to content

Commit

Permalink
fix: wrong msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Sep 3, 2022
1 parent b814451 commit eafb685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public RespModel<String> save(@Validated @RequestBody ElementsDTO elementsDTO) {
}

@WebAspect
@ApiOperation(value = "复制控件元素", notes = "复制空间元素,按照元素ID")
@ApiOperation(value = "复制控件元素", notes = "复制控件元素,按照元素ID")
@ApiImplicitParam(name = "id", value = "元素id", dataTypeClass = Integer.class)
@GetMapping("/copyEle")
public RespModel<String> copy(@RequestParam(name = "id") int id) {
Expand Down

0 comments on commit eafb685

Please sign in to comment.