-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实现订单模块 #49
实现订单模块 #49
Conversation
longyue0521
commented
Mar 24, 2024
•
edited
Loading
edited
- 基本实现订单模块所有接口
- 测试全部接口
- 用定时任务取消订单
- 消费消息完成订单
- 其他测试
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
===========================================
- Coverage 90.95% 64.65% -26.31%
===========================================
Files 7 81 +74
Lines 365 2637 +2272
===========================================
+ Hits 332 1705 +1373
- Misses 24 855 +831
- Partials 9 77 +68 ☔ View full report in Codecov by Sentry. |
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
Signed-off-by: longyue0521 <[email protected]>
因定时任务和监听消息队列的代码摆放位置不明, “订单超时自动取消”, “消费支付成功消息, 更新订单状态为已完成”这个两个接口是以API形式实现的, 后续明确定时任务, 及消费事件的代码位置后+wire集成后, 可以很容易的重构. 但要去掉这两个接口的API注册代码、API实现代码 及API对应的测试代码 |