Commit e10f066e by 叶璐泽

Update test.md

parent c42f94e9
```mermaid ```mermaid
erDiagram sequenceDiagram
t_device||--||t_area:located participant adm as TMS UI/Browser
t_area||--||t_time_zone:belongsTo participant tms as TMS service
t_user||--||t_time_zone:belongsTo participant oss as OSS service
t_time_zone {
string time_zone_name "时区名称"
bigint timediff_from_utc0 "相对UTC+0的时间差"
} activate adm
t_device { adm->>adm:click "Add APP"
string device_sn adm-)oss:upload apk
bigint area_id "地区ID" oss-->>adm:ok
} adm->>tms:submit "Add APP"
t_area { activate tms
string area_name "地区名称" tms->>oss:get apk
bigint time_zone_id "时区ID" oss-->>tms:apk
} activate tms
t_user { tms->>tms:sign the apk
bigint time_zone_id "时区ID" deactivate tms
}
tms-->>adm:ok
deactivate tms
deactivate adm
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment