feat: 文档更新
All checks were successful
序列化结构检查 / serialization-schema-check (push) Successful in 3s

This commit is contained in:
2026-07-15 18:06:31 +08:00
parent 4361fe767f
commit bef70dd032
4 changed files with 18 additions and 57 deletions

View File

@@ -264,7 +264,7 @@ detection:
企微 MQ 块:`- Topic --> ...`,并带 `> **通道**: RocketMQ|Kafka`
详见:[MQ序列化结构检测方案.md](./MQ序列化结构检测方案.md)
详见:[MQ序列化结构检测方案.md](MQ序列化结构检测实施方案.md)
### 3.6 manual_mappings
@@ -378,12 +378,4 @@ notify:
include_modules: [] # 全仓
```
---
## 7. MQ 消息体检测Phase M1 + M2 已落地)
同一 jar 默认启用 RocketMQ / Kafka **生产侧**投递检测(`detection.mq_patterns`)与 **MQ-R** 读侧补强,与 Redis 共用 Diff、骨架与企微模板。
- 配置说明见 §3.5.2
-`MessageBuilder` / `convertAndSend` / `ProducerRecord` / JSON 字符串发送、Listener/`parseObject` 补强
- 完整设计:[MQ序列化结构检测方案.md](./MQ序列化结构检测方案.md)
---