refactor(report): update import paths and enhance logging functionality
Some checks failed
Build Backend / build (push) Failing after 7m21s
Build Backend / build-docker (push) Has been skipped

- Removed unused time imports from report DTO and service files.
- Updated import paths for response handling in admin and general report handlers.
- Refactored logging methods in admin and report services to use a unified operation logging approach.
- Introduced helper functions for extracting text from message segments and converting user models to brief report information.
This commit is contained in:
lafay
2026-03-30 02:11:12 +08:00
parent 5f7b02ee8e
commit 7fa49155dd
5 changed files with 66 additions and 28 deletions

View File

@@ -2,7 +2,6 @@ package dto
import (
"carrot_bbs/internal/model"
"time"
)
// ==================== 举报 DTOs ====================