diff --git a/zh-cn/application-dev/reference/apis/js-apis-power.md b/zh-cn/application-dev/reference/apis/js-apis-power.md
index 47027996ffa8ed2db9b6f5161700d2b7f561e4da..05700f5c4a74490c1974aafaa4d6ccd0fca3839c 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-power.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-power.md
@@ -147,7 +147,7 @@ try {
## power.suspend9+
-suspend(): void
+suspend(isImmediate?: boolean): void
休眠设备。
@@ -155,6 +155,13 @@ suspend(): void
**系统能力:** SystemCapability.PowerManager.PowerManager.Core
+**参数:**
+
+| 参数名 | 类型 | 必填 | 说明 |
+| ------ | ------ | ---- | ---------- |
+| isImmediate10+ | boolean | 否 | 是否直接休眠设备。不填该参数则默认为false由系统自动检测何时进入休眠。
**说明:** 从API version 10开始,支持该参数。|
+
+
**错误码:**
以下错误码的详细介绍请参见[系统电源管理错误码](../errorcodes/errorcode-power.md)。