This commit is contained in:
2025-11-18 13:48:22 +08:00
parent b2021dcb3c
commit ced0b88ca4
3 changed files with 17 additions and 7 deletions

View File

@@ -67,6 +67,13 @@ typedef NS_ENUM(NSInteger, KBSexOption) {
// Male
[self kb_updateSelection:KBSexOptionMale];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[[KBNetworkManager shared] GET:KB_API_APP_CONFIG parameters:nil headers:nil completion:^(id _Nullable jsonOrData, NSURLResponse * _Nullable response, NSError * _Nullable error) {
NSLog(@"====");
}];
});
}
- (void)viewDidLayoutSubviews {