NoticeController 接口分析文档¶
概述信息¶
| 属性 | 值 |
|---|---|
| 模块 | app-eform-server |
| 包路径 | com.sinosoft.sss.controller.eTransact |
| 基础路径 | /notice |
| Controller类 | NoticeController |
| 状态 | 活跃 |
| 接口数量 | 52个 |
| 作者 | zhaoxiaobo |
| 创建时间 | 2018年9月21日 |
| 类描述 | 通知相关操作控制器(交易版) |
接口列表总览¶
| 序号 | 接口方法(锚点链接) | HTTP方法 | 路径 | 参数 | 返回类型 | 接口使用说明 | 状态 |
|---|---|---|---|---|---|---|---|
| 1 | queryPolicys | POST | /queryPolicys | String num, char type, String preUnderwritingFlag, String appntIdNo, String appntName, String applyC | ListDataResult |
查询保单 | 活跃 |
| 2 | queryXBPolicys | POST | /queryXBPolicys | String name, String idNo, String contNo ) | ListDataResult |
查询新保保单 | 活跃 |
| 3 | queryNoticeList | GET/POST | /queryNoticeList | String appNo, String preUnderwritingFlag ) | SingleDataResult | 查询通知列表 | 活跃 |
| 4 | queryXBNoticeList | GET/POST | /queryXBNoticeList | String contNo, String appNo ) | SingleDataResult | 查询新保通知列表 | 活跃 |
| 5 | queryNoticeReasonList | GET/POST | /queryNoticeReasonList | String appNo, String prtSeq, String noticeType ) | SingleDataResult
|
查询通知原因列表 | 活跃 |
| 6 | saveCertificateImg | POST | /saveCertificateImg | MultipartFile multipartFile, HttpServletRequest request | Map |
保存证件图片 | 活跃 |
| 7 | deletePicInfo | GET/POST | /deleteNoticePicInfo | String picProperty, String prtNum | Map |
删除图片信息 | 活跃 |
| 8 | checkNoticeReason | GET/POST | /checkNoticeReason | String prtSeq, CodeArr codeArr, String noticeType, String hasAgentTab | Map |
检查通知原因 | 活跃 |
| 9 | initFun | GET/POST | /initFun | String prtSeq, String code | Map |
初始化功能 | 活跃 |
| 10 | initHeadGatherFun | GET/POST | /initHeadGatherFun | String prtNo, String prtSeq | Map |
初始化表头汇总 | 活跃 |
| 11 | queryAppntrela | GET/POST | /initAppntrela | String prtSeq, HttpServletRequest request | Map |
查询投保人关系 | 活跃 |
| 12 | subNotice | GET/POST | /subNotice | String prtseqs, boolean checked, String isWeChat, String branchType, String manageCom, String operat | Map |
处理通知 | 活跃 |
| 13 | bankCodeCheck | GET/POST | /bankCodeCheck | String prtseqs, String bankCode, String bankPayWayCode | Map |
银行代码检查 | 活跃 |
| 14 | get2thNotice_00 | GET/POST | getNotice_00 | String prtNo, String prtSeq, String noticeType | Map |
查询通知 | 活跃 |
| 15 | getShareNotice_00 | GET/POST | getShareNotice_00 | String prtNo, String prtSeq, String noticeType | Map |
查询通知分享 | 活跃 |
| 16 | saveNoticeSign | GET/POST | /saveNoticeSign | 无参数 | Map |
保存通知签名 | 活跃 |
| 17 | saveHBInfo | GET/POST | /saveHBInfo | 无参数 | Map |
保存saveHBInfo | 活跃 |
| 18 | saveCJInfo | GET/POST | /saveCJInfo | String prtSeq, String bankCode, String bankNo, String fullMoneyFlag, Boolean readFlag, String appntS | Map |
保存saveCJInfo | 活跃 |
| 19 | saveOtherPic | GET/POST | /saveOtherPic | 无参数 | Map |
保存图片 | 活跃 |
| 20 | saveShareOtherPic | GET/POST | /saveShareOtherPic | 无参数 | Map |
保存分享图片 | 活跃 |
| 21 | saveHBHeadGatherPic | POST | /saveHBHeadGatherPic | 无参数 | Map |
保存图片表头汇总 | 活跃 |
| 22 | saveShareHBHeadGatherPic | POST | /saveShareHBHeadGatherPic | 无参数 | Map |
保存分享图片表头汇总 | 活跃 |
| 23 | getOtherPicInfo | GET/POST | /getOtherInfo | String prtImageNo | Map |
查询图片 | 活跃 |
| 24 | getHBHeadGatherPic | GET/POST | /getHBHeadGatherPic | String prtSeq, String role | Map |
查询图片表头汇总 | 活跃 |
| 25 | getHBHeadGatherPicByStream | GET/POST | /getHBHeadGatherPicByStream | String prtImageNo, HttpServletResponse response | void | 查询图片表头汇总 | 活跃 |
| 26 | delHBHeadGatherPic | GET/POST | /delHBHeadGatherPic | String prtSeq, String imgType, String isWeChat | Map |
处理图片表头汇总 | 活跃 |
| 27 | delHBImgGatherPic | GET/POST | /delHBImgGatherPic | Arr pkIds | Map |
处理图片汇总 | 活跃 |
| 28 | checkHBHeadGather | GET/POST | /checkHBHeadGather | String prtNo | Map |
校验表头汇总 | 活跃 |
| 29 | getOtherPicOutPut | GET/POST | /getOtherPicOutPut | String prtImageNo, HttpServletResponse response | void | 查询图片 | 活跃 |
| 30 | getAllPicNoList | GET/POST | /getAllPicNoList | String prtSeq, int pageNum | Map |
查询图片列表 | 活跃 |
| 31 | getAllSharePicNoList | GET/POST | /getAllSharePicNoList | String prtSeq, int pageNum, String personType | Map |
查询分享图片列表 | 活跃 |
| 32 | getAllHeadGatherPicNoList | GET/POST | /getAllHeadGatherPicNoList | String prtSeq, String role | Map |
查询图片表头汇总列表 | 活跃 |
| 33 | getCJNoticeInfo | GET/POST | /getCJNoticeInfo | String prtNo, String prtSeq, String noticeType | Map |
查询通知 | 活跃 |
| 34 | getNoticeBF00Info | GET/POST | /getNoticeBF00Info | String prtNo, String prtSeq, String noticeType | Map |
查询通知 | 活跃 |
| 35 | noticeTest | GET/POST | /noticeTest | String prtNo, String reqNo, String noticeType | Map |
处理通知 | 活跃 |
| 36 | noticeTestV2 | GET/POST | /noticeTestV2 | String prtNo, String reqNo, String noticeType | Map |
处理通知 | 活跃 |
| 37 | delHBNotice | GET/POST | /delHBNotice | String prtSeq | Map |
处理通知 | 活跃 |
| 38 | delShareHBNotice | GET/POST | /delShareHBNotice | String prtSeq | Map |
处理通知分享 | 活跃 |
| 39 | cleanHBNotice | GET/POST | /cleanHBNotice | String prtSeq, String role | Map |
清理海报通知 | 活跃 |
| 40 | cleanPic | GET/POST | /cleanHBPic | String prtSeq | Map |
清理图片 | 活跃 |
| 41 | queryHBRoleData | GET/POST | /queryHBRoleData | String prtSeq, String role | Map |
查询数据 | 活跃 |
| 42 | hbNoticeShareSubmit | GET/POST | /hbNoticeShareSubmit | String prtSeq, String role | Map |
处理通知分享 | 活跃 |
| 43 | relationImageComp | POST | /relationImageComp | org.apache.catalina.servlet4preview.http.HttpServletRequest request | OcrCompsResult | 处理图片 | 活跃 |
| 44 | getFaceHistory | GET/POST | /getFaceHistory | String prtSeq, String appOrIns | Map |
查询人脸 | 活跃 |
| 45 | hebaoFaceCompare | GET/POST | /hebaoFaceCompare | String prtSeq, HttpServletRequest request, String type, String comCode, String isWeChat, String agen | Map |
处理人脸 | 活跃 |
| 46 | showChangesData | POST | /showChangesData | String prtNum | ApiResultVO | 处理数据 | 活跃 |
| 47 | cleanChangesData | POST | /cleanChangesData | String prtNum | ApiResultVO | 清理变更数据 | 活跃 |
| 48 | submitChangesData | POST | /submitChangesData | String prtNum, String choose | ApiResultVO | 提交数据 | 活跃 |
| 49 | queryNoticeState | GET/POST | /queryNoticeState | String prtSeq | ApiResultVO | 查询通知 | 活跃 |
| 50 | saveQuestionNaire | GET/POST | /saveQuestionNaire | String prtSeq, String roleType, String answer, String questionsCode, String inputSequence, String fi | ApiResultVO | 保存问卷 | 活跃 |
| 51 | queryQuestionNaire | GET/POST | /queryQuestionNaire | String prtSeq, String roleType, String questionsCode, String inputSequence | ApiResultVO | 查询问卷 | 活跃 |
| 52 | submitBankYinBaoTongNotice | POST | submitBankYinBaoTongNotice | String prtNo, String prtSeq, String noticeType | Map |
提交通知银行 | 活跃 |
接口详情¶
queryPolicys¶
- 路径:
/queryPolicys - HTTP方法: POST
- 参数:
String num, char type, String preUnderwritingFlag, String appntIdNo, String appntName, String applyCode, String policyCode, int pageIndex ) - 返回类型:
ListDataResult<PolicySummary> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryPolicys接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryXBPolicys¶
- 路径:
/queryXBPolicys - HTTP方法: POST
- 参数:
String name, String idNo, String contNo ) - 返回类型:
ListDataResult<PolicySummary> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryXBPolicys接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryNoticeList¶
- 路径:
/queryNoticeList - HTTP方法: GET/POST
- 参数:
String appNo, String preUnderwritingFlag ) - 返回类型:
SingleDataResult<Map<String, List<NoticeSummary>>> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryNoticeList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryXBNoticeList¶
- 路径:
/queryXBNoticeList - HTTP方法: GET/POST
- 参数:
String contNo, String appNo ) - 返回类型:
SingleDataResult<Map<String, List<NoticeSummary>>> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryXBNoticeList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryNoticeReasonList¶
- 路径:
/queryNoticeReasonList - HTTP方法: GET/POST
- 参数:
String appNo, String prtSeq, String noticeType ) - 返回类型:
SingleDataResult<List<Map<String, Object>>> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryNoticeReasonList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveCertificateImg¶
- 路径:
/saveCertificateImg - HTTP方法: POST
- 参数:
MultipartFile multipartFile, HttpServletRequest request - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveCertificateImg接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
deletePicInfo¶
- 路径:
/deleteNoticePicInfo - HTTP方法: GET/POST
- 参数:
String picProperty, String prtNum - 返回类型:
Map<String,String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的deletePicInfo接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
checkNoticeReason¶
- 路径:
/checkNoticeReason - HTTP方法: GET/POST
- 参数:
String prtSeq, CodeArr codeArr, String noticeType, String hasAgentTab - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的checkNoticeReason接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
initFun¶
- 路径:
/initFun - HTTP方法: GET/POST
- 参数:
String prtSeq, String code - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的initFun接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
initHeadGatherFun¶
- 路径:
/initHeadGatherFun - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的initHeadGatherFun接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryAppntrela¶
- 路径:
/initAppntrela - HTTP方法: GET/POST
- 参数:
String prtSeq, HttpServletRequest request - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryAppntrela接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
subNotice¶
- 路径:
/subNotice - HTTP方法: GET/POST
- 参数:
String prtseqs, boolean checked, String isWeChat, String branchType, String manageCom, String operator - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的subNotice接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
bankCodeCheck¶
- 路径:
/bankCodeCheck - HTTP方法: GET/POST
- 参数:
String prtseqs, String bankCode, String bankPayWayCode - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的bankCodeCheck接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
get2thNotice_00¶
- 路径:
getNotice_00 - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的get2thNotice_00接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getShareNotice_00¶
- 路径:
getShareNotice_00 - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getShareNotice_00接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveNoticeSign¶
- 路径:
/saveNoticeSign - HTTP方法: GET/POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveNoticeSign接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveHBInfo¶
- 路径:
/saveHBInfo - HTTP方法: GET/POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveHBInfo接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveCJInfo¶
- 路径:
/saveCJInfo - HTTP方法: GET/POST
- 参数:
String prtSeq, String bankCode, String bankNo, String fullMoneyFlag, Boolean readFlag, String appntSignType, String signData, String appntSignImg, MultipartFile multipartFile, String prtImgNo, String appntImgType) - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveCJInfo接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveOtherPic¶
- 路径:
/saveOtherPic - HTTP方法: GET/POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveOtherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveShareOtherPic¶
- 路径:
/saveShareOtherPic - HTTP方法: GET/POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveShareOtherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveHBHeadGatherPic¶
- 路径:
/saveHBHeadGatherPic - HTTP方法: POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveHBHeadGatherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveShareHBHeadGatherPic¶
- 路径:
/saveShareHBHeadGatherPic - HTTP方法: POST
- 参数:
无参数 - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveShareHBHeadGatherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getOtherPicInfo¶
- 路径:
/getOtherInfo - HTTP方法: GET/POST
- 参数:
String prtImageNo - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getOtherPicInfo接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getHBHeadGatherPic¶
- 路径:
/getHBHeadGatherPic - HTTP方法: GET/POST
- 参数:
String prtSeq, String role - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getHBHeadGatherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getHBHeadGatherPicByStream¶
- 路径:
/getHBHeadGatherPicByStream - HTTP方法: GET/POST
- 参数:
String prtImageNo, HttpServletResponse response - 返回类型:
void - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getHBHeadGatherPicByStream接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
delHBHeadGatherPic¶
- 路径:
/delHBHeadGatherPic - HTTP方法: GET/POST
- 参数:
String prtSeq, String imgType, String isWeChat - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的delHBHeadGatherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
delHBImgGatherPic¶
- 路径:
/delHBImgGatherPic - HTTP方法: GET/POST
- 参数:
Arr pkIds - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的delHBImgGatherPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
checkHBHeadGather¶
- 路径:
/checkHBHeadGather - HTTP方法: GET/POST
- 参数:
String prtNo - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的checkHBHeadGather接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getOtherPicOutPut¶
- 路径:
/getOtherPicOutPut - HTTP方法: GET/POST
- 参数:
String prtImageNo, HttpServletResponse response - 返回类型:
void - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getOtherPicOutPut接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getAllPicNoList¶
- 路径:
/getAllPicNoList - HTTP方法: GET/POST
- 参数:
String prtSeq, int pageNum - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getAllPicNoList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getAllSharePicNoList¶
- 路径:
/getAllSharePicNoList - HTTP方法: GET/POST
- 参数:
String prtSeq, int pageNum, String personType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getAllSharePicNoList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getAllHeadGatherPicNoList¶
- 路径:
/getAllHeadGatherPicNoList - HTTP方法: GET/POST
- 参数:
String prtSeq, String role - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getAllHeadGatherPicNoList接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getCJNoticeInfo¶
- 路径:
/getCJNoticeInfo - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getCJNoticeInfo接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getNoticeBF00Info¶
- 路径:
/getNoticeBF00Info - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getNoticeBF00Info接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
noticeTest¶
- 路径:
/noticeTest - HTTP方法: GET/POST
- 参数:
String prtNo, String reqNo, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的noticeTest接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
noticeTestV2¶
- 路径:
/noticeTestV2 - HTTP方法: GET/POST
- 参数:
String prtNo, String reqNo, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的noticeTestV2接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
delHBNotice¶
- 路径:
/delHBNotice - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的delHBNotice接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
delShareHBNotice¶
- 路径:
/delShareHBNotice - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的delShareHBNotice接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
cleanHBNotice¶
- 路径:
/cleanHBNotice - HTTP方法: GET/POST
- 参数:
String prtSeq, String role - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的cleanHBNotice接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
cleanPic¶
- 路径:
/cleanHBPic - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的cleanPic接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryHBRoleData¶
- 路径:
/queryHBRoleData - HTTP方法: GET/POST
- 参数:
String prtSeq, String role - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryHBRoleData接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
hbNoticeShareSubmit¶
- 路径:
/hbNoticeShareSubmit - HTTP方法: GET/POST
- 参数:
String prtSeq, String role - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的hbNoticeShareSubmit接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
relationImageComp¶
- 路径:
/relationImageComp - HTTP方法: POST
- 参数:
org.apache.catalina.servlet4preview.http.HttpServletRequest request - 返回类型:
OcrCompsResult - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的relationImageComp接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
getFaceHistory¶
- 路径:
/getFaceHistory - HTTP方法: GET/POST
- 参数:
String prtSeq, String appOrIns - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的getFaceHistory接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
hebaoFaceCompare¶
- 路径:
/hebaoFaceCompare - HTTP方法: GET/POST
- 参数:
String prtSeq, HttpServletRequest request, String type, String comCode, String isWeChat, String agentCode, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的hebaoFaceCompare接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
showChangesData¶
- 路径:
/showChangesData - HTTP方法: POST
- 参数:
String prtNum - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的showChangesData接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
cleanChangesData¶
- 路径:
/cleanChangesData - HTTP方法: POST
- 参数:
String prtNum - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的cleanChangesData接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
submitChangesData¶
- 路径:
/submitChangesData - HTTP方法: POST
- 参数:
String prtNum, String choose - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的submitChangesData接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryNoticeState¶
- 路径:
/queryNoticeState - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryNoticeState接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
saveQuestionNaire¶
- 路径:
/saveQuestionNaire - HTTP方法: GET/POST
- 参数:
String prtSeq, String roleType, String answer, String questionsCode, String inputSequence, String finishStatus, String agreeProvideFlag - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的saveQuestionNaire接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
queryQuestionNaire¶
- 路径:
/queryQuestionNaire - HTTP方法: GET/POST
- 参数:
String prtSeq, String roleType, String questionsCode, String inputSequence - 返回类型:
ApiResultVO - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的queryQuestionNaire接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
submitBankYinBaoTongNotice¶
- 路径:
submitBankYinBaoTongNotice - HTTP方法: POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, String> - 状态: 活跃
- 接口使用说明: 通知相关操作
Mermaid逻辑流程图:
业务逻辑描述: NoticeController的submitBankYinBaoTongNotice接口,用于处理通知相关业务。
涉及模块: NoticeServiceInter
接口统计¶
- 接口总数: 52个
- 活跃接口: 52个
- 被注释接口: 0个
- 生成时间: 2026-03-23 21:40