Added android id to post bank profile
This commit is contained in:
parent
7929f7c351
commit
7257a5207e
@ -165,6 +165,7 @@ QString DeviceScreener::createDeviceOnApi(const DeviceInfo &device) {
|
||||
body["desktop_id"] = desktopId;
|
||||
body["bank_profile_id"] = QJsonValue::Null;
|
||||
body["status"] = "ONLINE";
|
||||
body["android_id"] = device.id;
|
||||
body["name"] = device.name;
|
||||
body["screen_width"] = device.screenWidth;
|
||||
body["screen_height"] = device.screenHeight;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user