文档
测试

查询上次打分

GET
/api/scores/check

接口描述

根据当前选择的模板、产品、打分日期查询上次打分

请求参数

参数名
类型
描述
必填
productId
string
产品ID
必填
templateId
string
模板id
必填
scoreDate
string
打分日期
必填

响应参数

参数名
类型
描述
必填
code
int
错误编码
必填
status
int
状态码
必填
msg
string
信息
必填
data
object[]
数据集
必填
value
decimal
打分总得分
必填
productId
string
产品id
必填
templateId
string
模板id
必填
scoreItemList
scoreItemList
评分项集合
必填
itemDefineId
string
评分项定义Id
必填
itemValue
decimal
评分项得分
必填
remark
string
评分项备注
必填
seq
interger
评分项排序
必填
name
string
评分项名称
必填
weight
decimal
评分项占比
必填
scoreFactorlist
scoreFactorlist
评分因素集合
必填
factorDefineId
string
评分因素定义id
必填
factorValue
decimal
评分因素得分
必填
remark
string
备注
必填
seq
interger
打分评分因素排序
必填
name
string
评分因素名称
必填
weight
decimal
评分因素占比
必填