新增打分方法
POST
/api/scores
接口描述
新增打分方法
请求参数
参数名
类型
描述
必填
value
decimal
打分总得分
必填
productId
string
产品id
必填
templateId
string
模板id
必填
scoreDate
date
打分日期
必填
type
int
打分类型(公开市场、非公开市场、日度)
必填
seq
int
打分排序(指的是选择产品的顺序)
必填
响应参数
参数名
类型
描述
必填
status
int
状态码
必填
code
int
错误编码
必填
msg
string
信息
必填
data
object
结果集
必填