curl --location --globoff 'http://192.168.1.76:8081/sys/company/list?pageNum=undefined&pageSize=undefined&searchValue=undefined&companyStatus=undefined¶ms[beginTime]=undefined¶ms[endTime]=undefined' \
--header 'fmfauthorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk0MzNhZmU2LTIzMWYtNGZjZi1iYTRmLWMxNzAxNDMxYmVkZiJ9.UGRopckd3axXiTU306jSC0-_EcOQvjy0PQob-wUkLBrNjdWPiwxUZsnEDsIeYMlskYim_HyaEh_393SFDFAlWw'{
"total": 2,
"rows": [
{
"id": 1454854756958475300,
"userName": "admin",
"companyName": "拼饭饭集团",
"companyStatus": "0",
"responsiblePerson": "若依",
"companyPhone": "13625252525",
"companyAddress": "广东省深圳市龙岗区",
"detailedAddress": "月牙湾",
"companyScale": "66661",
"setMealLevel": "9",
"mail": "123@qq.com",
"createTime": "2025-06-18 11:11:33",
"addressCodeList": [
"440000",
"440300",
"440307"
]
},
{
"id": 4464348509045633000,
"userName": "xy",
"companyName": "拼车车有限公司",
"companyStatus": "0",
"responsiblePerson": null,
"companyPhone": "13625362533",
"companyAddress": "湖北",
"detailedAddress": null,
"companyScale": "50",
"setMealLevel": null,
"mail": null,
"createTime": "2025-04-07 08:44:46",
"addressCodeList": null
}
],
"code": 200,
"msg": "查询成功"
}