{
"courseId":9354,
"stuDetailList":[
{
"stuId":5933,
"contentList":[
{
"detailValue":"你大爷",
"totalScore":10,
"score":5
},
{
"detailValue":"我大爷",
"totalScore":20,
"score":10
}
]
}
,{
"stuId":5932,
"contentList":[
{
"detailValue":"你大爷",
"totalScore":10,
"score":5
},
{
"detailValue":"我大爷",
"totalScore":10,
"score":5
}
]
}
]
}
curl --location --request POST 'localhost:8077prob/probEvaluateDetail/evaluateDetailSave' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId":9354,
"stuDetailList":[
{
"stuId":5933,
"contentList":[
{
"detailValue":"你大爷",
"totalScore":10,
"score":5
},
{
"detailValue":"我大爷",
"totalScore":20,
"score":10
}
]
}
,{
"stuId":5932,
"contentList":[
{
"detailValue":"你大爷",
"totalScore":10,
"score":5
},
{
"detailValue":"我大爷",
"totalScore":10,
"score":5
}
]
}
]
}'
{
"code": 0,
"errorCode": 0,
"message": "评价添加成功",
"result": "评价添加成功",
"success": true
}