ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## **获取本班级信息接口 getClassUrl** **接口描述** * 获取本班级信息接口 **请求URL** * [xxx.com/xxx](http://xxx.com/xxx) **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId | string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | status| string | 0,成功,非0,失败| | className| string | 班级名称 | | classAdvert| string | 班级口号 | | classMonitor| array |班长| | classAdviser| string | 班主任| **返回示例** ~~~ { "status": 0, "msg": "success", "data": { "schoolName": "清华小学", "schoolLogo": "abc.com/a.jpg", "className": "一年级一班", "classRoom": "一号楼101", "classAdvert": "", "classAdviser": "", "classMonitor": [] } } ~~~ 老接口 ~~~ { "status": 0, "msg": "success", "data": { "className": "", "classAdvert": "", "classAdviser": "", "classMonitor": [] } } ~~~