From c7f1ba25334462904538694d8c84fdb46c09f1c6 Mon Sep 17 00:00:00 2001 From: linju Date: Mon, 8 Aug 2022 07:34:58 +0000 Subject: [PATCH] update docs/unipush-v2.md. --- docs/unipush-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/unipush-v2.md b/docs/unipush-v2.md index 8b855c2d3..19d0d5a22 100644 --- a/docs/unipush-v2.md +++ b/docs/unipush-v2.md @@ -308,8 +308,8 @@ exports.main = async (event, context) => { "title": "通知栏显示的标题", "content": "通知栏显示的内容", "payload": { - "text":"体验一下uni-push2.0" - } + "text":"体验一下uni-push2.0" + } }) }; ``` -- GitLab