Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UsherFall committed Aug 20, 2023
1 parent 1ad488a commit bce90ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/provider/notification/customHttp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Casdoor supports Custom HTTP Notification Provider。 You can use it to send mes

There are three required fields. `Method`, `Parameter name`, `Content`, `Chat ID`.

| Name | Description |
| Name | Description |
|----------------|---------------------------------------------------------------------|
| Method | Select `GET` or `POST` method |
| Parameter name | URL query parameter name or body parameter, depends on the `method` |
Expand Down
4 changes: 2 additions & 2 deletions docs/provider/notification/telegram.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Your bot should have two attributes: a `name` and a `username`. Then you get the

## Step2. Get Chat ID

To find your chat ID using [RawDataBot](https://t.me/raw_info_bot).
To find your chat ID using [RawDataBot](https://t.me/raw_info_bot).

![telegram_chat_id](/img/providers/notification/telegram_chat_id.png)

## Step3. Configure Casdoor Telegram Provider

There are three required fields. `App Key`, `Content`, `Chat ID`. `Content` is the message you want to send,the relationship corresponding to the Telegram is as follows:

| Name | Name in Telegram |
| Name | Name in Telegram |
|---------|------------------|
| App Key | API Token |
| Chat ID | ChatID |
Expand Down

0 comments on commit bce90ae

Please sign in to comment.