.1502411993651747:ee879432d270a7cfd9d5250fee3fa453_69f75ed1dc48703ced6d2ba3.69f75efcdc48703ced6d2bba.69f75efcb10cda707e2c8727:Trae CN.T(2026/5/3 22:43:08)#18
Open
lovely90133 wants to merge 2 commits into
Conversation
添加支付状态和订单状态的优先级检查,确保状态更新符合业务规则 扩展支付状态枚举类型,支持更多支付状态 添加webhook事件表,实现事件处理幂等性 更新测试用例,覆盖状态转换和幂等处理场景
修复订单状态优先级中'cancelled'状态的顺序问题 优化支付事件处理流程,避免并发处理同一事件
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.
fix(webhook): 调整订单状态优先级并优化支付事件处理逻辑
修复订单状态优先级中'cancelled'状态的顺序问题
优化支付事件处理流程,避免并发处理同一事件