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

积分优化

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