curl --location 'http://47.109.145.72:28082/prod-api/business/deviceGroup/list?pageNum=undefined&pageSize=undefined&groupCode=undefined&groupName=undefined&type=undefined' \
--header 'authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImxvZ2luX3VzZXJfa2V5IjoiNjA5OTM3YzgtZDUwMi00M2ZmLTg1OWEtNDkwMDgyNzMyZWRhIn0.n0oeB__377ogaKbgRG970oVNSsz3Q4ojENhUx5UFuCT86pVI2wo5afmkX4fwxqGE-87fILecYxRHCcl8OsPpaw'{
"total": 5,
"rows": [
{
"id": "2012827623957897218",
"groupName": "23",
"groupCode": "123123",
"type": "0",
"sortNum": 0,
"remark": null,
"createTime": null
},
{
"id": "2012837197221883905",
"groupName": "23",
"groupCode": "12312311",
"type": "0",
"sortNum": 0,
"remark": null,
"createTime": null
},
{
"id": "213",
"groupName": "测试",
"groupCode": "0",
"type": "0",
"sortNum": 1,
"remark": "1",
"createTime": "2026-01-17T11:35:12.000+08:00"
},
{
"id": "2012823463044751361",
"groupName": "测试产品",
"groupCode": "PRODUCT_001",
"type": "0",
"sortNum": 1,
"remark": null,
"createTime": null
},
{
"id": "2012823534205313025",
"groupName": "21312",
"groupCode": "3123",
"type": "1",
"sortNum": 1,
"remark": null,
"createTime": null
}
],
"code": 200,
"msg": "查询成功"
}