文档
测试

获取风险等级对应值

GET
/operation/1.1/slllinkeml/list

请求头

参数名
类型
描述
必填
token
字符串
用户登录后返回的token
必填

示例

请求参数: ``` limit=10 offse=0 emlId=1(lec id=2 ls id=2) ``` 响应体: ``` { "limit": 10, "total": 4, "data": [ { "sllName": "重大风险", "minValue": 300.00, "dValue": null, "color": "红", "maxValue": 10000.00, "tenantId": 1, "sllId": 1, "levelInt": null, "id": 1, "emlId": 1, "sourcesLevelId": null }, { "sllName": "较大风险", "minValue": 160.00, "dValue": null, "color": "橙", "maxValue": 320.00, "tenantId": 1, "sllId": 2, "levelInt": null, "id": 2, "emlId": 1, "sourcesLevelId": null }, { "sllName": "一般风险", "minValue": 70.00, "dValue": null, "color": "黄", "maxValue": 160.00, "tenantId": 1, "sllId": 3, "levelInt": null, "id": 3, "emlId": 1, "sourcesLevelId": null }, { "sllName": "低风险", "minValue": 0.00, "dValue": null, "color": "蓝", "maxValue": 70.00, "tenantId": 1, "sllId": 4, "levelInt": null, "id": 5, "emlId": 1, "sourcesLevelId": null } ], "offset": 0 } ```

响应参数说明

参数名
类型
描述
必填
limit
int
示例:10
必填
total
int
示例:4
必填
data
array
数据列表
必填
sllName
string
风险等级名称
必填
minValue
int
最小值
必填
dValue
object
示例:null
必填
color
string
颜色
必填
maxValue
int
最大值
必填
tenantId
int
示例:1
必填
sllId
int
风险等级id
必填
levelInt
object
示例:null
必填
id
int
示例:1
必填
emlId
int
评价方法id
必填
sourcesLevelId
object
示例:null
必填
offset
int
示例:0
必填