未验证 提交 1d8ee308 编写于 作者: O openharmony_ci 提交者: Gitee

!22874 【系统帐号】接口资料错误码一致性补充

Merge pull request !22874 from lichenchen/master
...@@ -5289,6 +5289,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<bool ...@@ -5289,6 +5289,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<bool
| 12300001 | System service exception. | | 12300001 | System service exception. |
| 12300002 | Invalid domainAccountInfo. | | 12300002 | Invalid domainAccountInfo. |
| 12300013 | Network exception. | | 12300013 | Network exception. |
| 12300111 | Operation timeout. |
**示例:** **示例:**
```js ```js
...@@ -5341,6 +5342,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo): Promise<boolean> ...@@ -5341,6 +5342,7 @@ hasAccount(domainAccountInfo: DomainAccountInfo): Promise<boolean>
| 12300001 | System service exception. | | 12300001 | System service exception. |
| 12300002 | Invalid domainAccountInfo. | | 12300002 | Invalid domainAccountInfo. |
| 12300013 | Network exception. | | 12300013 | Network exception. |
| 12300111 | Operation timeout. |
**示例:** **示例:**
```js ```js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册