|
|
@@ -912,14 +912,14 @@ public class QwUserController extends BaseController
|
|
|
return R.ok();
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 重启云主机
|
|
|
- * @return
|
|
|
- */
|
|
|
- @PutMapping("/restartHost")
|
|
|
- public R restartCloudHost(@RequestParam String serverIp) {
|
|
|
- return qwUserService.restartCloudHost(serverIp);
|
|
|
- }
|
|
|
+// /**
|
|
|
+// * 重启云主机
|
|
|
+// * @return
|
|
|
+// */
|
|
|
+// @PutMapping("/restartHost")
|
|
|
+// public R restartCloudHost(@RequestParam String serverIp) {
|
|
|
+// return qwUserService.restartCloudHost(serverIp);
|
|
|
+// }
|
|
|
@PostMapping("/updateSendType")
|
|
|
public R updateSendType(@RequestBody UpdateSendTypeVo vo) {
|
|
|
return qwUserService.updateSendType(vo);
|