码迷,mamicode.com
首页 > 其他好文 > 详细

在线时序图

时间:2017-08-11 12:26:12      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:记录   html   pps   word   tno   非常完美   creat   result   service   

      今天想画时序图,之前流程图一般我使用OmniGraffle,也是非常强大;but 对款软件如何画时序图还是不怎么熟悉; 因此在网上找了在线时序图;结果人意外的找到了在线时序图软件websequencediagrams

自己小试了一把:

title Pay   

AppClient->+AppService: create Order
AppService-> +PayService: orderID、productID、等
PayService-> -AppService: payId
AppService-> -AppClient :payId
AppClient -> +PayClient: payId


PayClient->AccountSDK:password
opt password
   PayClient -> +AccountSDK:productId、prodyctNo
   AccountSDK -> -PayClient:password
end

PayClient->RiskSDK:risk
opt risk
PayClient->+RiskSDK:riskData
RiskSDK-> -PayClient: result
end
PayClient->PayClient: MSM
PayClient ->+PayService:payId
PayService -> -PayClient:payResult

PayClient-> -AppClient:SDKPayResult

 

运行结果如下:

技术分享

 

非常完美,这里就当记录下

在线时序图

标签:记录   html   pps   word   tno   非常完美   creat   result   service   

原文地址:http://www.cnblogs.com/kingbo/p/7345028.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!