1
0
forked from BRT/arc

Added android id to post bank profile

This commit is contained in:
slava 2026-06-17 14:12:39 +07:00
parent 7929f7c351
commit 7257a5207e

View File

@ -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;