提交 ff00a21a 编写于 作者: hbcui1984's avatar hbcui1984

Update cf-functions.md

上级 fb36a992
## 云函数示例
云函数是运行在云端的 `JavaScript` 代码,
**示例代码**
......@@ -48,6 +49,7 @@ module.exports = async (context) => {
}
```
<!--
## uniCloud.callFunction(Object callFunctionOptions)
云函数中调用云函数。**目前仅腾讯云支持**
......@@ -79,4 +81,6 @@ uniCloud.callFunction({
}).then((res) => {
});
```
\ No newline at end of file
```
-->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册