未验证 提交 5c26b819 编写于 作者: O openharmony_ci 提交者: Gitee

!11662 提醒代理文档修改

Merge pull request !11662 from 廖康康/master
......@@ -39,7 +39,7 @@ publishReminder(reminderReq: ReminderRequest, callback: AsyncCallback<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<number>
| 错误码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<void>): 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<void>
| 错误码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<Array<ReminderRequest>>):
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -274,7 +274,7 @@ getValidReminders(): Promise<Array<ReminderRequest>>
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -332,7 +332,7 @@ cancelAllReminders(callback: AsyncCallback<void>): void
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......@@ -371,7 +371,7 @@ cancelAllReminders(): Promise<void>
| 错误码ID | 错误码信息 |
| --------- | ------- |
| 1700004 | The package name does not exist. |
| 1700004 | The bundle name does not exist. |
**示例**
......
......@@ -4,7 +4,7 @@
**错误信息**
Notification does not enable.
Notification is not enabled.
**错误描述**
......@@ -63,7 +63,7 @@ The reminder does not exist.
**错误信息**
The package name does not exist.
The bundle name does not exist.
**错误描述**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册