SPMS_API/SPMS.Application/Services
seonkyu.kim fc7ab51fa3 feat: 메시지 CRUD API 구현 (#128)
- 메시지 저장 API (POST /v1/in/message/save)
- 메시지 목록 조회 API (POST /v1/in/message/list)
- 메시지 상세 조회 API (POST /v1/in/message/info)
- 메시지 삭제 API (POST /v1/in/message/delete)
- message_code 자동 생성 (접두3+순번4+접미3)
- 변수 추출 ({{변수명}} 패턴)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 22:38:24 +09:00
..
AccountService.cs feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51: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: 디바이스 태그/동의 설정 API 구현 (#96) 2026-02-10 14:49:07 +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 feat: 메시지 유효성 검사 서비스 구현 (#118) 2026-02-10 17:15:57 +09:00
NoticeService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
PushService.cs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
ServiceManagementService.cs feat: 서비스 태그 목록/수정 API 구현 (#70) 2026-02-10 11:27:37 +09:00