This commit is contained in:
2025-11-13 19:07:59 +08:00
parent 5ec950cc61
commit 50163d02a7
9 changed files with 378 additions and 88 deletions

View File

@@ -7,10 +7,9 @@
#ifndef KBAPI_h
#define KBAPI_h
// 用户与认证
#ifndef KB_API_USER_APPLE_LOGIN
// 兼容旧命名(如有使用 API_APPLE_LOGIN 的位置,映射到统一命名)
#define API_APPLE_LOGIN @"/user/appleLogin" // Apple 登录
#endif
// 应用配置
#ifndef KB_API_APP_CONFIG
@@ -18,4 +17,3 @@
#endif
#endif /* KBAPI_h */