Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 613d4f1

Browse files
committed
Update docs
1 parent 12bb01a commit 613d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.7/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GET /send_private_msg?user_id=123456&message=hello HTTP/1.1
1919
Authorization: Token kSLuTF2GC2Q4q4ugm3
2020
```
2121

22-
`kSLuTF2GC2Q4q4ugm3` 换成你填写的 access token。
22+
`kSLuTF2GC2Q4q4ugm3` 换成你填写的 access token。4.7.1 版之后可以使用 `Bearer` 替代 `Token`,从而更符合标准。
2323

2424
Access token 也可以通过 query 参数 `access_token` 传入,以便在无法修改请求头的情况下使用,例如:
2525

0 commit comments

Comments
 (0)