未验证 提交 ceca1720 编写于 作者: O openharmony_ci 提交者: Gitee

!8169 3.2Beta2:权限申请代码块语言标记为json:无需翻译

Merge pull request !8169 from 葛亚芳/OpenHarmony-3.2-Beta2
...@@ -286,11 +286,11 @@ Table 15 Transaction APIs ...@@ -286,11 +286,11 @@ Table 15 Transaction APIs
(1) Add the following permission to the permission configuration file: (1) Add the following permission to the permission configuration file:
```js ```json
"requestPermissions": "requestPermissions":
{ {
"name": "ohos.permission.DISTRIBUTED_DATASYNC" "name": "ohos.permission.DISTRIBUTED_DATASYNC"
} }
``` ```
(2) Obtain the required permissions. (2) Obtain the required permissions.
......
...@@ -247,11 +247,11 @@ ...@@ -247,11 +247,11 @@
(1) 权限配置文件中增加以下配置。 (1) 权限配置文件中增加以下配置。
```js ```json
"requestPermissions": "requestPermissions":
{ {
"name": "ohos.permission.DISTRIBUTED_DATASYNC" "name": "ohos.permission.DISTRIBUTED_DATASYNC"
} }
``` ```
(2) 获取应用权限。 (2) 获取应用权限。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册