master
chentaisen 2024-08-25 18:39:10 +08:00
parent 7dc31b9c30
commit 9bc4b202bf
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class RuleController {
* @return
*/
@Operation(summary = "规则修改", description = "根据规则的id")
@PutMapping("/update")
@PostMapping("/update")
public Result update(Rule rule) {
return Result.success(ruleService.updateById(rule));
}