{
"evaluateId" : 1,
"twoItemId" : 2,
"content" : "评分项",
"contentScore" : 10
}
curl --location --request POST 'localhost:8077/dorm/evaluateContent/saveContent' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"evaluateId" : 1,
"twoItemId" : 2,
"content" : "评分项",
"contentScore" : 10
}'
{
"code": 1,
"errorCode": 0,
"message": "新增成功",
"result": null,
"success": false
}