NoticeShareController 接口分析文档¶
概述信息¶
| 属性 | 值 |
|---|---|
| 模块 | app-eform-server |
| 包路径 | com.sinosoft.sss.controller.eTransact |
| 基础路径 | /noticeshare |
| Controller类 | NoticeShareController |
| 状态 | 活跃 |
| 接口数量 | 8个 |
| 作者 | zhaoxiaobo |
| 创建时间 | 2018年9月21日 |
| 类描述 | 通知分享相关操作控制器 |
接口列表总览¶
| 序号 | 接口方法(锚点链接) | HTTP方法 | 路径 | 参数 | 返回类型 | 接口使用说明 | 状态 |
|---|---|---|---|---|---|---|---|
| 1 | createShareUrl | GET/POST | /productShareUrl | String prtSeq, String noticeType, String reasonCode, String roleType | Map |
创建分享链接 | 活跃 |
| 2 | getNoticeShareOpenId | GET/POST | /getNoticeShareOpenId | HttpServletRequest request, HttpServletResponse response | void | 查询通知分享 | 活跃 |
| 3 | checkNoticeUrl | GET/POST | /checkNoticeUrl | String linKey, String prtSeq, String openId, String comCode, String operator, String agentPhone, Str | Map |
检查通知URL | 活跃 |
| 4 | getSmsMessage | GET/POST | /sendSMS | String linKey, String phoneNumber, String operator | Map |
获取短信 | 活跃 |
| 5 | checkSMSCode | GET/POST | /checkVerificationCode | String smsCode, String linKey, String openId, String phone | Map |
校验短信验证码 | 活跃 |
| 6 | faceCompare | GET/POST | /noticeFaceCompare | String prtNo, HttpServletRequest request, String comCode, String prtSeq, String roleType | Map |
人脸比对 | 活跃 |
| 7 | insertFaceResult | GET/POST | /insertFaceResult | String faceResult, String prtNo, String prtSeq, String roleType, String linKey, String openId, Strin | Map |
保存人脸 | 活跃 |
| 8 | insertHBFaceResult | GET/POST | /insertHBFaceResult | String faceResult, String prtSeq, String roleType, String linKey, String openId, String phone | Map |
保存人脸 | 活跃 |
接口详情¶
createShareUrl¶
- 路径:
/productShareUrl - HTTP方法: GET/POST
- 参数:
String prtSeq, String noticeType, String reasonCode, String roleType - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的createShareUrl接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
getNoticeShareOpenId¶
- 路径:
/getNoticeShareOpenId - HTTP方法: GET/POST
- 参数:
HttpServletRequest request, HttpServletResponse response - 返回类型:
void - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的getNoticeShareOpenId接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
checkNoticeUrl¶
- 路径:
/checkNoticeUrl - HTTP方法: GET/POST
- 参数:
String linKey, String prtSeq, String openId, String comCode, String operator, String agentPhone, String branchType - 返回类型:
Map<String,Object> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的checkNoticeUrl接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
getSmsMessage¶
- 路径:
/sendSMS - HTTP方法: GET/POST
- 参数:
String linKey, String phoneNumber, String operator - 返回类型:
Map<String,String> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的getSmsMessage接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
checkSMSCode¶
- 路径:
/checkVerificationCode - HTTP方法: GET/POST
- 参数:
String smsCode, String linKey, String openId, String phone - 返回类型:
Map<String,String> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的checkSMSCode接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
faceCompare¶
- 路径:
/noticeFaceCompare - HTTP方法: GET/POST
- 参数:
String prtNo, HttpServletRequest request, String comCode, String prtSeq, String roleType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的faceCompare接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
insertFaceResult¶
- 路径:
/insertFaceResult - HTTP方法: GET/POST
- 参数:
String faceResult, String prtNo, String prtSeq, String roleType, String linKey, String openId, String phone - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的insertFaceResult接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
insertHBFaceResult¶
- 路径:
/insertHBFaceResult - HTTP方法: GET/POST
- 参数:
String faceResult, String prtSeq, String roleType, String linKey, String openId, String phone - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 通知分享
Mermaid逻辑流程图:
业务逻辑描述: NoticeShareController的insertHBFaceResult接口,用于处理通知分享相关业务。
涉及模块: NoticeShareServiceInter
接口统计¶
- 接口总数: 8个
- 活跃接口: 8个
- 被注释接口: 0个
- 生成时间: 2026-03-23 22:00