diff --git a/zh-cn/application-dev/reference/apis/js-apis-overlay.md b/zh-cn/application-dev/reference/apis/js-apis-overlay.md index 41bc7d9ebafc3b178a116fa7d9dffbb149cdc0b5..3faa6159a50e121b6b2c99e548cfd0afa3cb8506 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-overlay.md +++ b/zh-cn/application-dev/reference/apis/js-apis-overlay.md @@ -238,7 +238,8 @@ getOverlayModuleInfo(moduleName: string): Promise\; | 错误码ID | 错误信息 | | ------ | -------------------------------------- | -| 17700002 | The specified module name is not found. | +| 17700002 | The specified module name is not found. | +| 17700032 | he specified bundle does not contain any overlay module. | | 17700033 | The specified module is not an overlay module. | **示例:** @@ -278,6 +279,7 @@ getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\