curl --location --request GET 'http://127.0.0.1:8086/api/device/list?id=1&device=device_nb7gb&remark=remark_ngnw2'
{
"msg": "操作成功",
"code": 200,
"data": [
{
"id": 1,
"device": "BFEBFBFF000806D1",
"remark": "何俊测试1"
},
{
"id": 2,
"device": "178BFBFF00A70F41",
"remark": null
}
]
}