|
@@ -17,8 +17,10 @@ SPAServer::SPAServer()
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- // m_fromSuperBrain.getToken();
|
|
|
- // // m_fromSuperBrain.getTaskTypeList();
|
|
|
+ m_fromSuperBrain.getToken();
|
|
|
+ // m_fromSuperBrain.getTaskTypeList();
|
|
|
+
|
|
|
+
|
|
|
// m_fromRedis.setRedisIPAndPort("172.16.36.80", 32222);
|
|
|
// m_fromRedis.setRedisPassword("Ff1z@TOFr^iwd%Ra");
|
|
|
// m_fromRedis.connectRedis();
|
|
@@ -29,15 +31,15 @@ SPAServer::SPAServer()
|
|
|
|
|
|
//|FTP|192.1.2.178:32021|lh|DWw7V9u0|
|
|
|
|
|
|
- m_toEQMDataBase.initWebApi("http://192.1.3.133:31000/v6/", "", "4c2f9fc91c22dd98331e47af2e2964f4");
|
|
|
+ // m_toEQMDataBase.initWebApi("http://192.1.3.133:31000/v6/", "", "4c2f9fc91c22dd98331e47af2e2964f4");
|
|
|
|
|
|
- AlgorithmInfo info;
|
|
|
- info.ActionID = "123";
|
|
|
- info.ActionName = "test";
|
|
|
- info.ActionTaskID = 456;
|
|
|
- QVector<AlgorithmInfo> vecInfo;
|
|
|
- vecInfo.push_back(info);
|
|
|
- m_toEQMDataBase.writeAlgorithmInfo(vecInfo);
|
|
|
+ // AlgorithmInfo info;
|
|
|
+ // info.ActionID = "123";
|
|
|
+ // info.ActionName = "test";
|
|
|
+ // info.ActionTaskID = 456;
|
|
|
+ // QVector<AlgorithmInfo> vecInfo;
|
|
|
+ // vecInfo.push_back(info);
|
|
|
+ // m_toEQMDataBase.writeAlgorithmInfo(vecInfo);
|
|
|
|
|
|
}
|
|
|
|