mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 09:42:38 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -262,6 +262,7 @@ namespace OpenWifi::SDK::GW {
|
||||
auto CallResponse = Poco::makeShared<Poco::JSON::Object>();
|
||||
auto ResponseStatus =
|
||||
R.Do(CallResponse, client ? client->UserInfo_.webtoken.access_token_ : "");
|
||||
CallResponse->stringify(std::cout,2,2);
|
||||
if(ResponseStatus == Poco::Net::HTTPResponse::HTTP_OK) {
|
||||
return NewPools.from_json(CallResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user