mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Completing RESTAPI refactor.
This commit is contained in:
@@ -67,9 +67,13 @@ namespace OpenWifi {
|
||||
auto Obj = ParseStream();
|
||||
std::cout << __LINE__ << std::endl;
|
||||
auto userId = GetS(RESTAPI::Protocol::USERID, Obj);
|
||||
std::cout << __LINE__ << std::endl;
|
||||
auto password = GetS(RESTAPI::Protocol::PASSWORD, Obj);
|
||||
std::cout << __LINE__ << std::endl;
|
||||
auto newPassword = GetS(RESTAPI::Protocol::NEWPASSWORD, Obj);
|
||||
std::cout << __LINE__ << std::endl;
|
||||
Poco::toLowerInPlace(userId);
|
||||
std::cout << __LINE__ << std::endl;
|
||||
|
||||
std::cout << __LINE__ << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user