企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## **获取服务器接口 getUrlInfo** **接口描述** * 获取用户服务器物理地址信息 **请求URL** * xxx.com **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId| string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | getDeviceUrl | string | 设备信息 | | getClassUrl | string | 班级信息接口 | | getStudentUrl | string | 学生信息接口| | postUrl3 | string | 考勤数据上报接口| | getTeacherUrl | string | 获取老师信息 | | postMessageUrl| string | 学生用电子班牌给家长发信息| | getAttendenceStatusUrl| string | 学生考勤明细 | | getPictureUrl| string | 班级相册接口 | | getTimetableUrl| string | 一周课程表接口 | | getDutyUrl| string | 一周值日生接口 | | getActivityUrl| string | 班级活动接口 | | getNoticeUrl| string | 班级通知接口 | | getLogUrl| string | 一周考勤记录,删除 | | getGoodStudentUrl| string | 班级优秀学生 | | getCustomUrl| string | 获取自定义模式图片 | | commandUrl| string | 维护服务器 | | RTC| string | RTC接口 | | postReadUrl| string | 电子班牌上报已读信息 | | postActivityUrl| string | 上报活动报名、投票接口 | | getApplicationUrl| string | 应用安装接口 | | getEpaperUrl| string | 电子板报接口 | | getHonourUrl| string | 班级荣誉接口 | | getFamilyUrl| string | 获取学生家庭数据 | **返回示例** ``` { "status": 0, "msg": "success", "data": { "getDeviceUrl ": "abc.com", "getClassUrl ": "abc.com", "getStudentUrl ": "abc.com", "postUrl3": "abc.com", "getTeacherUrl ": "abc.com", "postMessageUrl": "abc.com", "getAttendenceStatusUrl": "abc.com", "getGoodStudentUrl": "abc.com", "getTimetableUrl": "abc.com", "getActivityUrl": "abc.com", "getNoticeUrl": "abc.com", "getPraiseUrl ": "abc.com", "getCustomUrl": "abc.com", "postReadUrl": "abc.com", "postActivityUrl": "abc.com", "RTC": "abc.com", "getApplicationUrl": "abc.com", "getHonourUrl": "abc.com", "getEpaperUrl": "abc.com", "getFamilyUrl": "abc.com" } } ```