1
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user