marinofaggiana 5 年之前
父节点
当前提交
657619539b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      iOSClient/Networking/OCNetworking.m

+ 3 - 0
iOSClient/Networking/OCNetworking.m

@@ -1362,8 +1362,11 @@
     [communication setUserAgent:[CCUtility getUserAgent]];
     
     [communication readSharedByServer:[tableAccount.url stringByAppendingString:@"/"] andPath:path onCommunication:communication successRequest:^(NSHTTPURLResponse *response, NSArray *listOfShared, NSString *redirectedServer) {
+        
         completion(account, listOfShared, nil, 0);
+        
     } failureRequest:^(NSHTTPURLResponse *response, NSError *error, NSString *redirectedServer) {
+        
         NSString *message;
         NSInteger errorCode = response.statusCode;