NewCoreNoticeController 接口分析文档¶
概述信息¶
| 属性 | 值 |
|---|---|
| 模块 | app-eform-server |
| 包路径 | com.sinosoft.sss.controller.eTransact |
| 基础路径 | /newcorenotice |
| Controller类 | NewCoreNoticeController |
| 状态 | 活跃 |
| 接口数量 | 8个 |
| 作者 | zhaoxiaobo |
| 创建时间 | 2018年9月21日 |
| 类描述 | 新核心通知相关操作控制器 |
接口列表总览¶
| 序号 | 接口方法(锚点链接) | HTTP方法 | 路径 | 参数 | 返回类型 | 接口使用说明 | 状态 |
|---|---|---|---|---|---|---|---|
| 1 | getNoticeInfo | GET/POST | /getNoticeInfo | String prtNo, String prtSeq, String noticeType | Map |
获取通知信息 | 活跃 |
| 2 | getShareNoticeInfo | GET/POST | /getShareNoticeInfo | String prtNo, String prtSeq, String noticeType | Map |
查询通知分享 | 活跃 |
| 3 | saveSign | GET/POST | /saveSign | String prtSeq, String signData, String signImg, String signType, String contrastSign | Map |
保存签名 | 活跃 |
| 4 | saveHeadPic | GET/POST | /saveHeadPic | String prtSeq, String noticeType, String role, MultipartFile file | Map |
保存图片表头 | 活跃 |
| 5 | saveNotice | GET/POST | /saveNotice | Map |
Map |
保存通知 | 活跃 |
| 6 | delNotice | GET/POST | /delNotice | String prtSeq, String noticeType | Map |
处理通知 | 活跃 |
| 7 | delHalfImg | GET/POST | /delHalfImg | String prtImageNo | Map |
删除半张图片 | 活跃 |
| 8 | saveHBShareChecked | GET/POST | /saveHBShareChecked | String prtSeq | Map |
保存分享 | 活跃 |
接口详情¶
getNoticeInfo¶
- 路径:
/getNoticeInfo - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的getNoticeInfo接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
getShareNoticeInfo¶
- 路径:
/getShareNoticeInfo - HTTP方法: GET/POST
- 参数:
String prtNo, String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的getShareNoticeInfo接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
saveSign¶
- 路径:
/saveSign - HTTP方法: GET/POST
- 参数:
String prtSeq, String signData, String signImg, String signType, String contrastSign - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的saveSign接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
saveHeadPic¶
- 路径:
/saveHeadPic - HTTP方法: GET/POST
- 参数:
String prtSeq, String noticeType, String role, MultipartFile file - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的saveHeadPic接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
saveNotice¶
- 路径:
/saveNotice - HTTP方法: GET/POST
- 参数:
Map<String,Object> data - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的saveNotice接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
delNotice¶
- 路径:
/delNotice - HTTP方法: GET/POST
- 参数:
String prtSeq, String noticeType - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的delNotice接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
delHalfImg¶
- 路径:
/delHalfImg - HTTP方法: GET/POST
- 参数:
String prtImageNo - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的delHalfImg接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
saveHBShareChecked¶
- 路径:
/saveHBShareChecked - HTTP方法: GET/POST
- 参数:
String prtSeq - 返回类型:
Map<String, Object> - 状态: 活跃
- 接口使用说明: 新核心通知
Mermaid逻辑流程图:
业务逻辑描述: NewCoreNoticeController的saveHBShareChecked接口,用于处理新核心通知相关业务。
涉及模块: NewCoreNoticeServiceInter
接口统计¶
- 接口总数: 8个
- 活跃接口: 8个
- 被注释接口: 0个
- 生成时间: 2026-03-23 22:00