From 48e95ec7fcd01330c28b30893992b4367632bd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=A6?= Date: Mon, 27 Jun 2022 01:33:12 +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 8fe3e976fc..87cab15049 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 @@ -190,7 +190,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