[Feature] APNs/FCM 키 등록 및 조회 API (CRT-01~03) #48
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#48
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?
설명
APNs 및 FCM 푸시 발송에 필요한 인증 키를 등록하고 조회하는 API를 구현합니다.
기능 ID
체크리스트
Application Layer
SPMS.Application/DTOs/Service/ApnsCredentialsRequestDto.cs— APNs 키 등록 요청 DTOSPMS.Application/DTOs/Service/FcmCredentialsRequestDto.cs— FCM 키 등록 요청 DTOSPMS.Application/DTOs/Service/CredentialsResponseDto.cs— 키 정보 조회 응답 DTOSPMS.Application/Interfaces/IServiceManagementService.cs— 메서드 추가SPMS.Application/Services/ServiceManagementService.cs— 비즈니스 로직 구현API Layer
SPMS.API/Controllers/ServiceController.cs— 엔드포인트 추가POST /v1/in/service/{serviceCode}/apns— APNs 키 등록POST /v1/in/service/{serviceCode}/fcm— FCM 키 등록POST /v1/in/service/{serviceCode}/credentials— 키 정보 조회검증
참고사항