curl --location --request GET '/enterprise?ids=&name=&pageNum=&status=&transport=&pageSize='
{
"pageNum": 1,
"rows": [
{
"address": "南京市玄武区黄马路22号保信紫云阁",
"canEntPay": true,
"canTransport": true,
"createTime": "2019-08-24T14:15:22Z",
"email": "admin@shunbus.com",
"id": 1,
"logo": "http://dummyimage.com/200x100",
"name": "某某企业",
"primaryContact": "张三",
"primaryPhone": "18888888888",
"status": 2,
"statusLabel": "合作中",
"icon": "string",
"introduction": "string"
}
],
"totalCount": 1
}