This commit is contained in:
2025-12-05 20:18:18 +08:00
parent ad18a47d21
commit fa999f502f
4 changed files with 14 additions and 15 deletions

View File

@@ -40,6 +40,10 @@
#define API_CHARACTER_DEL_USER_CHARACTER @"/character/delUserCharacter" // 删除用户人设
#define API_CHARACTER_ADD_USER_CHARACTER @"/character/addUserCharacter" // 添加用户人设(假定路径,如有不同请按后端实际修改)
/// pay
#define API_VALIDATE_RECEIPT @"/api/apple/validate-receipt" // 排行榜标签列表
@@ -48,8 +52,5 @@
#define KB_API_APP_CONFIG @"app/config" // 获取 App 配置
#endif
#ifndef KB_API_IAP_VERIFY
#define KB_API_IAP_VERIFY @"/payment/apple/verify" // Apple IAP 验签(示例路径,请按后端实际修改)
#endif
#endif /* KBAPI_h */