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

docs: uniCloud function context

上级 3a33da01
......@@ -28,6 +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'}
... //其它业务代码
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册