This commit is contained in:
2025-11-13 19:20:57 +08:00
parent 50163d02a7
commit ae79d1b1ba
17 changed files with 846 additions and 4 deletions

View File

@@ -16,4 +16,8 @@
#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 */