NoticePremiumPayment94Controller 接口分析文档¶
概述信息¶
| 属性 | 值 |
|---|---|
| 模块 | app-eform-server |
| 包路径 | com.sinosoft.sss.controller.eTransact |
| 基础路径 | /noticePremiumPayment94 |
| Controller类 | NoticePremiumPayment94Controller |
| 状态 | 活跃 |
| 接口数量 | 8个 |
| 作者 | zhaoxiaobo |
| 创建时间 | 2018年9月21日 |
| 类描述 | 通知保费缴纳94相关操作控制器 |
接口列表总览¶
| 序号 | 接口方法(锚点链接) | HTTP方法 | 路径 | 参数 | 返回类型 | 接口使用说明 | 状态 |
|---|---|---|---|---|---|---|---|
| 1 | getNoticeInfo | GET/POST | /getNoticeInfo | String prtNo, String prtSeq, String noticeType, String isWeChat, String comCode, String operator, St | Map |
获取通知信息 | 活跃 |
| 2 | saveHeadPic | GET/POST | /saveHeadPic | String prtSeq, MultipartFile multipartFile, String imgStr, String imgType, String prtImgNo, String i | Map |
保存图片表头 | 活跃 |
| 3 | saveSign | GET/POST | /saveSign | String prtSeq, String signData, String signImg, String signType, String contrastSign | Map |
保存签名 | 活跃 |
| 4 | savePremiumPaymentInfo | GET/POST | /savePremiumPaymentInfo | String prtSeq, String isWeChat, String linKey | Map |
保存支付保费 | 活跃 |
| 5 | delNotice | GET/POST | /delNotice | String prtSeq | Map |
处理通知 | 活跃 |
| 6 | delHalfImg | GET/POST | /delHalfImg | String prtImageNo | Map |
删除半张图片 | 活跃 |
| 7 | getOtherPicOutPut | GET/POST | /getOtherPicOutPut | String prtImageNo, HttpServletResponse response | void | 查询图片 | 活跃 |
| 8 | faceCompare | GET/POST | /noticeFaceCompare | String prtNo, HttpServletRequest request, String comCode, String prtSeq, String roleType, String isW | Map |
人脸比对 | 活跃 |
接口详情¶
getNoticeInfo¶
- 路径:
/getNoticeInfo - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType, String isWeChat, String comCode, String operator, String appOrIns - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/getNoticeInfo")
@ResponseBody
public Map<String, Object> getNoticeInfo(String prtNo, String prtSeq, String noticeType, String isWeChat, String comCode, String operator, String appOrIns){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的getNoticeInfo接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
saveHeadPic¶
- 路径:
/saveHeadPic - HTTP方法: GET/POST
- 参数:
String prtSeq, MultipartFile multipartFile, String imgStr, String imgType, String prtImgNo, String isWeChat, String operator, String relation - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/saveHeadPic")
@ResponseBody
public Map<String, Object> saveHeadPic(String prtSeq, MultipartFile multipartFile, String imgStr, String imgType, String prtImgNo, String isWeChat, String operator, String relation){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的saveHeadPic接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
saveSign¶
- 路径:
/saveSign - HTTP方法: GET/POST
- 参数:
String prtSeq, String signData, String signImg, String signType, String contrastSign - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/saveSign")
@ResponseBody
public Map<String, Object> saveSign(String prtSeq, String signData, String signImg, String signType, String contrastSign){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的saveSign接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
savePremiumPaymentInfo¶
- 路径:
/savePremiumPaymentInfo - HTTP方法: GET/POST
- 参数:
String prtSeq, String isWeChat, String linKey - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/savePremiumPaymentInfo")
@ResponseBody
public Map<String, Object> savePremiumPaymentInfo(String prtSeq, String isWeChat, String linKey){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的savePremiumPaymentInfo接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
delNotice¶
- 路径:
/delNotice - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/delNotice")
@ResponseBody
public Map<String, Object> delNotice(String prtSeq){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的delNotice接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
delHalfImg¶
- 路径:
/delHalfImg - HTTP方法: GET/POST
- 参数:
String prtImageNo - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/delHalfImg")
@ResponseBody
public Map<String, Object> delHalfImg(String prtImageNo){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的delHalfImg接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
getOtherPicOutPut¶
- 路径:
/getOtherPicOutPut - HTTP方法: GET/POST
- 参数:
String prtImageNo, HttpServletResponse response - 返回类型:
void - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/getOtherPicOutPut")
@ResponseBody
public void getOtherPicOutPut(String prtImageNo, HttpServletResponse response){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的getOtherPicOutPut接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
faceCompare¶
- 路径:
/noticeFaceCompare - HTTP方法: GET/POST
- 参数:
String prtNo, HttpServletRequest request, String comCode, String prtSeq, String roleType, String isWeChat, String operator - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 保费缴纳94相关操作
代码片段:
@RequestMapping("/noticeFaceCompare")
@ResponseBody
public Map<String, Object> faceCompare(String prtNo, HttpServletRequest request, String comCode, String prtSeq, String roleType, String isWeChat, String operator){
// 实现代码
}
Mermaid逻辑流程图:
业务逻辑描述: NoticePremiumPayment94Controller的faceCompare接口,用于处理保费缴纳94相关业务。
涉及模块: NoticePremiumPayment94ServiceInter
接口统计¶
- 接口总数: 8个
- 活跃接口: 8个
- 被注释接口: 0个
- 生成时间: 2026-03-23 21:12