文档
测试

1、获取企业列表

POST
/EnterpriseLst.asmx/getEntList

响应参数

参数名
类型
描述
必填
data
必填
enterpriseList
必填
total
必填

说明 / 示例

### 接口说明 ```js request { page: 1 limit: 10 id: searchValue: OK江苏 } { "enterpriseList": [ { id: "@guid", enterprise: "@ctitle"// 企业名称 address: "@county",// 企业地址 area: "@county",//所属区域 enterpriseType: "@ctitle",// 企业类型 } ], total: 2 // 所有数据总数 } ```