💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/class/recommendStudents` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |classid|是|string|班级id|-| |realname|否|string|真实姓名|-| |username|否|string|账号|-| |num|否|string|每页展示个数|-| **返回示例** - success ```json { "ret": 0, "msg": "ok", "data": { "count": "1", "totalPages": 1, "totalRows": "1", "nowPage": 1, "data": [ { "uid": "1033145308280423415", "username": "caijiahui1", "password": "96e79218965eb72c92a549dd5a330112", "realname": "蔡佳慧", "email": null, "telephone": null, "sex": "0", "identitytype": "3", "is_audit": "1", "is_active": "1", "is_init": "1", "origin": "0", "certificate": "0", "create_time": "1458713683", "update_time": "1458713683", "status": "0" }, ...... ] } } ``` - error ```json { "ret": -1, "msg": "参数错误" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2016-03-25 09:13:11 * * * * *