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

!16295 修改网页不显示<void>内容和少一对数组标签

Merge pull request !16295 from junyi233/myfeature
......@@ -2879,7 +2879,7 @@ getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCall
| ---------- | ------------------------------------------------------------ | ---- | ------------------------------------------------------------ |
| bundleName | string | 是 | 表示应用程序的bundleName。 |
| moduleName | string | 是 | 表示被查询的module的name。 |
| callback | AsyncCallback\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo.md)> | 是 | 回调函数,当获取成功时,err为null,data为获取的指定共享包信息。 |
| callback | AsyncCallback\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo.md)\>\> | 是 | 回调函数,当获取成功时,err为null,data为获取的指定共享包信息。 |
**错误码:**
......@@ -2934,7 +2934,7 @@ function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\<A
| 类型 | 说明 |
| ------------------------------------------------------------ | ----------------------------------- |
| Promise\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo.md)> | Promise对象,返回指定的共享包信息。 |
| Promise\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo.md)\>\> | Promise对象,返回指定的共享包信息。 |
**错误码:**
......
......@@ -281,7 +281,7 @@ uninstall(uninstallParam: UninstallParam) : Promise\<void>;
| 类型 | 说明 |
| ------------- | -------------------------------------- |
| Promise<void> | Promise对象。无返回结果的Promise对象。 |
| Promise\<void\> | Promise对象。无返回结果的Promise对象。 |
**错误码:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册