{}
curl --location '/Toolkit/GetLocalParams' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": 200, "title": "成功", "data": { "deviceCode": "00141", "areaName": "西二区", "netWorks": { "name": "以太网", "mac": "eb:71:17:80:7c:1d", "ipList": [ { "ip": "192.168.1.100", "subnetMask": "255.255.255.0", "gateway": "192.168.1.1" } ] } } }