Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung authored Feb 23, 2020
1 parent 7f9e98a commit bff6872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class UserController {

类型 | 途径 | 标识 |
:-: | :-: | :-: |
Header | Authorization | Bearer |
Bearer | Authorization | Bearer |
Cookie | Cookie| token |
Url | Request | token |

Expand All @@ -119,7 +119,7 @@ Url | Request | token |
return [

// ...其它配置
'type' => 'Header',
'type' => 'Bearer',

// 'type' => 'Cookie',
// 'type' => 'Url',
Expand Down

0 comments on commit bff6872

Please sign in to comment.