feat: 对接最新的关卡工作流
This commit is contained in:
@@ -12,10 +12,8 @@ export const API_ENDPOINTS = {
|
||||
WX_LOGIN: `${API_BASE}/auth/wx-login`,
|
||||
/** 用户资料(含实时体力) */
|
||||
USER_PROFILE: `${API_BASE}/user/profile`,
|
||||
/** 游戏数据(体力 + 通关进度) */
|
||||
/** 游戏数据(体力 + 通关进度 + 下一关) */
|
||||
USER_GAME_DATA: `${API_BASE}/user/game-data`,
|
||||
/** 关卡列表 */
|
||||
LEVELS: `${API_BASE}/levels`,
|
||||
/** 游戏配置 */
|
||||
GAME_CONFIGS: `${API_BASE}/game-configs`,
|
||||
/** 分享相关 */
|
||||
|
||||
Reference in New Issue
Block a user