Преглед изворни кода

update: 调整服务分类 - 核心业务(9个)、数据基础(8个)、网关拓展(4个)、客户端web(8个)、管理后台(6个)

DevOps Team пре 3 месеци
родитељ
комит
1d381e2b5e
1 измењених фајлова са 36 додато и 36 уклоњено
  1. 36 36
      README.md

+ 36 - 36
README.md

@@ -46,7 +46,7 @@ microservice-helm/
 │   │       ├── deployment.yaml
 │   │       └── service.yaml
 │   │
-│   ├── 核心业务服务 (8个)
+│   ├── 核心业务服务 (9个)
 │   │   ├── shop-recycle-payment/       # 支付服务 (1218)
 │   │   ├── shop-recycle-store/         # 商店服务 (1208)
 │   │   ├── shop-recycle-pis/           # PIS服务 (1209)
@@ -54,41 +54,41 @@ microservice-helm/
 │   │   ├── shop-recycle-account/       # 账户服务 (1223)
 │   │   ├── shop-recycle-msg/           # 消息服务 (1217)
 │   │   ├── shop-recycle-order-center/  # 订单中心 (1203)
-│   │   └── shop-recycle-wechat/        # 微信服务 (1231)
+│   │   ├── shop-recycle-wechat/        # 微信服务 (1231)
+│   │   └── shop-recycle-order-search/  # 订单查询 (1238)
 │   │
-│   ├── 数据和基础服务 (7个)
+│   ├── 数据和基础服务 (8个)
 │   │   ├── shop-recycle-data-statistics/    # 数据统计 (1220)
 │   │   ├── shop-recycle-platform/           # 平台服务 (1201)
-│   │   ├── shop-recycle-gateway/            # API网关 (1211)
 │   │   ├── shop-recycle-sche/               # 调度服务 (1215)
 │   │   ├── shop-recycle-dispatcher/         # 分发器 (1236)
 │   │   ├── shop-recycle-dealdata-service/   # 数据处理服务 (1235)
-│   │   └── shop-recycle-async-web/          # 异步服务 (1239)
+│   │   ├── shop-recycle-async-web/          # 异步服务 (1239)
+│   │   └── shop-recycle-import-web/         # 导入Web (1221)
 │   │
-│   ├── 网关拓展服务 (3个)
+│   ├── 网关拓展服务 (4个)
 │   │   ├── shop-recycle-gateway-out/        # 外部网关 (1226)
 │   │   ├── shop-recycle-gateway-out-upgrade/# 网关升级 (1237)
-│   │   └── shop-recycle-order-search/       # 订单查询 (1238)
+│   │   ├── shop-recycle-out-web/            # 外部Web (1224)
+│   │   └── shop-recycle-gateway/            # API网关 (1211)
 │   │
-│   ├── 客户端Web服务 (9个)
+│   ├── 客户端Web服务 (8个)
 │   │   ├── shop-recycle-wechat-web/         # 微信Web (1214)
 │   │   ├── shop-recycle-payment-web/        # 支付Web (1219)
 │   │   ├── shop-recycle-store-wechat-web/   # 店铺微信Web (1207)
-│   │   ├── shop-recycle-platform-pc-web/    # 平台PC Web (1202)
-│   │   ├── shop-recycle-out-web/            # 外部Web (1224)
-│   │   ├── shop-recycle-store-pc-web/       # 店铺PC Web (1222)
+│   │   ├── shop-recycle-customer-wechat-web/# 客户微信Web (1227)
+│   │   ├── shop-recycle-merchant-wechat-web/# 商家微信Web (1206)
 │   │   ├── shop-recycle-oss-web/            # OSS Web (1212)
 │   │   ├── shop-recycle-login-center/       # 登录中心 (1210)
 │   │   └── shop-recycle-vs-web/             # VS Web (1233)
 │   │
-│   └── 管理后台服务 (7个)
-│       ├── shop-recycle-merchant-wechat-web/    # 商家微信Web (1206)
-│       ├── shop-recycle-import-web/             # 导入Web (1221)
-│       ├── shop-recycle-marketer-pc-web/        # 营销PC Web (1232)
-│       ├── shop-recycle-erp-pc-web/             # ERP PC Web (1228)
-│       ├── shop-recycle-merchant-pc-web/        # 商家PC Web (1205)
-│       ├── shop-recycle-agent-pc-web/           # 代理PC Web (1225)
-│       └── shop-recycle-customer-wechat-web/    # 客户微信Web (1227)
+│   └── 管理后台服务 (6个)
+│       ├── shop-recycle-platform-pc-web/    # 平台PC Web (1202)
+│       ├── shop-recycle-store-pc-web/       # 店铺PC Web (1222)
+│       ├── shop-recycle-marketer-pc-web/    # 营销PC Web (1232)
+│       ├── shop-recycle-erp-pc-web/         # ERP PC Web (1228)
+│       ├── shop-recycle-merchant-pc-web/    # 商家PC Web (1205)
+│       └── shop-recycle-agent-pc-web/       # 代理PC Web (1225)
 └── environments/                       # 环境特定配置
     ├── dev-values.yaml                 # 开发环境(DEBUG日志、单副本)
@@ -174,7 +174,7 @@ kubectl get svc
 
 ## 📊 服务详细列表
 
-### 核心业务服务 (8个)
+### 核心业务服务 (9个)
 
 | 服务名称 | 端口 | 说明 |
 |--------|------|------|
@@ -186,52 +186,52 @@ kubectl get svc
 | shop-recycle-msg | 1217 | 消息服务 |
 | shop-recycle-order-center | 1203 | 订单中心 |
 | shop-recycle-wechat | 1231 | 微信集成 |
+| shop-recycle-order-search | 1238 | 订单查询 |
 
-### 数据和基础服务 (7个)
+### 数据和基础服务 (8个)
 
 | 服务名称 | 端口 | 说明 |
 |--------|------|------|
 | shop-recycle-platform | 1201 | 平台核心 |
-| shop-recycle-gateway | 1211 | API网关 |
 | shop-recycle-data-statistics | 1220 | 数据统计 |
 | shop-recycle-sche | 1215 | 调度服务 |
 | shop-recycle-dispatcher | 1236 | 分发服务 |
 | shop-recycle-dealdata-service | 1235 | 数据处理 |
 | shop-recycle-async-web | 1239 | 异步处理 |
+| shop-recycle-import-web | 1221 | 数据导入 |
 
-### 网关拓展服务 (3个)
+### 网关拓展服务 (4个)
 
 | 服务名称 | 端口 | 说明 |
 |--------|------|------|
 | shop-recycle-gateway-out | 1226 | 外部网关 |
 | shop-recycle-gateway-out-upgrade | 1237 | 网关升级 |
-| shop-recycle-order-search | 1238 | 订单查询 |
+| shop-recycle-out-web | 1224 | 外部Web |
+| shop-recycle-gateway | 1211 | API网关 |
 
-### 客户端Web服务 (9个)
+### 客户端Web服务 (8个)
 
 | 服务名称 | 端口 | 说明 |
 |--------|------|------|
-| shop-recycle-platform-pc-web | 1202 | 平台PC页面 |
-| shop-recycle-store-wechat-web | 1207 | 店铺微信页面 |
-| shop-recycle-merchant-wechat-web | 1206 | 商家微信页面 |
-| shop-recycle-login-center | 1210 | 登录中心 |
+| shop-recycle-wechat-web | 1214 | 微信Web |
+| shop-recycle-payment-web | 1219 | 支付Web |
+| shop-recycle-store-wechat-web | 1207 | 店铺微信Web |
+| shop-recycle-customer-wechat-web | 1227 | 客户微信Web |
+| shop-recycle-merchant-wechat-web | 1206 | 商家微信Web |
 | shop-recycle-oss-web | 1212 | 文件管理 |
-| shop-recycle-wechat-web | 1214 | 微信页面 |
-| shop-recycle-payment-web | 1219 | 支付页面 |
-| shop-recycle-store-pc-web | 1222 | 店铺PC页面 |
-| shop-recycle-out-web | 1224 | 外部页面 |
+| shop-recycle-login-center | 1210 | 登录中心 |
 | shop-recycle-vs-web | 1233 | VS页面 |
 
-### 管理后台服务 (7个)
+### 管理后台服务 (6个)
 
 | 服务名称 | 端口 | 说明 |
 |--------|------|------|
-| shop-recycle-import-web | 1221 | 数据导入 |
+| shop-recycle-platform-pc-web | 1202 | 平台PC Web |
+| shop-recycle-store-pc-web | 1222 | 店铺PC Web |
 | shop-recycle-marketer-pc-web | 1232 | 营销管理 |
 | shop-recycle-erp-pc-web | 1228 | ERP系统 |
 | shop-recycle-merchant-pc-web | 1205 | 商家后台 |
 | shop-recycle-agent-pc-web | 1225 | 代理后台 |
-| shop-recycle-customer-wechat-web | 1227 | 客户微信 |
 
 ---