提交 bbb71f9f 编写于 作者: 雪洛's avatar 雪洛

Update cf-functions.md

上级 8bd620c8
......@@ -190,6 +190,8 @@ uniCloud.callFunction({
以如下代码为例,`count`作为全局变量,当多次调用该云函数时,可能会出现变量累加的情况(实例未复用时,每次返回0,若实例被复用,则可能返回1、2、3等各种意外情况)
**云函数中使用的时区是 `UTC+0`,而不是 `UTC+8`,在云函数中使用时间时需特别注意。**
```javascript
let count = 0;
module.exports = async (event) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册