提交 4e85196c 编写于 作者: X xuzhihao

fix link error

Signed-off-by: Nxuzhihao <xuzhihao16@huawei.com>
上级 3244ba9b
......@@ -620,7 +620,7 @@ getWant(agent: WantAgent): Promise\<Want\>
| 类型 | 说明 |
| ----------------------------------------------------------- | ------------------------------------------------------------ |
| Promise\<Want\> | 以Promise形式返回获取WantAgent对象的want。 |
| Promise\<[Want](js-apis-app-ability-want.md)\> | 以Promise形式返回获取WantAgent对象的want。 |
**错误码:**
......
......@@ -16,7 +16,7 @@ import wantAgent from '@ohos.app.ability.wantAgent';
| 名称 | 类型 | 必填 | 说明 |
| -------------- | ------------------------------- | ---- | ---------------------- |
| wants | Array\<Want\> | 是 | 将被执行的动作列表。 |
| wants | Array\<[Want](js-apis-application-want.md)\> | 是 | 将被执行的动作列表。 |
| operationType | [wantAgent.OperationType](js-apis-app-ability-wantAgent.md#operationtype) | 是 | 动作类型。 |
| requestCode | number | 是 | 使用者定义的一个私有值。 |
| wantAgentFlags | Array<[wantAgent.WantAgentFlags](js-apis-app-ability-wantAgent.md#wantagentflags)> | 否 | 动作执行属性。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册