提交 ad5d655b 编写于 作者: X xinking129

fix review

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 e887eef9
......@@ -1355,7 +1355,7 @@ startAbilityByCall(want: Want): Promise&lt;Caller&gt;;
}
```
## ServiceExtensionContext.startAbilityByCallWithAccount
## ServiceExtensionContext.startAbilityByCallWithAccount<sup>10+</sup>
startAbilityByCallWithAccount(want: Want, accountId: number): Promise&lt;Caller&gt;;
......@@ -1386,6 +1386,8 @@ startAbilityByCallWithAccount(want: Want, accountId: number): Promise&lt;Caller&
**错误码:**
以下错误码详细介绍请参考[errcode-ability](../errorcodes/errorcode-ability.md)
| 错误码ID | 错误信息 |
| ------- | -------------------------------- |
| 16000001 | Input error. The specified ability name does not exist. |
......@@ -1398,8 +1400,6 @@ startAbilityByCallWithAccount(want: Want, accountId: number): Promise&lt;Caller&
| 16000050 | Internal Error. |
| 16200001 | The caller has been released. |
以上错误码详细介绍请参考[errcode-ability](../errorcodes/errorcode-ability.md)
**示例:**
```ts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册