源码update
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 20s

This commit is contained in:
2026-06-09 15:20:43 +08:00
parent d1610bd43c
commit 36b571df5d
6 changed files with 7 additions and 19 deletions

View File

@@ -51,7 +51,7 @@ WeComNotifier ────────► ApiChangeNotifier
**方法指纹建议**(用于跨 commit 匹配同一接口):
```
controller源文件 + 方法名 + 参数槽位(如 0:query,1:body不含类型与绑定名
controller源文件 + 方法名(不含参数信息;增删参/改类型等由 ParameterDiffEngine 检测
```
仅 URI 匹配在「改路径」场景会失效,需指纹辅助。