curl --location --request POST 'localhost:8077/temp/api/activity/evaluate/getEvaluate?taskType=1&evaluateType=3' \
--header 'token: undefined' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"remark": "",
"content": [
{
"score": 0,
"content": "法国红酒"
},
{
"score": 0,
"content": "也很难"
},
{
"score": 0,
"content": "未到访VB"
}
]
},
"success": true
}