教师给学生评分接口
POST
http://47.110.154.146:8092/teacher/grade
请求参数
参数名
类型
描述
必填
stu_id
String
学号
必填
course_id
String
课程id
必填
grade
int
0-100 未给成绩时为-1
必填