token: ********************
{
"index": "1",
"size": "10",
"taskId": 0,
"taskType": 0,
"evaluateType": 0,
"hospitalId": 0,
"userName": "string",
"userId": 0,
"evaluateUserId": 0,
"userType": 0,
"remark": "string",
"roleId": 0,
"simpleContentList": [
{
"score": 0,
"content": "string",
"num": 0
}
],
"teachIds": [
0
]
}
curl --location --request POST 'localhost:8077/probActivity/api/teach/evaluate' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"index": "1",
"size": "10",
"taskId": 0,
"taskType": 0,
"evaluateType": 0,
"hospitalId": 0,
"userName": "string",
"userId": 0,
"evaluateUserId": 0,
"userType": 0,
"remark": "string",
"roleId": 0,
"simpleContentList": [
{
"score": 0,
"content": "string",
"num": 0
}
],
"teachIds": [
0
]
}'
{
"result": {},
"errorCode": 0,
"message": "",
"success": false,
"code": 0
}