curl --location --request GET 'http://172.16.36.80:30000/vos/external/getBaseDeviceList' \ --header 'accessToken: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBLZXkiOiJyaWxpNGwyNiIsImV4cCI6MTcxODI3NDE0M30.THt_kVzCrx4JDNHAU7M272WARzQhbhA5czq1Pj4A25Q'
{ "code": "0", "message": "成功", "data": [ { "deviceId": 66, "deviceName": "培训教室-海康", "deviceSerial": "192.1.2.33", "port": "8000", "userAccount": "admin", "userPWD": "LH123456", "deviceType": "海康威视", "taskTypeList": [] } ], "success": true }