SPMS_API/SPMS.Application/Services
SEAN 4bc08715fa improvement: 공통 응답/에러 포맷 고정 (#164)
- FieldError DTO 공통화 (SPMS.Domain/Common)
- ValidationErrorData + ApiResponse.ValidationFail() 추가
- InvalidModelStateResponseFactory로 ModelState 에러 ApiResponse 변환
- Controller Unauthorized 응답 throw SpmsException으로 통일 (에러코드 102)
- MessageValidationService ValidationErrorDto → FieldError 교체

Closes #164
2026-02-24 16:24:56 +09:00
..
AccountService.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigService.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
AuthService.cs merge: develop 머지 충돌 해결 (Profile + EmailVerify + PasswordReset 통합) 2026-02-10 11:07:08 +09:00
BannerService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceService.cs feat: Redis 토큰 캐시 관리 구현 (#154) 2026-02-11 10:40:32 +09:00
FaqService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileService.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MessageService.cs feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +09:00
MessageValidationService.cs improvement: 공통 응답/에러 포맷 고정 (#164) 2026-02-24 16:24:56 +09:00
NoticeService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushService.cs feat: 상세 로그 다운로드 API 구현 (#140) 2026-02-11 09:43:47 +09:00
ServiceManagementService.cs feat: 웹훅 설정 API 구현 (#144) 2026-02-11 10:03:03 +09:00
StatsService.cs feat: 실패원인 순위 API 구현 (#142) 2026-02-11 09:51:44 +09:00