.4062073974432528:f616b104a4811ed4b186ea3aac9e7058_69eb3023a3c75e7cbf955b60.69eb3617a3c75e7cbf955b62.69eb3617e618c818543c352e:Trae CN.T(2026/4/24 17:21:27)#6
Open
CGW516 wants to merge 2 commits into
Conversation
added 2 commits
April 24, 2026 16:42
- 在config模块中添加配置验证逻辑和自定义错误类型 - 实现账户和票务信息的详细验证 - 在main.rs中添加配置验证流程 - 增强dm模块的错误处理,添加场次和票档范围检查 - 在client模块中实现API请求重试机制和超时处理 - 添加thiserror和backoff依赖以支持更好的错误处理
修改配置格式,将单一场次序号改为优先级列表,支持按顺序自动尝试多个场次 实现场次自动切换逻辑,当前场次失败后自动尝试下一个优先级场次 优化抢票流程日志输出,增加场次切换和票档选择的详细信息
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat(抢票): 支持配置场次优先级列表并自动切换尝试
修改配置格式,将单一场次序号改为优先级列表,支持按顺序自动尝试多个场次
实现场次自动切换逻辑,当前场次失败后自动尝试下一个优先级场次
优化抢票流程日志输出,增加场次切换和票档选择的详细信息