You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
578 B
578 B
客户端(H5、小程序、APP客户端)
router/service/client
目录为客户端端逻辑
以下的目录并非强制性,只是建议,便于统一开发规范。
.
├── client──────────────────────# 客户端逻辑
│ └── user───────────────────# 用户服务
│ └── order──────────────────# 订单服务
└─────────────────────────────────