This commit is contained in:
aozhiwei 2020-12-07 13:13:42 +08:00
parent 58945006ae
commit 00ee11c757
2 changed files with 8 additions and 0 deletions

View File

@ -18,4 +18,11 @@ namespace f8
}
}
std::string JsonHttpRequest::Response()
{
std::string response;
resp_xobj->ToJsonStr(response);
return a8::HttpResponse(response);
}
}

View File

@ -24,6 +24,7 @@ namespace f8
JsonHttpRequest();
~JsonHttpRequest();
std::string Response();
};
enum SysInnerMesssage_e