|
@@ -35,6 +35,8 @@ namespace gsd{
|
|
|
hepuloginMsg.objectToJson(msg);
|
|
|
msg += "\r\n";
|
|
|
|
|
|
+ //cout<<msg<<endl;
|
|
|
+
|
|
|
if(auto res = m_hepu->Post("/cgi-bin/proc.cgi", msg,"application/json")){
|
|
|
if(res->status != 100){
|
|
|
HepuLoginRe hepuloginReMsg;
|
|
@@ -70,6 +72,8 @@ namespace gsd{
|
|
|
hepuHBMsg.token = this->token;
|
|
|
hepuHBMsg.objectToJson(msg);
|
|
|
msg+="\r\n";
|
|
|
+
|
|
|
+ //cout<<msg<<endl;
|
|
|
|
|
|
if(auto res = m_hepu->Post("/cgi-bin/proc.cgi", msg,"application/json")){
|
|
|
if(res->status != 100){
|
|
@@ -99,6 +103,8 @@ namespace gsd{
|
|
|
hepuHBMsg.token = this->token;
|
|
|
hepuHBMsg.objectToJson(msg);
|
|
|
msg+="\r\n";
|
|
|
+
|
|
|
+ //cout<<msg<<endl;
|
|
|
|
|
|
if(auto res = m_hepu->Post("/cgi-bin/proc.cgi", msg,"application/json")){
|
|
|
if(res->status != 100){
|
|
@@ -127,6 +133,8 @@ namespace gsd{
|
|
|
HepuTargetMsg.token = this->token;
|
|
|
HepuTargetMsg.objectToJson(msg);
|
|
|
msg+="\r\n";
|
|
|
+
|
|
|
+ //cout<<msg<<endl;
|
|
|
|
|
|
if(auto res = m_hepu->Post("/cgi-bin/proc.cgi", msg,"application/json")){
|
|
|
if(res->status != 100){
|