SPMS_API/SPMS.Application
SEAN b56170f10c feat: 발송 로그 조회 API 구현 (#122)
- POST /v1/in/push/log 엔드포인트 추가
- PushSendLogRepository (페이징, 필터링: message_code, device_id, status, 날짜범위)
- PushService.GetLogAsync 구현
- 누락된 Push DTO 파일 포함 (PushSendRequestDto, PushSendResponseDto, PushSendTagRequestDto)
2026-02-10 17:41:38 +09:00
..
DTOs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
Interfaces feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
Services feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
Settings feat: Redis 중복 발송 방지 구현 (#108) 2026-02-10 16:04:51 +09:00
DependencyInjection.cs feat: 메시지 미리보기 API 구현 (#120) 2026-02-10 17:27:56 +09:00
SPMS.Application.csproj feat: 운영자 계정 CRUD API 구현 (#42) 2026-02-09 23:51:04 +09:00