提交 82e472bd 编写于 作者: 廖康康

提醒代理文档修改

Signed-off-by: N廖康康 <liaokangkang@huawei.com>
上级 3afdf965
......@@ -39,7 +39,7 @@ publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback&lt;number&
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700001 | Notification does not enable. |
| 1700001 | Notification is not enabled. |
| 1700002 | The number of reminders exceeds the limit. |
**示例**
......@@ -88,7 +88,7 @@ publishReminder(reminderReq: ReminderRequest): Promise&lt;number&gt;
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700001 | Notification does not enable. |
| 1700001 | Notification is not enabled. |
| 1700002 | The number of reminders exceeds the limit. |
**示例**
......@@ -131,7 +131,7 @@ cancelReminder(reminderId: number, callback: AsyncCallback&lt;void&gt;): void
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700003 | The reminder does not exist. |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -177,7 +177,7 @@ cancelReminder(reminderId: number): Promise&lt;void&gt;
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700003 | The reminder does not exist. |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -214,7 +214,7 @@ getValidReminders(callback: AsyncCallback&lt;Array&lt;ReminderRequest&gt;&gt;):
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -274,7 +274,7 @@ getValidReminders(): Promise&lt;Array&lt;ReminderRequest&gt;&gt;
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -332,7 +332,7 @@ cancelAllReminders(callback: AsyncCallback&lt;void&gt;): void
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -371,7 +371,7 @@ cancelAllReminders(): Promise&lt;void&gt;
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册