This commit is contained in:
2025-12-04 15:28:11 +08:00
parent 1596aac717
commit af2bcc42fd
6 changed files with 93 additions and 12 deletions

View File

@@ -19,6 +19,8 @@
// 兼容旧命名(如有使用 API_APPLE_LOGIN 的位置,映射到统一命名)
#define API_APPLE_LOGIN @"/user/appleLogin" // Apple 登录
#define API_EMAIL_LOGIN @"/user/login" // email 登录
#define API_EMAIL_REGISTER @"/user/register" // email 注册
#define API_LOGOUT @"/user/logout" // 退出登录
#define API_UPDATA_INFO @"/user/updateInfo" // 更新用户