From 2e95a0072a80d74f94cf96da9a0e750acb23293b Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 10 Mar 2026 12:57:01 +0800 Subject: [PATCH] 1 --- Shared/KBMaiPointReporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/KBMaiPointReporter.h b/Shared/KBMaiPointReporter.h index cb1abcd..f6bf031 100644 --- a/Shared/KBMaiPointReporter.h +++ b/Shared/KBMaiPointReporter.h @@ -7,7 +7,7 @@ #ifndef KB_MAI_POINT_BASE_URL #if DEBUG -#define KB_MAI_POINT_BASE_URL @"http://192.168.2.21:35310/api" +#define KB_MAI_POINT_BASE_URL @"https://track.loveamorkey.com/api" #else #define KB_MAI_POINT_BASE_URL @"https://track.loveamorkey.com/api" #endif