BuWanVideo2.0/YTHNetInterface.m
@@ -140,6 +140,9 @@ }failure:^(NSURLSessionDataTask * _Nullable task, NSError * _Nonnull error) { NSString *lError = [error localizedDescription]; block(FALSE,nil,lError); if ([error code] == -1009) { // [SVProgressHUD showErrorWithStatus:@"网络不可用,请检查网络"]; } NSLog(@"返回异常==============-----------------%@",lError); }]; } @@ -1416,7 +1419,6 @@ block(FALSE , nil , error); } }]; // [self postVideoClassRequestDataWith:dic withBlock:^(BOOL isSuccessful, id result, NSString *error) { // if (isSuccessful) {