luozhun
|
00c6b0409f
|
refactor(superManagement): 重构超级后台首页地图展示功能
- 新增 MapVisionParams 类用于地图视野参数
- 移除 EnterprisesUnitController 中的 mapPoint 方法
- 新增 SuperIndexController、SuperIndexMapper 和 SuperIndexService
- 更新 SecurityUnitUseStatisticsDTO,添加省市区街道编码字段
- 优化 SignInterceptor 中的签名生成和验证逻辑
- 更新 OpenApiMapper.xml,移除冗余的删除标志条件
- 重构 MapContainer组件,移除初始化地图样式- 更新路由配置,移除数据总览菜单项
- 重命名 EnterprisesUnitInfoWindowContent 组件
- 重构数据总览页面,改为在首页展示地图信息
|
2024-11-21 14:16:22 +08:00 |
luozhun
|
372d7e12cf
|
refactor(open-platform): 调整保安单位信息展示位置
- 将保安单位相关字段从 SecurityUnitUseStatisticsDTO 类中移至内部类 _ServiceProjectVo
- 更新 OpenApiMapper.xml,将对应字段移至 JSON 数组内- 移除前端无用的示例代码
|
2024-11-20 17:26:04 +08:00 |
luozhun
|
b0b0279db5
|
代码提交
|
2024-11-20 16:23:50 +08:00 |
luozhun
|
c12c5b26fa
|
代码提交
|
2024-11-20 16:21:36 +08:00 |
luozhun
|
771dac470c
|
feat(security): 添加签名验证功能并优化开放平台接口
- 新增 BodyWrapperFilter 和 CustomHttpServletRequestWrapper 类,用于获取请求体内容- 实现 SignInterceptor 类,添加签名验证功能
- 更新 OpenApiInterceptor,增加请求头缺失异常处理
- 修改 SecurityUnitUseStatisticsDTO,添加 policeUnitId 字段- 更新 OpenApiMapper.xml,增加 policeUnitId 字段映射- 修改前端 openPlatform 组件,演示签名生成和请求过程
- 引入 js-md5 依赖,用于生成 MD5 签名
|
2024-11-20 10:29:36 +08:00 |
luozhun
|
20c57bdbd5
|
feat(open-platform): 新增开放平台相关功能
- 新增 AccessKeys 相关实体、控制器、服务和 mapper
- 新增 SecurityUnitUseStatistics 和 ServiceProjectSecurityUserRoster 相关 DTO 和 API- 更新 ServiceProject 相关实体和 API,增加二级类型等字段
- 优化 Desensitized 注解和过滤器,支持保留原字段
- 更新 OpenApiMapper XML,添加新查询语句
|
2024-11-19 16:17:49 +08:00 |