update
This commit is contained in:
parent
fcc986e791
commit
d5573d6c5c
@ -26,6 +26,23 @@ export_on_save:
|
||||
其他服务 -> 用户: 信息test
|
||||
@enduml
|
||||
```
|
||||
# 时序图1
|
||||
```uml
|
||||
@startuml
|
||||
|
||||
!include https://deep-tek.com/puml/core.puml
|
||||
|
||||
用户 -> 认证中心: 登录操作
|
||||
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
|
||||
|
||||
用户 <- 认证中心 : 认证成功返回token
|
||||
用户 -> 认证中心: 下次访问头部携带token认证
|
||||
认证中心 <- 缓存: key=token+ip获取token
|
||||
其他服务 <- 认证中心: 存在且校验成功则跳转到用户请求的其他服务
|
||||
其他服务 -> 用户: 信息test
|
||||
@enduml
|
||||
```
|
||||
|
||||
# 时序图-相对路径1
|
||||
|
||||
```plantuml
|
||||
|
Loading…
x
Reference in New Issue
Block a user