文档
测试

查询教师评语

GET
teacher/teacher/getComments

接口描述

根据学生id和活动id获取该学生的评语

请求头

参数名
类型
描述
必填
token
必填

请求参数

参数名
类型
描述
必填
id
string
活动id
必填
s_id
string
学生id
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
score
string
快速评分(可能为null)
必填
comment
string
作业评语(可能为null)
必填
grade
int
题目分值(可能为null)
必填
isHave
int
是否被批改(0:没有,1有)
必填