Files
mht.js/uniCloud-aliyun/cloudfunctions/router/service/template/云函数示例模板.md
2025-10-22 07:50:31 +08:00

12 lines
601 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.

## 云函数示例模板
#### `router/service/template`
#### 此目录一般为插件作者给开发者提供的云函数写法示例如数据库API的使用等等。
```
.
├── template──────────────────────# 云函数模板
│ └── db_api───────────────────# 数据库API调用示例
│ └── test─────────────────────# 普通云函数调用示例
└─────────────────────────────────
```