Commit 1c16061d by zim78

no message

1 parent ed62f8e1
Showing with 17 additions and 2 deletions
......@@ -7,7 +7,21 @@
1. 业务流程图
<a href='web/tx_workflow.png' target='blank'><img height='600px' src='web/tx_workflow.png'/></a>
1. 接口文档中的接口调用流程
(040201)公积金提取校验
(020108)基本信息查询检查是否绑定银行卡
(040219)校验是否存在预约申请
(020108)基本信息查询
(040209)提交保存
---
1. 用户名,密码均不能为空
1. 登录接口:
1. 业务处理步骤
1. 第一步:公积金提取校验
1. 调用<a href='client_interface.md#i_040201' target='blank'>(040201)公积金提取校验接口</a>
1. 校验成功,进入下一步;校验失败,则提示错误信息,并中止流程。
1. 第二步:校验是否存在预约申请
1. 调用<a href='client_interface.md#i_040219' target='blank'>(040219)校验是否存在预约申请</a>
1. 校验成功,进入下一步;校验失败,则提示错误信息,并中止流程。
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!