文档
测试

15、获取源信息列表

POST
getSourceList

请求参数

参数名
类型
描述
必填
page
页数
必填
limit
每页数量
必填
id
企业id
必填

响应参数

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

说明 / 示例

### 接口说明 ```js { sourceList: { id: "@guid", placeName: "@county", // 场地名称 nuclideName: "@character", // 核素名 sourceCode: "@character", // 源国家编码 sourceUse: "@ctitle" // 源用途} total: 2, // 所有数据总数 } ```