文档
测试

评价等级

GET
http://127.0.0.1:9001/subject/getLevels

请求头

参数名
类型
描述
必填
Authorization
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY2hvb2xJZCI6ImI1ODIzZDg0MjRhMzExZTc4YjYxMjg4MDIzYTIzNGQwIiwidXNlclR5cGUiOiIyIiwiZXhwIjoxNzE0MzU2NjU2LCJpYXQiOjE3MTQyNzAyNTYsImFjY291bnQiOiIwNDliYjlkNjA0YjNjZmQ
必填

请求参数

参数名
类型
描述
必填
level_id
等级模板id
必填

响应参数

参数名
类型
描述
必填
level
等级
必填
min_score
最小分
必填
max_score
最大分
必填
min_type
最小符号
必填
max_type
最大符号
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": [ { "level": "A+", "min_score": 100, "max_score": 100, "min_type": "2", "max_type": "2" }, { "level": "A", "min_score": 95, "max_score": 100, "min_type": "2", "max_type": "1" }, { "level": "A-", "min_score": 90, "max_score": 95, "min_type": "2", "max_type": "1" }, { "level": "B+", "min_score": 85, "max_score": 90, "min_type": "2", "max_type": "1" }, { "level": "B", "min_score": 80, "max_score": 85, "min_type": "2", "max_type": "1" }, { "level": "B-", "min_score": 75, "max_score": 80, "min_type": "2", "max_type": "1" }, { "level": "C+", "min_score": 70, "max_score": 75, "min_type": "2", "max_type": "1" }, { "level": "C", "min_score": 65, "max_score": 70, "min_type": "2", "max_type": "1" }, { "level": "C-", "min_score": 60, "max_score": 65, "min_type": "2", "max_type": "1" }, { "level": "D", "min_score": 0, "max_score": 60, "min_type": "2", "max_type": "1" } ] }