From a68d298ef0dee1cd515bbe55cb303c3f6216776f Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 24 Aug 2022 11:29:44 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-battery.md. Signed-off-by: LiAn Signed-off-by: LiAn --- zh-cn/application-dev/reference/apis/js-apis-system-battery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-battery.md b/zh-cn/application-dev/reference/apis/js-apis-system-battery.md index 3caee51912..2c4b2dedd6 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-battery.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-battery.md @@ -26,7 +26,7 @@ getStatus(Object): void | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| success | (data: [BatteryResponse](#batteryresponse) => void | 否 | 接口调用成功的回调函数。| +| success | (data: [BatteryResponse](#batteryresponse)) => void | 否 | 接口调用成功的回调函数。| | fail | (data: string, code: number) => void | 否 | 接口调用失败的回调函数。| | complete | () => void | 否 | 接口调用结束的回调函数。 | -- GitLab