• Joined on 2025-12-17
cdx pushed to feature at XW-AIOT/wvp-platform 2026-03-02 09:38:57 +08:00
d3c400de64 feat(aiot): 截图请求携带 rtsp_url,支持无 ROI 摄像头按需截图
cdx pushed to feature at XW-AIOT/wvp-platform 2026-03-01 20:16:08 +08:00
2a8e9c7b82 feat(aiot): 启动时自动回填 camera_code 并修复 ROI 旧格式引用
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-03-01 19:59:09 +08:00
3ca6c93479 fix(edge): 配置同步后清理 SQLite 中的旧摄像头/ROI/绑定记录
cdx pushed to feature at XW-AIOT/wvp-platform 2026-03-01 19:59:07 +08:00
6f61b0c9bf fix(aiot): 修复配置推送 rtsp_url 为空的问题
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 18:22:21 +08:00
28692d10a5 fix: 配置推送时增强 rtsp_url 日志和校验
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 17:14:39 +08:00
d2434927fe fix: PostConstruct 导入改为 jakarta.annotation(Java 17+)
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-28 17:06:08 +08:00
b9d146c58f fix: ROI 创建时 deviceId 默认值改为 edge,与边缘端一致
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-02-28 17:06:06 +08:00
b2469c576c fix: 移除 config_sync 模块的日志抑制,恢复配置同步日志输出
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 17:05:59 +08:00
be6d1c74de fix: 启动时统一 ROI 表 device_id,解决配置推送不到 Edge 的问题
cdx pushed to feature at XW-AIOT/iot-device-management-frontend 2026-02-28 16:27:37 +08:00
dcb8217a78 fix(aiot): 截图刷新添加force参数,绕过WVP 5分钟缓存
cdx pushed to feature at XW-AIOT/security-ai-edge 2026-02-28 15:48:39 +08:00
a124edf8f9 fix(edge): EDGE_DEVICE_ID从edge-001改为edge,与WVP标准值一致
a49a1be0eb fix(edge): 云端Redis默认db改为1,配置更新回调支持所有同步模式
6d1e0e4a5e feat(edge): 截图响应改为HTTP回调,COS使用预签名URL
9ec949ef02 fix(edge): LOCAL模式下独立连接云端Redis,确保截图处理器可用
f70e6b6003 feat(edge): 新增截图处理模块,支持远程截图请求
Compare 5 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 15:48:04 +08:00
98ffac671c fix(aiot): pushConfig增加device_id回退逻辑,修复配置推送不到达Edge
6ca8a38fae fix(aiot): 前端截图刷新添加cache-busting防止浏览器缓存
Compare 2 commits »
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 15:22:56 +08:00
c586f8e77a fix(aiot): snap端点改用302重定向到COS公共URL
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 15:16:31 +08:00
2b0a682b3f fix(aiot): 改用COS公共URL+修复GlobalResponseAdvice排除byte[]
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 14:56:31 +08:00
83041e9490 fix(aiot): 修复截图代理两个bug:竞态条件+URL双重编码
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 14:38:16 +08:00
c932c1c7a2 fix(aiot): snap端点支持图片直接返回,兼容前端<img>标签直接加载
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 14:22:58 +08:00
b47d01fc30 feat(aiot): 截图图片改为WVP服务端代理,解决浏览器直连COS跨域问题
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 11:31:12 +08:00
4aae7ee459 fix(aiot): pushAllConfig补充Redis聚合配置写入+修正截图回调地址
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 10:11:41 +08:00
f9bf85f9fa fix: 截图回调接口加入鉴权白名单
cdx pushed to feature at XW-AIOT/wvp-platform 2026-02-28 10:03:32 +08:00
19aa6971d5 feat: 截图响应改为HTTP回调