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

!15475 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-data-dataShare.md.

Merge pull request !15475 from 葛亚芳/N/A
......@@ -49,7 +49,7 @@ createDataShareHelper(context: Context, uri: string, callback: AsyncCallback<
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| context | [Context](js-apis-application-context.md#context) | 是 | 应用的上下文环境。 |
| context | [Context](js-apis-app-ability-uiAbility.md) | 是 | 应用的上下文环境。 |
| uri | string | 是 | 指示要连接的服务端应用的路径。 |
| callback | AsyncCallback<[DataShareHelper](#datasharehelper)> | 是 | 回调函数。当创建DataShareHelper实例成功,err为undefined,data为获取到的DataShareHelper实例;否则为错误对象。 |
......@@ -94,7 +94,7 @@ createDataShareHelper(context: Context, uri: string): Promise<DataShareHelper
| 参数名 | 类型 | 必填 | 说明 |
| ------- | ------------------------------------------------- | ---- | ------------------------------ |
| context | [Context](js-apis-application-context.md#context) | 是 | 应用的上下文环境。 |
| context | [Context](js-apis-app-ability-uiAbility.md) | 是 | 应用的上下文环境。 |
| uri | string | 是 | 指示要连接的服务端应用的路径。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册