文档
测试

项目详情

GET
/api/getproject

请求头

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

请求参数

参数名
类型
描述
必填
projectId
int
id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:SUCCESS
必填
data
object
数据字典
必填
projectRequirementList
array
项目子需求集合
必填
id
int
id
必填
requirementName
string
需求名称
必填
comment
string
需求描述
必填
requirementLevel
string
需求对能力的要求: H/M/L
必填
supplierList
array
供应商集合
必填
supplierName
string
供应商名称
必填
projectRequirementList
array
项目子需求集合
必填
id
int
id
必填
supplierScore
object
项目子需求对应的能力的得分
必填
supplierLevel
int
得分 0/1/2
必填
performanceScore
int
得分 0-10
必填
supplierComment
string
得分描述
必填