{
"page": 1,
"size": 20,
"hskLevel": 0,
"type": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/question/app-api/v1/hsk-exam/teacher-comments' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"hskLevel": 0,
"type": 0
}'
{
"code": "",
"data": [
{
"practiceRecordId": 0,
"questionId": 0,
"name": "",
"createTime": "",
"sort": 0,
"questionSum": 0,
"type": 0,
"answerText": "",
"comment": "",
"score": 0.0,
"fullScore": 0.0,
"pid": 0,
"answerList": [
{
"questionId": 0,
"answerText": "",
"optionId": 0,
"answerBelong": 0,
"sort": 0,
"optionNumber": 0,
"title": ""
}
]
}
],
"msg": "",
"total": 0
}