docs(api): 补充收银服务 Swagger/Knife4j/OpenAPI 访问地址

This commit is contained in:
2026-06-06 10:25:12 +08:00
parent 26f146f9a7
commit 1a615c9f15
+3
View File
@@ -435,6 +435,7 @@ http://localhost:9300/swagger-ui.html # 网关聚合文档
http://localhost:9301/swagger-ui.html # 认证服务文档
http://localhost:9302/swagger-ui.html # 系统服务文档
http://localhost:9303/swagger-ui.html # 用户服务文档
http://localhost:9601/swagger-ui.html # 收银服务文档
```
#### Knife4j 增强 UI(推荐)
@@ -444,6 +445,7 @@ http://localhost:9300/doc.html # 网关聚合文档
http://localhost:9301/doc.html # 认证服务文档
http://localhost:9302/doc.html # 系统服务文档
http://localhost:9303/doc.html # 用户服务文档
http://localhost:9601/doc.html # 收银服务文档
```
#### OpenAPI JSON 接口
@@ -454,6 +456,7 @@ http://localhost:9301/v3/api-docs # 认证服务 API 文档
http://localhost:9302/v3/api-docs # 系统服务 API 文档
http://localhost:9303/v3/api-docs # 用户服务 API 文档
http://localhost:9399/v3/api-docs # 聚合启动器 API 文档(开发调试)
http://localhost:9601/v3/api-docs # 收银服务 API 文档
```
---