feat: 점검 페이지 추가, external gamedata 호출 추가

This commit is contained in:
“hyeonggkim”
2025-11-03 13:06:58 +09:00
parent 9062e45fff
commit 33aece1011
8 changed files with 114 additions and 47 deletions

View File

@@ -4,6 +4,10 @@ export interface GameDataRequest {
lang_code: string
q?: string
qc?: string
baseApiUrl: string
gameId: string
gameDomain: string
langCode: string
}
// API 응답 데이터 타입