From 443eccb8a6dcbfe0091432bcfdf0dbbd5a243231 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 27 Aug 2026 20:08:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20TODO=5FAPI=5FREFACTOR=20=E5=85=A8?= =?UTF-8?q?=E9=83=A8=2022=20=E9=A1=B9=E5=8B=BE=E9=80=89=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO_API_REFACTOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO_API_REFACTOR.md b/TODO_API_REFACTOR.md index e5356fb..987fea5 100644 --- a/TODO_API_REFACTOR.md +++ b/TODO_API_REFACTOR.md @@ -33,8 +33,8 @@ ## 测试与收尾(high) - [x] 20. 新增 `handlers/api_test.go`:happy path / 校验码 / 401 / 403 / CSRF 头 / 429 / 409 -- [ ] 21. 更新 `security_test.go`/`p2_validation_test.go`/`p3_upload_test.go`/`session_upload_security_test.go` 到新 URL 与 JSON 断言 -- [ ] 22. `go build ./... && go vet ./... && go test ./...` 全绿;README 路由表同步 +- [x] 21. 更新 `security_test.go`/`p2_validation_test.go`/`p3_upload_test.go`/`session_upload_security_test.go` 到新 URL 与 JSON 断言 +- [x] 22. `go build/vet/test ./...`(含 -count=1 -race)全绿;README 路由表同步 ## 执行说明