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

docs: uniCloud cloudfunctions

上级 b414302d
......@@ -28,7 +28,7 @@ exports.main = async (event, context) => {
let appid = context.APPID // manifest.json中配置的appid
let clientIP = context.CLIENTIP // 客户端ip信息
let clientUA = context.CLIENTUA // 客户端user-agent
let clientUA = context.SPACEINFO // 当前环境信息 {spaceId:'xxx',provider:'tencent'}
let spaceInfo = context.SPACEINFO // 当前环境信息 {spaceId:'xxx',provider:'tencent'}
... //其它业务代码
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册