API文档维护Agent
|
71dd13eebb
|
fix: 删除 GET/POST 端点中错误的 204 返回
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
- get_duplication_detail (GET): 删除 L209 的 return Response(status_code=204)
- retry_duplication (POST): 删除 L262 的 return Response(status_code=204)
- delete_duplication_record (DELETE): 保留 204 返回(正确)
这两个 Bug 导致 GET 和 POST 端点永远返回空 204,正常逻辑被短路。
|
2026-06-28 17:59:45 +08:00 |
|