2.2.0版本发版 此commit置顶
This commit is contained in:
@@ -37,7 +37,14 @@
|
||||
}
|
||||
|
||||
- (void)clientInit {
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
self.canOpen = YES;
|
||||
|
||||
#else
|
||||
self.canOpen = NO;
|
||||
#endif
|
||||
[Api clientInitConfig:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
||||
if (code == 200) {
|
||||
self.retryCount = 0;
|
||||
|
Reference in New Issue
Block a user