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