fix():修复修改接口接收不到ID问题
parent
2d9c466435
commit
4bd28d41c7
|
@ -54,7 +54,7 @@ public class RuleVersionController {
|
|||
return Result.success(null,"操作成功");
|
||||
}
|
||||
|
||||
@PutMapping("/upd")
|
||||
@PutMapping("/upd/{ruleVersionId}")
|
||||
@Operation(summary = "规则版本接口修改",description = "对激活、测试、状态等进行修改")
|
||||
public Result<String> update(
|
||||
@Schema(title = "客户ID",type = "Long",defaultValue = "1",description = "修改接口规则版本信息需要唯一条件")
|
||||
|
|
Loading…
Reference in New Issue