mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 04:58:28 +00:00
14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
@startuml
|
|
|
|
progress : 退款中
|
|
success : 成功
|
|
close : 关闭
|
|
fail : 失败
|
|
|
|
[*] --> progress
|
|
progress --> success
|
|
progress --> close
|
|
progress --> fail
|
|
|
|
@enduml
|