Commit 44450412 authored by linruibiao's avatar linruibiao

接口定义

parent b0ffe61c
...@@ -76,8 +76,9 @@ public class InstrumentPanelController { ...@@ -76,8 +76,9 @@ public class InstrumentPanelController {
public R showRecoveryBtn(@RequestParam String id) { public R showRecoveryBtn(@RequestParam String id) {
return R.ok(instrumentPanelService.showRecoveryBtn(id)); return R.ok(instrumentPanelService.showRecoveryBtn(id));
} }
@PostMapping("/recovery_instrument_panel") @PostMapping("/recovery_instrument_panel")
@ApiOperation("是否显示恢复按钮") @ApiOperation("恢复按钮操作")
@ApiImplicitParam(name="id",value="仪表板id",required=true) @ApiImplicitParam(name="id",value="仪表板id",required=true)
public R recoveryInstrumentPanel(@RequestParam String id) { public R recoveryInstrumentPanel(@RequestParam String id) {
return R.ok(instrumentPanelService.recoveryInstrumentPanel(id)); return R.ok(instrumentPanelService.recoveryInstrumentPanel(id));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment