Commit 95b4b6cd authored by macro's avatar macro
Browse files

Update UmsResourceCategoryController.java

parent 93652291
...@@ -57,7 +57,7 @@ public class UmsResourceCategoryController { ...@@ -57,7 +57,7 @@ public class UmsResourceCategoryController {
} }
} }
@ApiOperation("根据ID删除后台资源") @ApiOperation("根据ID删除后台资源分类")
@RequestMapping(value = "/delete/{id}", method = RequestMethod.POST) @RequestMapping(value = "/delete/{id}", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public CommonResult delete(@PathVariable Long id) { public CommonResult delete(@PathVariable Long id) {
......
Supports Markdown
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