Commit 3f484a2b authored by xuxin's avatar xuxin

修改专线回落的url

parent 144ed83a
...@@ -505,7 +505,7 @@ public class AdministratorController { ...@@ -505,7 +505,7 @@ public class AdministratorController {
/** /**
* 专线回落 * 专线回落
*/ */
@PutMapping(value = "/updateip/{addr}/{flag}") @PutMapping(value = "/0xadministrator/updateip/{addr}/{flag}")
public ResultDto updateIp(@PathVariable String addr, @PathVariable String flag) { public ResultDto updateIp(@PathVariable String addr, @PathVariable String flag) {
ResultDto resultDto = new ResultDto(); ResultDto resultDto = new ResultDto();
try { try {
......
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