[Feature] 점검 안내 API 구현 #92
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#92
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?
설명
SPMS 플랫폼 점검 상태를 조회하는 Public API를 구현한다.
AppConfig 테이블의
maintenance_mode,maintenance_message,maintenance_end_time키를 활용하여 현재 점검 상태를 반환한다.API 명세
POST /v1/in/public/maintenance응답
체크리스트
MaintenanceResponseDto.cs— 응답 DTOIAppConfigService.cs— GetMaintenanceAsync 메서드 추가AppConfigService.cs— 점검 상태 조회 로직 구현MaintenanceController.cs— POST /v1/in/public/maintenance