This repository was archived by the owner on Oct 7, 2023. It is now read-only.
添加了获取教室信息、教室活动表、图书借阅查询、图书续借及其他功能,新增exception文件整理异常类#8
Open
添加了获取教室信息、教室活动表、图书借阅查询、图书续借及其他功能,新增exception文件整理异常类#8
Conversation
Collaborator
ZhuLegend
commented
Jul 15, 2022
- 添加了exception文件整理了散落各处的异常信息
- 增加了获取校园卡余额和消费记录的功能
- 调整course部分代码,适配实验课教师姓名、教室地点获取
- 增加library文件,支持获取图书借阅信息、图书续借功能
- 增加room文件,支持查询教室信息、教室活动安排
- 调整score部分代码,支持分别获取主修、辅修成绩,调整代码顺序,避免HTTP响应为401时,MycquUnauthorized未正确抛出
- 为datetimes模块新增转换为本地具体时间的方法
增加了获取校园卡余额和消费记录的功能 调整course部分代码,适配实验课教师姓名、教室地点获取 增加library文件,支持获取图书借阅信息、图书续借功能 增加room文件,支持查询教室信息、教室活动安排 调整score部分代码,支持分别获取主修、辅修成绩,调整代码顺序,避免HTTP响应为401时,MycquUnauthorized未正确抛出 为datetimes模块新增转换为本地具体时间的方法
将library添加到init中
2b6528c to
1525873
Compare
修复部分可能导致选课信息查询不能正常工作的问题
# Conflicts: # mycqu/__init__.py # mycqu/auth.py # mycqu/card.py # mycqu/course.py # mycqu/exception.py # mycqu/library.py # mycqu/mycqu.py # mycqu/room.py # mycqu/score.py # mycqu/utils/datetimes.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.