代码
st=>start: index op=>operation: 申请 op2=>operation: 结果页 op3=>operation: 查询本地 i1=>inputoutput: bid入库 i2=>inputoutput: 填写个人信息 c1=>condition: 检查登录 c2=>condition: 登录 c3=>condition: 查询本地记录 c4=>condition: 检测状态 c5=>operation: 风控审核 e=>end st->op->c1() c1(no)->c2(yes)->op() c1(yes)->c3(no)->i1(right)->i2(right)->c5()->op2->e c1(yes)->c3(yes)->c4(no)->i2 c1(yes)->c3(yes)->c4(yes)->op3->op2 c3()->e
所有类型
st=>start: Start op=>operation: Your Operation sub=>subroutine: My Subroutine cond=>condition: Yes or No? io=>inputoutput: catch something... e=>end: End st->op->cond cond(yes)->io->e cond(no)->sub(right)->op