|  | @ -260,7 +260,7 @@ public class ManagerUtilController extends BaseController {
 | 
												
													
														
															|  |             jo.put("doctor_online", SystemData.doctorTokens.size());
 |  |             jo.put("doctor_online", SystemData.doctorTokens.size());
 | 
												
													
														
															|  |             jo.put("pc_online", SystemData.doctorPCTokens.size());
 |  |             jo.put("pc_online", SystemData.doctorPCTokens.size());
 | 
												
													
														
															|  |             jo.put("patient_online", SystemData.patientTokens.size());
 |  |             jo.put("patient_online", SystemData.patientTokens.size());
 | 
												
													
														
															|  |             return write(200, "启动成功");
 |  | 
 | 
												
													
														
															|  | 
 |  |             return write(200, "启动成功","data",jo);
 | 
												
													
														
															|  |         } catch (Exception e) {
 |  |         } catch (Exception e) {
 | 
												
													
														
															|  |             return error(-1, "启动失败");
 |  |             return error(-1, "启动失败");
 | 
												
													
														
															|  |         }
 |  |         }
 | 
												
											
												
													
														
															|  | @ -292,7 +292,7 @@ public class ManagerUtilController extends BaseController {
 | 
												
													
														
															|  |             DoctorInterceptor.status = open;
 |  |             DoctorInterceptor.status = open;
 | 
												
													
														
															|  |             PatientInterceptor.status = open;
 |  |             PatientInterceptor.status = open;
 | 
												
													
														
															|  |             GateWayInterceptor.status = open;
 |  |             GateWayInterceptor.status = open;
 | 
												
													
														
															|  |             return write(200, "关闭成功");
 |  | 
 | 
												
													
														
															|  | 
 |  |             return write(200, "开启成功");
 | 
												
													
														
															|  |         } catch (Exception e) {
 |  |         } catch (Exception e) {
 | 
												
													
														
															|  |             return error(-1, "启动失败");
 |  |             return error(-1, "启动失败");
 | 
												
													
														
															|  |         }
 |  |         }
 |