Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-zh
提交
4ec335c7
unidocs-zh
项目概览
DCloud
/
unidocs-zh
通知
3172
Star
105
Fork
804
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
93
列表
看板
标记
里程碑
合并请求
67
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
unidocs-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
93
Issue
93
列表
看板
标记
里程碑
合并请求
67
合并请求
67
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
4ec335c7
编写于
4月 17, 2023
作者:
DCloud-WZF
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs(api): getEnvInfoSync
上级
89b9c319
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
36 addition
and
1 deletion
+36
-1
docs/api/_sidebar.md
docs/api/_sidebar.md
+2
-1
docs/api/other/getEnvInfoSync.md
docs/api/other/getEnvInfoSync.md
+34
-0
未找到文件。
docs/api/_sidebar.md
浏览文件 @
4ec335c7
...
...
@@ -28,7 +28,7 @@
*
[
uni.preloadPage
](
/api/preload-page
)
*
[
窗口动画
](
/api/router?id=animation
)
*
[
页面
](
api/window/window.md
)
*
[
页面通讯
](
api/window/communication.md
)
*
[
页面通讯
](
api/window/communication.md
)
*
[
subNVue原生子窗体
](
api/window/subNVues.md
)
*
[
数据缓存
](
/api/storage/storage
)
*
[
uni.setStorage
](
/api/storage/storage?id=setstorage
)
...
...
@@ -150,6 +150,7 @@
*
[
获取发票抬头
](
api/other/invoice-title.md
)
*
[
小程序跳转
](
api/other/open-miniprogram.md
)
*
[
账号信息
](
api/other/getAccountInfoSync.md
)
*
[
环境信息
](
api/other/getEnvInfoSync.md
)
*
[
运动(计步器)
](
api/other/sport.md
)
*
[
统计
](
api/other/report.md
)
*
[
卡券
](
api/other/card.md
)
...
...
docs/api/other/getEnvInfoSync.md
0 → 100644
浏览文件 @
4ec335c7
#### uni.getEnvInfoSync()
获取小程序环境信息。
**平台差异说明**
|App|H5|微信小程序|支付宝小程序|百度小程序|字节跳动小程序|飞书小程序|QQ小程序|快手小程序|京东小程序|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|x|x|x|x|x|√|x|x|x|x|
**返回值**
**Object**
| 属性 | 类型 | 说明 |
| --- | --- | --- |
| microapp | MicroApp| 小程序信息 |
| common | Common | 通用参数 |
**MicroApp 类型说明**
| 属性 | 类型 | 说明 |
| --- | --- | --- |
| mpVersion | string | 小程序 appId |
| envType| string | 小程序环境
`development`
测试版、
`preview`
预览版、
`production`
线上版 |
| appId| string | 小程序 appId |
**Common 类型说明**
| 属性 | 类型 | 说明 |
| --- | --- | --- |
| USER_DATA_PATH | string | 用户数据存储的路径(默认值 ttfile://user)|
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录