From e9ee8b6d73ffdafc4c0a7c86a9990a98fef70ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=A6?= Date: Mon, 27 Jun 2022 01:28:04 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-time.md. Signed-off-by: sunyue --- zh-cn/application-dev/reference/apis/js-apis-system-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-time.md b/zh-cn/application-dev/reference/apis/js-apis-system-time.md index 769f220d4d..c34f72f04d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-time.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-time.md @@ -191,7 +191,7 @@ getRealActiveTime(isNano?: boolean): Promise<number> **示例:** ```js - systemTime.getCurrentTime().then((data) => { + systemTime.getRealActiveTime().then((data) => { console.log(`systemTime.getRealActiveTime success data : ` + JSON.stringify(data)); }).catch((error) => { console.error(`failed to systemTime.getRealActiveTime because ` + JSON.stringify(error)); -- GitLab