文档
测试

统计注册学生教师数量

GET
/api/person_num/register_num

请求参数

参数名
类型
描述
必填
type
string
区域类型(区:district,校:school)
必填
code
string
区域编码
必填
term
string
学期
必填

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
string
返回信息
必填
data
array
返回数据
必填
teacher_num
int
注册教师数量
必填
student_num
int
注册学生数量
必填
proportion_num
string
师生比
必填

说明 / 示例

{ "code": 200, "message": "操作成功", "data": { "teacher_num": 137, "student_num": 551, "proportion_num": "137:551" } }