diff --git a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md index 4d6ebe8228be67a402f569661114a57ecabf99c4..6fa21364f42bd2cf4e5bf768188ad797e42a6468 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-osAccount.md +++ b/zh-cn/application-dev/reference/apis/js-apis-osAccount.md @@ -5289,6 +5289,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<bool | 12300001 | System service exception. | | 12300002 | Invalid domainAccountInfo. | | 12300013 | Network exception. | +| 12300111 | Operation timeout. | **示例:** ```js @@ -5341,6 +5342,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo): Promise<boolean> | 12300001 | System service exception. | | 12300002 | Invalid domainAccountInfo. | | 12300013 | Network exception. | +| 12300111 | Operation timeout. | **示例:** ```js