测试上报 接口报错

This commit is contained in:
2025-12-26 15:02:48 +08:00
parent c0fa51bb2e
commit 2d5919016f

View File

@@ -251,7 +251,7 @@
} }
- (void)report:(NSString *)account{ - (void)report:(NSString *)account{
[[KBMaiPointReporter sharedReporter] reportNewAccountWithType:@"登录用户" account:account completion:^(BOOL success, NSError * _Nullable error) { [[KBMaiPointReporter sharedReporter] reportNewAccountWithType:@"登录用户" account:account completion:^(BOOL success, NSError * _Nullable error) {
KBLOG(@"====");
}]; }];
} }