Skip to content

Commit 982a32d

Browse files
committed
更新README.md
1 parent af07510 commit 982a32d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
110110
Token的自动刷新也是在Token失效时返回新的Token在Header信息的Authorization属性
111111
```

0 commit comments

Comments
 (0)