mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-30 02:12:32 +00:00
Completing RESTAPI refactor.
This commit is contained in:
@@ -63,7 +63,9 @@ namespace OpenWifi {
|
||||
try {
|
||||
|
||||
// Extract the info for login...
|
||||
std::cout << __LINE__ << std::endl;
|
||||
auto Obj = ParseStream();
|
||||
std::cout << __LINE__ << std::endl;
|
||||
auto userId = GetS(RESTAPI::Protocol::USERID, Obj);
|
||||
auto password = GetS(RESTAPI::Protocol::PASSWORD, Obj);
|
||||
auto newPassword = GetS(RESTAPI::Protocol::NEWPASSWORD, Obj);
|
||||
|
||||
Reference in New Issue
Block a user