文档
测试

查询供应商能力表

GET
/api/getcompetencelist

请求头

参数名
类型
描述
必填
token
string
使用jwtUtil加密获取token
必填

请求参数

参数名
类型
描述
必填
templateId
int
评分模版id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
array
数据列表
必填
id
int
一级能力id
必填
competenceName
string
能力名称
必填
tier
int
等级 1
必填
subList
array
下级能力集合
必填
id
int
二级能力id
必填
competenceName
string
能力名称
必填
tier
int
等级2
必填
subList
array
下级能力集合
必填
id
int
三级能力id
必填
tier
int
等级3
必填
competenceName
string
能力名称
必填
remark
string
备注
必填