From bab09416c39effee27a710b04f8a40e656e44014 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Fri, 12 Jan 2024 18:26:21 +0800 Subject: [PATCH] modify --- docs/push/push_notification_config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/push/push_notification_config.md b/docs/push/push_notification_config.md index ead651cef..70ddd6b50 100644 --- a/docs/push/push_notification_config.md +++ b/docs/push/push_notification_config.md @@ -87,7 +87,7 @@ "channelName": "消息", "channelLevel": 3, "autoCancel": 1, - "expiresTime": 3600000, + "expiresTime": 1650859482843, "sound": 0, "vibrate": 0, "style": 2, @@ -113,7 +113,7 @@ | `channelName` | String | 通知渠道名称,默认为 `消息`。只有第一次创建通道时使用。 | Android | | `channelLevel` | Int | 通知级别,只有第一次创建通道时使用。
- `0`:最低;
- `3`:默认;
- `4`:高。 | Android | | `autoCancel` | Int | 点击通知后是否自动关闭通知栏。
- `0`:否;
- (默认)`1`:是。 | Android | -| `expiresTime` | Long | 通知展示的过期时间,为 Unix 时间戳,单位为毫秒。 | iOS & Android | +| `expiresTime` | Long | 通知展示过期的 Unix 时间戳,单位为毫秒。计算公式:当前时间戳 + 保留时间。 | iOS & Android | | `sound` | Int | 声音提醒。
- (默认)`0`:无声音;
- `1`:声音提醒。 | iOS & Android | | `vibrate` | Int | 振动提醒。
- (默认)`0`:无振动;
- `1`:振动提醒。 | iOS & Android | | `style` | Int | 展示样式。
-(默认)`0`:普通样式;
- `1`:大文本样式;
- `2`:大图片样式。 | iOS & Android |