curl --location --request POST '/tenant/page'{
"msg": "success",
"code": 200,
"data": {
"records": [
{
"id": 2,
"code": "F00001",
"name": "佛山市华运达物流有限公司",
"type": 2,
"packageType": 1,
"status": 1,
"contactName": "张明",
"contactPhone": "15898462226",
"createTime": "2026-04-21 15:31:11"
},
{
"id": 1,
"code": "D00001",
"name": "环球资源报关公司",
"type": 3,
"packageType": 1,
"status": 1,
"contactName": "海王",
"contactPhone": "17625466666",
"createTime": "2026-04-21 15:17:33"
}
],
"total": 2,
"size": 20,
"current": 1,
"pages": 1
}
}