[Feature] 메시지 미리보기 API #120
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#120
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
메시지 미리보기 데이터 생성 API를 구현한다. 저장된 메시지 템플릿에 변수를 치환하여 최종 결과를 반환.
API 엔드포인트
POST /v1/in/message/preview— 메시지 미리보기체크리스트
Application Layer
MessagePreviewRequestDto.cs— 미리보기 요청 DTOMessagePreviewResponseDto.cs— 미리보기 응답 DTOIMessageService.cs— 메시지 서비스 인터페이스MessageService.cs— 미리보기 로직 구현DependencyInjection.cs— DI 등록API Layer
MessageController.cs— preview 엔드포인트 추가