Update framework.

This commit is contained in:
stephb9959
2022-01-26 23:18:05 -08:00
parent 277b042d9c
commit 11922389b7
2 changed files with 18 additions and 2 deletions

View File

@@ -22,8 +22,7 @@ namespace OpenWifi {
Poco::JSON::Object Body;
OpenAPIRequestPut API(uSERVICE_PROVISIONING, EndPoint,
{ { "serialNumber" , SerialNumber },
{ "claimer" , UserInfo_.userinfo.id },
{ "claimId" , Id } },
{ "claimer" , UserInfo_.userinfo.id }},
Body, 20000);
Poco::JSON::Object::Ptr CallResponse;