Commit 9e8758c4 authored by duanruiming's avatar duanruiming

[updte] 优化参数名称

parent c2e9917b
......@@ -39,10 +39,10 @@ public interface UtcFeignClients {
JsonViewObject closeLightControl(@RequestBody ControlCommandVO commandVO);
@PostMapping("/controlCommand/stepControl")
JsonViewObject stepControl(@RequestParam String code, @RequestParam Integer command, @RequestParam int stepNum);
JsonViewObject stepControl(@RequestParam String crossCode, @RequestParam Integer command, @RequestParam int stepNum);
@PostMapping("/controlCommand/recoverSchedule")
JsonViewObject recoverSchedule(@RequestParam String code);
JsonViewObject recoverSchedule(@RequestParam String crossCode);
@PostMapping("/controlCommand/lockControl")
JsonViewObject lockControl(@RequestBody LockControlVO lockControlVO);
......
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