feat: 接入我创建的挑战列表接口

This commit is contained in:
richarjiang
2026-04-13 09:51:38 +08:00
parent 2f74f260b7
commit ddf51919b0
5 changed files with 99 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ export const API_ENDPOINTS = {
GAME_CONFIGS: `${API_BASE}/game-configs`,
/** 分享相关 */
SHARE_CREATE: `${API_BASE}/share`,
SHARE_CREATED: `${API_BASE}/share/created`,
SHARE_PROGRESS: `${API_BASE}/share/progress`,
/** 用户信息 */
USER_INFO: `${API_BASE}/user/info`,