-
Notifications
You must be signed in to change notification settings - Fork 9
17. 其他
/api/extra/
的 11 个 API 目前都 302 跳转到响应的网页,考虑应当作为应用内 webview 提供给客户端
/api/extra/
无需鉴权并通过代理转发支持了 HTTPS,直接请求即可
如果您有兴趣提供相同功能的数据接口,欢迎 Pull Request
此处 11 个 API 的 Nginx 配置均开源在 UESTC-NGINX
完成对 Nginx 的配置后,开发者可以将 302 的目标地址修改为自定义的地址,只需修改 app/extra.js
文件即可实现
特别感谢 @Esrael 提供数据来源
GET /api/extra/traffic
访问后将 302 至 https://wx.uestc.ml/uestc-wxapp/?urlfrom=wx&myredirect=/busTime#/busTime
GET /api/extra/contact
访问后将 302 至 https://wx.uestc.ml/uestc-wxapp/?urlfrom=wx&myredirect=%2FmobileM#/mobileM
GET /api/extra/info
访问后将 302 至 https://jwc.uestc.ml/wx/toIndex.action
GET /api/extra/stu
GET /api/extra/edu
访问后将 302 至 https://jwc.uestc.ml/wx/SchAbout!findNewsInfo.action?partId=4028811d54f83c720154ff69e1890002,39
GET /api/extra/communication
访问后将 302 至 https://jwc.uestc.ml/wx/SchAbout!findNewsInfo.action?partId=38,4028811d5688c21501568daf83b20006
GET /api/extra/news
访问后将 302 至 https://jwc.uestc.ml/wx/SchAbout!findNewsInfo.action?partId=40
GET /api/extra/room
访问后将 302 至 https://jwc.uestc.ml/wx/SchAbout!toClassroom.action
GET /api/extra/today-course
访问后将 302 至 https://jwc.uestc.ml/wx/CourseAbout!toTodayCourse.action
GET /api/extra/search-course
访问后将 302 至 https://jwc.uestc.ml/wx/CourseAbout!toSearchCourse.action
GET /api/extra/search-teacher
访问后将 302 至 https://jwc.uestc.ml/wx/SchAbout!toSearchTeach.action
UESTC-API 已经取消提供公共 API 服务器,开发者需要将应用部署到自己的服务器上
https://uestc.ml 现在仅提供 11 个 Extra API 的转发服务,且不保证此服务的可用性
我们提供了方便的 Docker 化部署方案,在方便开发者实现后端数据管控的同时帮助我们应对日益严峻的教务系统 IP 封禁策略,感谢配合