From 12793636e09ef49572c1340207b245316adbdcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E6=AD=8C-=E5=85=B1=E7=A9=B7=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=8D=8E=E5=8C=BACFO?= <47450409+dysf888@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:38:49 +0800 Subject: [PATCH] Update notifications.md --- docs/en_US/guide/notifications.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en_US/guide/notifications.md b/docs/en_US/guide/notifications.md index 95baf4e6..1ce728be 100644 --- a/docs/en_US/guide/notifications.md +++ b/docs/en_US/guide/notifications.md @@ -12,17 +12,17 @@ Placeholders can also be placed inside the URL, and it will perform a simple str Refer to the example below, it is very flexible. - Bark Example - -Name: Bark - -URL composition: the first part is the key, followed by three matches/: key/: body or/: key/: title/: body or/: key/: category/: title/: body - -Request method: GET - -Request Type: Default - -Body: null + - Name: Bark + - URL composition: the first part is the key, followed by three matches/: key/: body or/: key/: title/: body or/: key/: category/: title/: body + - Request method: GET + - Request Type: Default + - Body: null - -Name: Bark - -URL composition:/push - -Request method: post - -Request type: form - - Body: {"title": "#SERVER.NAME#","device_key":"xxxxxxxxx","body":"#NEZHA#","icon":" https://xxxxxxxx/nz.png "} + - Name: Bark + - URL composition:/push + - Request method: POST + - Request type: FORM + - Body: `{"title": "#SERVER.NAME#","device_key":"xxxxxxxxx","body":"#NEZHA#","icon":" https://xxxxxxxx/nz.png "}` - Telegram Example, contributed by [@haitau](https://github.com/haitau)