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

This commit is contained in:
2026-06-09 15:02:52 +08:00
parent a9e7072688
commit da4611a24c
8 changed files with 294 additions and 72 deletions

View File

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