Skip to content

Commit

Permalink
feat(商城): 商城2.0版本发布
Browse files Browse the repository at this point in the history
1. 重构项目后端代码,优化全局同一返回类代码。
2. 商城前后台所有接口全部接入 apifox,并且请求参数、响应参数注释完善,方便大家在线查看。
3. 对接第三方支付代码重写,使用了策略模式,提升可维护性。
4. 重构消息模块将 message-core、message-comsumer 模块,同一合并到 message 模块下。
  • Loading branch information
wayn111 committed May 17, 2024
1 parent 410f294 commit 70d4bbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [系统架构](#系统架构)
- [功能设计](#功能设计)
- [系统设计](#系统设计)
- [接口文档](#接口文档)
- [技术选型](#技术选型)
- [文件目录](#文件目录)
- [todo](#todo)
Expand Down Expand Up @@ -66,6 +67,16 @@ Mysql、Redis、RabbitMQ、ElasticSearch、Nginx 等常用中间件,根据我

---

# 接口文档
本项目使用 apifox 提供的在线文档功能供大家在线查看以及浏览。

文档地址:https://apifox.com/apidoc/shared-f48b11f5-6137-4722-9c70-b9c5c3e5b09b

![apifox-前台接口.png](images%2Fapifox-%E5%89%8D%E5%8F%B0%E6%8E%A5%E5%8F%A3.png)

![apifox-前台接口.png](images%2Fapifox-%E5%89%8D%E5%8F%B0%E6%8E%A5%E5%8F%A3.png)
---

# 技术选型

| | 系统组件 | 采用技术 | 官网 |
Expand Down
Binary file added images/apifox-前台接口.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/apifox-后台接口.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,5 @@ public R<Boolean> syncEs() {
}
return R.result(flag);
}

}

0 comments on commit 70d4bbe

Please sign in to comment.