2021-01-21 13:44:52 +08:00

6 lines
96 B
TypeScript

const BASE_URL = ''
export function getGameConfig(session_id: string, account_id: string) {
}