Skip to content

Commit cee3131

Browse files
committed
modify README
1 parent ee91b0b commit cee3131

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111

1212
## 教學
13-
### 建立服務並取得 Client ID
13+
### 建立服務並取得 Client ID
1414
使用 LINE 帳號登入成功後右上角點選進入管理登入服務,再來點選登入服務來建立你的服務。
1515

1616
<img src="screenshot/img02.png">
1717

18-
由於目前在本機端測試所以可以先隨意填寫 localhost 端口
18+
由於目前在本機端測試所以可以先隨意填寫 localhost 端口
1919
<img src="screenshot/img03.png">
2020

21-
建立完成後就會取得 Client ID
21+
建立完成後就會取得 Client ID
2222
<img src="screenshot/img04.png">
2323

2424
### 用戶登記並取得 code
@@ -56,14 +56,14 @@
5656
### 取得 code
5757
完成後就能開啟網頁點擊按鈕取得 Line Notify code 囉!
5858

59-
<img src="screenshot/img05.png">
60-
把網址列上所回傳的 code 記住我們之後會拿他來取得權杖(Access Token)。 
59+
<img src="screenshot/img05.png">
60+
把網址列上所回傳的 code 記住我們之後會拿他來取得權杖(Access Token)。
6161

6262

6363
### 取得權杖
6464
接下來我們使用 [Postman](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=zh-TW) 來模擬 POST 取得權杖。
6565

66-
[POST] https://notify-bot.line.me/oauth/token
66+
[POST] https://notify-bot.line.me/oauth/token
6767

6868
**Body(form-data)**
6969
| key | value |
@@ -74,28 +74,28 @@
7474
| client_id | YOUR CLIENT ID |
7575
|client_secret| YOUR CLIENT SECRET |
7676

77-
<img src="screenshot/img06.png">
77+
<img src="screenshot/img06.png">
7878

7979

8080
### 傳送訊息
8181
取得權杖後就能拿他還傳送訊息囉!
8282

83-
[POST] https://notify-api.line.me/api/notify
83+
[POST] https://notify-api.line.me/api/notify
8484

8585
**Headers**
8686
| key | value |
8787
| ----- | --------- |
8888
| Authorization | Bearer AWHwIf7TzisK019h0m9UVSnEz2nfRTxmQB4edrgFvWz |
8989

90-
<img src="screenshot/img07.png">
90+
<img src="screenshot/img07.png">
9191

9292
**Body(form-data)**
9393
| key | value |
9494
| ----- | --------- |
9595
| message | Hello! |
9696

97-
<img src="screenshot/img08.png">
97+
<img src="screenshot/img08.png">
9898

99-
<img src="screenshot/img09.png">
99+
<img src="screenshot/img09.png">
100100

101-
<img src="screenshot/img10.png" width="300">
101+
<img src="screenshot/img10.png" width="300">

0 commit comments

Comments
 (0)