We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9e98a commit bff6872Copy full SHA for bff6872
1 file changed
README.md
@@ -107,7 +107,7 @@ class UserController {
107
108
类型 | 途径 | 标识 |
109
:-: | :-: | :-: |
110
-Header | Authorization | Bearer |
+Bearer | Authorization | Bearer |
111
Cookie | Cookie| token |
112
Url | Request | token |
113
@@ -119,7 +119,7 @@ Url | Request | token |
119
return [
120
121
// ...其它配置
122
- 'type' => 'Header',
+ 'type' => 'Bearer',
123
124
// 'type' => 'Cookie',
125
// 'type' => 'Url',
0 commit comments