mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 18:48:09 +00:00 
			
		
		
		
	Adding Signup Table
This commit is contained in:
		| @@ -610,6 +610,8 @@ namespace OpenWifi::ProvObjects { | ||||
|         RESTAPI_utils::field_to_json( Obj,"serialNumber", serialNumber); | ||||
|         RESTAPI_utils::field_to_json( Obj,"created", created); | ||||
|         RESTAPI_utils::field_to_json( Obj,"completed", completed); | ||||
|         RESTAPI_utils::field_to_json( Obj,"status", status); | ||||
|         RESTAPI_utils::field_to_json( Obj,"error", error); | ||||
|     } | ||||
|  | ||||
|     bool SignupEntry::from_json(const Poco::JSON::Object::Ptr &Obj) { | ||||
| @@ -620,6 +622,8 @@ namespace OpenWifi::ProvObjects { | ||||
|             RESTAPI_utils::field_from_json( Obj,"serialNumber", serialNumber); | ||||
|             RESTAPI_utils::field_from_json( Obj,"created", created); | ||||
|             RESTAPI_utils::field_from_json( Obj,"completed", completed); | ||||
|             RESTAPI_utils::field_from_json( Obj,"status", status); | ||||
|             RESTAPI_utils::field_from_json( Obj,"error", error); | ||||
|             return true; | ||||
|         } catch(...) { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959