mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
framework update
This commit is contained in:
@@ -367,7 +367,7 @@ namespace OpenWifi::RESTAPI_utils {
|
||||
inline void field_from_json(const Poco::JSON::Object::Ptr &Obj, const char *Field, uint64_t &Value) {
|
||||
std::cout << Field << std::endl;
|
||||
if(Obj->has(Field))
|
||||
Value = Obj->get(Field).extract<uint64_t>();
|
||||
Value = Obj->get(Field); // .extract<uint64_t>();
|
||||
}
|
||||
|
||||
inline void field_from_json(const Poco::JSON::Object::Ptr &Obj, const char *Field, Types::StringPairVec &Vec) {
|
||||
|
||||
Reference in New Issue
Block a user