fix: 修复omada上云问题
This commit is contained in:
@@ -57,4 +57,7 @@ public interface RemoteUserService
|
||||
|
||||
@PostMapping("/device/settingJob")
|
||||
public R<Boolean> settingJob();
|
||||
|
||||
@PostMapping("/device/testJob")
|
||||
public R<String> testJob();
|
||||
}
|
||||
|
||||
@@ -52,6 +52,11 @@ public class RemoteUserFallbackFactory implements FallbackFactory<RemoteUserServ
|
||||
public R<Boolean> settingJob() {
|
||||
return R.fail("oamda setting job error:" + throwable.getMessage());
|
||||
}
|
||||
|
||||
@Override
|
||||
public R<String> testJob() {
|
||||
return R.fail("oamda test job error:" + throwable.getMessage());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user