mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Adding new registration processing for signup.
This commit is contained in:
@@ -95,7 +95,9 @@ namespace OpenWifi {
|
||||
Poco::JSON::Object Body;
|
||||
OpenAPIRequestPost CreateUser( uSERVICE_SECURITY, "/api/v1/signup", {
|
||||
{ "email", UserName },
|
||||
{ "signupUUID" , SignupUUID }
|
||||
{ "signupUUID" , SignupUUID },
|
||||
{ "owner" , SignupOperator.info.id },
|
||||
|
||||
}, Body, 30000);
|
||||
|
||||
Poco::JSON::Object::Ptr Answer;
|
||||
|
||||
@@ -1037,7 +1037,6 @@ namespace OpenWifi::ProvObjects {
|
||||
field_to_json( Obj,"realMacAddress", realMacAddress);
|
||||
field_to_json( Obj,"firmwareRCOnly", firmwareRCOnly);
|
||||
field_to_json( Obj,"firmwareUpgrade", firmwareUpgrade);
|
||||
|
||||
}
|
||||
|
||||
bool SubscriberDevice::from_json(const Poco::JSON::Object::Ptr &Obj) {
|
||||
|
||||
Reference in New Issue
Block a user