提交 6d654778 authored 作者: aiqingguo's avatar aiqingguo

积分优化

上级 5b31e036
...@@ -24,7 +24,7 @@ public class IntegralRuleController { ...@@ -24,7 +24,7 @@ public class IntegralRuleController {
@Autowired @Autowired
private IntegralRuleService integralRuleService; private IntegralRuleService integralRuleService;
@ApiOperation(value = "更新车辆层级配置", notes = "<br>By:艾庆国") @ApiOperation(value = "更新积分规则", notes = "<br>By:艾庆国")
@PostMapping("/updateRule") @PostMapping("/updateRule")
@UnitCovert @UnitCovert
public Result<Void> updateRule(@RequestBody @Validated IntegralRuleUpdateParam param) { public Result<Void> updateRule(@RequestBody @Validated IntegralRuleUpdateParam param) {
...@@ -33,7 +33,7 @@ public class IntegralRuleController { ...@@ -33,7 +33,7 @@ public class IntegralRuleController {
return Result.ok(); return Result.ok();
} }
@ApiOperation(value = "查询车辆层级配置信息", notes = "<br>By:艾庆国") @ApiOperation(value = "查询积分规则信息", notes = "<br>By:艾庆国")
@GetMapping(value = "getRuleInfo") @GetMapping(value = "getRuleInfo")
@UnitCovert(param = false) @UnitCovert(param = false)
public Result<AppIntegralRuleVO> getRuleInfo() { public Result<AppIntegralRuleVO> getRuleInfo() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论