{}
curl --location --request GET 'http://127.0.0.1/v1.0/attendance/machines/' \ --header 'x-acs-dingtalk-access-token;' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "result": { "deviceId": "string", "devId": 0, "deviceName": "string", "productName": "string", "netStatus": "string", "productVersion": "string", "deviceSn": "string", "maxFace": 0, "voiceMode": 0, "atmManagerList": [ "string" ], "machineBluetoothVO": { "bluetoothValue": true, "bluetoothCheckWithFace": true, "bluetoothDistanceMode": "string", "bluetoothDistanceModeDesc": "string", "monitorLocationAbnormal": true, "address": "string", "longitude": {}, "latitude": {}, "limitUserDeviceCount": true, "userDeviceCount": 0 } } }