1
This commit is contained in:
parent
58945006ae
commit
00ee11c757
@ -18,4 +18,11 @@ namespace f8
|
||||
}
|
||||
}
|
||||
|
||||
std::string JsonHttpRequest::Response()
|
||||
{
|
||||
std::string response;
|
||||
resp_xobj->ToJsonStr(response);
|
||||
return a8::HttpResponse(response);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -24,6 +24,7 @@ namespace f8
|
||||
|
||||
JsonHttpRequest();
|
||||
~JsonHttpRequest();
|
||||
std::string Response();
|
||||
};
|
||||
|
||||
enum SysInnerMesssage_e
|
||||
|
Loading…
x
Reference in New Issue
Block a user