DataInputController 接口分析文档¶
概述信息¶
| 属性 | 值 |
|---|---|
| 模块 | app-eform-server |
| 包路径 | com.sinosoft.sss.controller.easy |
| 基础路径 | /datainput |
| Controller类 | DataInputController |
| 状态 | 活跃 |
| 接口数量 | 4个 |
| 作者 | zhaoxiaobo |
| 创建时间 | 2018年9月21日 |
| 类描述 | 数据录入相关操作控制器 |
接口列表总览¶
| 序号 | 接口方法(锚点链接) | HTTP方法 | 路径 | 参数 | 返回类型 | 接口使用说明 | 状态 |
|---|---|---|---|---|---|---|---|
| 1 | dataInput | GET/POST | /dataInput | String policyNo, String riskCode, String policyWay, String dqxBackUrl | ApiResultVO | 数据录入 | 活跃 |
| 2 | blackUrl | GET/POST | /blackUrl | String prtNum | ApiResultVO | 处理blackUrl | 活跃 |
| 3 | insertSpecialAgreement | GET/POST | /insertSpecialAgreement | String prtNum, String specialSelectionResults, String disAgreeReson | ApiResultVO | 保存协议 | 活跃 |
| 4 | returnSpecialAgreement | GET/POST | /returnSpecialAgreement | String prtNum | ApiResultVO | 处理协议 | 活跃 |
接口详情¶
dataInput¶
- 路径:
/dataInput - HTTP方法: GET/POST
- 参数:
String policyNo, String riskCode, String policyWay, String dqxBackUrl - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 数据录入
Mermaid逻辑流程图:
graph TD
A[接收参数] --> B[调用DataInputServiceInter.dataInput]
B --> C[业务处理]
C --> D[返回结果]
业务逻辑描述: DataInputController的dataInput接口,用于处理数据录入相关业务。
涉及模块: DataInputServiceInter
blackUrl¶
- 路径:
/blackUrl - HTTP方法: GET/POST
- 参数:
String prtNum - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 数据录入
Mermaid逻辑流程图:
graph TD
A[接收参数] --> B[调用DataInputServiceInter.blackUrl]
B --> C[业务处理]
C --> D[返回结果]
业务逻辑描述: DataInputController的blackUrl接口,用于处理数据录入相关业务。
涉及模块: DataInputServiceInter
insertSpecialAgreement¶
- 路径:
/insertSpecialAgreement - HTTP方法: GET/POST
- 参数:
String prtNum, String specialSelectionResults, String disAgreeReson - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 数据录入
Mermaid逻辑流程图:
graph TD
A[接收参数] --> B[调用DataInputServiceInter.insertSpecialAgreement]
B --> C[业务处理]
C --> D[返回结果]
业务逻辑描述: DataInputController的insertSpecialAgreement接口,用于处理数据录入相关业务。
涉及模块: DataInputServiceInter
returnSpecialAgreement¶
- 路径:
/returnSpecialAgreement - HTTP方法: GET/POST
- 参数:
String prtNum - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 数据录入
Mermaid逻辑流程图:
graph TD
A[接收参数] --> B[调用DataInputServiceInter.returnSpecialAgreement]
B --> C[业务处理]
C --> D[返回结果]
业务逻辑描述: DataInputController的returnSpecialAgreement接口,用于处理数据录入相关业务。
涉及模块: DataInputServiceInter
接口统计¶
- 接口总数: 4个
- 活跃接口: 4个
- 被注释接口: 0个
- 生成时间: 2026-03-23 22:00