极乐嘉宾
Pages (Latest 10 updated) :
Posts (Latest 10 updated) :
Read all
Contents:
  1. 一级标题
    1. 二级标题
      1. 三级标题
  2. 系统架构设计
    1. 用户登录流程
  3. 代码块

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

正文

系统架构设计

用户登录流程

@startuml
title 用户登录时序图

actor 用户 as User
participant "前端" as Web
participant "认证服务" as Auth
participant "数据库" as DB

User -> Web: 输入用户名密码
Web -> Auth: 发送认证请求
Auth -> DB: 验证用户信息
DB --> Auth: 返回验证结果
Auth --> Web: 生成Token
Web --> User: 返回登录成功
@enduml

链接下载

代码块

abc = def
cde = good

This is a Chinese website. If your browser does not support Chinese, or if you do not understand Chinese, this website is not suitable for you.
这是一个中文网站。如果您的浏览器不支持中文,或您不懂中文,那这个网站不适合您。