ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## **获取服务器接口 getUrlInfo** **接口描述** * 获取用户服务器物理地址信息 **请求URL** * xxx.com **请求方式** * GET **请求参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | deviceId| string | 设备序列号 | **返回参数** | 参数名 | 类型 | 说明 | | --- | --- | --- | | getDeviceUrl | string | 设备信息 | | getClassUrl | string | 班级信息接口 | | getStudentUrl | string | 学生信息接口| | postUrl | string | 考勤数据上报接口| | commandUrl| string | 维护服务器 | | getTimetableUrl| string | 一周课程表接口 | | getNoticeUrl| string | 学校风采接口 | | getAttendanceUrl| string | 出勤率 | | getCustomUrl| string | 校园风采图片| | getCookbookUrl| string | 一周菜谱接口| | getAliossTokenUrl| string | 获取阿里oss token 接口 | **返回示例** ``` { "status":0,//成功返回0,失败返回非0 "msg":"获取设备数据成功", "data":{         "getDeviceUrl ":"abc.com",         "getClassUrl ":"abc.com",         "getStudentUrl ":"abc.com",         "postUrl":"abc.com",         "getAttendenceUrl":"abc.com",         "getTimetableUrl":"abc.com",         "getNoticeUrl":"abc.com",         "getCustomUrl":"abc.com",         "getAliossTokenUrl":"abc.com",         "getCookbookUrl":"abc.com",         "commandUrl":"abc.com"     }, "serverTime":"1286676610" } ```