diff --git a/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md b/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md index 15865e87e557611a0b3c9aa52f489d4207618895..cdb87531a4a61b4c852f20bd83a134405c6b727b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md @@ -79,7 +79,7 @@ hiSysEvent.write({ ## hiSysEvent.write -write(info: SysEventInfo): Promise<void> +write(info: SysEventInfo): Promise<void> 系统事件打点方法,接收[SysEventInfo](#syseventinfo)类型的对象作为事件参数,使用promise方式作为异步回调。 @@ -146,7 +146,7 @@ hiSysEvent.write({ | -------- | -------- | -------- | -------- | | domain | string | 是 | 事件领域。 | | name | string | 是 | 事件名称。 | -| tag | string | 是 | 事件标签。 | +| tag | string | 否 | 事件标签。 | | ruleType | [RuleType](#ruletype) | 是 | 匹配规则类型。 | ## Watcher