This commit is contained in:
chenp 2021-06-27 20:30:59 +08:00
parent d23b772e06
commit fcc986e791

View File

@ -32,7 +32,7 @@ export_on_save:
@startuml @startuml
!include ./core.puml !include ./core.puml
用户 -> 认证中心: 登录操作 用户 -> 认证中心: 登录操作1
认证中心 -> 缓存: 存放(key=token+ip,value=token)token 认证中心 -> 缓存: 存放(key=token+ip,value=token)token
用户 <- 认证中心 : 认证成功返回token 用户 <- 认证中心 : 认证成功返回token
@ -48,7 +48,7 @@ export_on_save:
@startuml @startuml
!include ../puml/core.puml !include ../puml/core.puml
用户 -> 认证中心: 登录操作 用户 -> 认证中心: 登录操作2
认证中心 -> 缓存: 存放(key=token+ip,value=token)token 认证中心 -> 缓存: 存放(key=token+ip,value=token)token
用户 <- 认证中心 : 认证成功返回token 用户 <- 认证中心 : 认证成功返回token