From 4f6882d239d746380af1e7f18785782df2f4918b Mon Sep 17 00:00:00 2001 From: liujinmai <15968396335@163.com> Date: Wed, 20 Apr 2022 17:23:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/other/getAccountInfoSync.md.?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E4=BA=86=20uni.getAccountInfoSync()=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E5=8F=82=E6=95=B0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/other/getAccountInfoSync.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/other/getAccountInfoSync.md b/docs/api/other/getAccountInfoSync.md index ca001f6c4..3b4c6ec3e 100644 --- a/docs/api/other/getAccountInfoSync.md +++ b/docs/api/other/getAccountInfoSync.md @@ -29,6 +29,8 @@ | 属性 | 类型 | 说明 | | --- | --- | --- | | appId | string | 小程序 appId | +| envVersion| string | 小程序 当前环境版本:`develop`、`trial`、`release` | +| version| string | 版本号 | **plugin 的结构** -- GitLab