Files
mht.js/uniCloud-aliyun/cloudfunctions/router/service/client/小程序、h5、APP客户端.md
2025-10-22 07:50:31 +08:00

12 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 客户端H5、小程序、APP客户端
#### `router/service/client` 目录为客户端端逻辑
#### 以下的目录并非强制性,只是建议,便于统一开发规范。
```
.
├── client──────────────────────# 客户端逻辑
│ └── user───────────────────# 用户服务
│ └── order──────────────────# 订单服务
└─────────────────────────────────
```