今天想画时序图,之前流程图一般我使用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

 

运行结果如下:

在线时序图

 

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-06-06
  • 2022-01-01
  • 2021-09-19
猜你喜欢
  • 2021-08-05
  • 2021-06-27
  • 2021-11-29
  • 2021-10-30
  • 2021-12-17
  • 2021-10-02
相关资源
相似解决方案