💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## **获取老师信息接口 getTeacherUrl** **接口描述** * 获取老师信息接口,需要返回老师的头像和卡号,值得注意的是:**使用人脸识别我们调用的方法,把人脸数据转卡号完成考勤** **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | name| string | 名字| | cardCode| string |生卡号| | faceUrl| string | 人脸头像url| | teacherProfile| string | 老师简介| **返回示例** ``` { "status":0, "msg": "success", "data":[ { "id":"", "name":"", "cardCode":"", "faceUrl":"", "teacherProfile":"" } ] } ``` 老接口 ``` { "status":0, "msg": "success", "data":[ { "teacherId":"", "teacherName":"", "cardCode":"", "courseId":"", "courseName":"", "faceUrl":"", "teacherCourse":"", "teacherProfile":"" } ] } ```