文档
测试

查看统计信息

GET
/teacher/{id}/statistics

接口描述

导师查看统计信息

响应参数

参数名
类型
描述
必填
code
String
后台返回码
必填
data
Object
后台返回数据
必填
practiceInfoStatistics
String
实习信息统计
必填
notPracticeCount
int
未实习人数
必填
practicingCount
int
实习中人数
必填
donePracticeCount
int
实习结束人数
必填
jobInfoStatistics
String
就业信息统计
必填
hasJobCount
int
就业人数
必填
noJobCount
int
未就业人数
必填
message
String
后台返回信息,成功为空,失败为失败信息
必填