提交 b37108df authored 作者: 孙洁清's avatar 孙洁清

v1.1

上级 83c7960c
...@@ -62,8 +62,8 @@ public class RuleController { ...@@ -62,8 +62,8 @@ public class RuleController {
* @return * @return
*/ */
@ApiOperation("根据数据封装删除规则") @ApiOperation("根据数据封装删除规则")
@DeleteMapping @DeleteMapping("/{id}")
public ResponseEntity deleteByQo(@RequestBody String id){ public ResponseEntity deleteByQo(@PathVariable String id){
ruleService.deleteRulePlus(id); ruleService.deleteRulePlus(id);
return ResponseEntity.ok(200); return ResponseEntity.ok(200);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论