File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,23 +89,23 @@ mvn mybatis-generator:generate
8989``` txt
9090先设置Content-Type为application/json
9191```
92- ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/201810060001 .PNG )
92+ ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/20181006001 .PNG )
9393``` txt
9494然后填写请求参数帐号密码信息
9595```
96- ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/201810060002 .PNG )
96+ ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/20181006002 .PNG )
9797``` txt
9898进行请求访问,请求访问成功
9999```
100- ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/201810060003 .PNG )
100+ ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/20181006003 .PNG )
101101``` txt
102102点击查看Header信息的Authorization属性即是Token字段
103103```
104- ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/201810060004 .PNG )
104+ ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/20181006004 .PNG )
105105``` txt
106106访问需要权限的请求将Token字段放在Header信息的Authorization属性访问即可
107107```
108- ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/201810060005 .PNG )
108+ ![ image text] ( https://github.com/wang926454/Reader/blob/master/ShiroJwt/image/20181006005 .PNG )
109109``` txt
110110Token的自动刷新也是在Token失效时返回新的Token在Header信息的Authorization属性
111111```
You can’t perform that action at this time.
0 commit comments