-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 重构项目后端代码,优化全局同一返回类代码。 2. 商城前后台所有接口全部接入 apifox,并且请求参数、响应参数注释完善,方便大家在线查看。 3. 对接第三方支付代码重写,使用了策略模式,提升可维护性。 4. 重构消息模块将 message-core、message-comsumer 模块,同一合并到 message 模块下。
- Loading branch information
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,4 +157,5 @@ public R<Boolean> syncEs() { | |
} | ||
return R.result(flag); | ||
} | ||
|
||
} |