@startuml
header Page Header
footer Page %page% of %lastpage%
title 我其实什么都不是
autonumber
actor "chenshun" as chenshun #red
' The only difference between actor
'and participant is the drawing
activate chenshun
chenshun <--> chenshun: 我先给自己发一条消息
note left:this is frist
chenshun -[#blue]> Alice: 这里我什么都不做
note right:hello world
==这个是第一部分zzzZZZZZ==
activate Alice
Alice -[#green]> Bob: << createRequest >>
Bob -> 草草 ** :create
草草 -> Bob : 第二个
activate Bob
Bob --> Alice: Authentication Response
==这个是第二部分zzzZZZZZ==
||55||
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
deactivate Alice
Alice -> chenshun
@enduml