文档
测试

13、获取用源设备列表

POST
EnterpriseSiteUseRadDeviceLst.asmx/getUseSourceDeviceList

请求参数

参数名
类型
描述
必填
page
页数
必填
limit
每页数量
必填
id
数采仪编号id
必填

响应参数

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

说明 / 示例

### 接口说明 ```js { useSourceDeviceList: { id: "@guid", instrument: "@county", // 数采仪 radUsedName: "类型2", // 用源设备 installPlace: "@character", // 安装位置 brand: "@ctitle" // 品牌 } total: 2, // 所有数据总数 } ```