File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ - (IBAction)uploadAction:(UIButton *)sender {
7373// NSURL *desktopUrl = [manager URLsForDirectory:NSDesktopDirectory inDomains:NSUserDomainMask].firstObject;
7474// path = [desktopUrl URLByAppendingPathComponent:@"pycharm.dmg"].path;
7575
76- // [self uploadImageToQNFilePath:path index:0];
77- [self uploadImageToQNFilePath: path complete: nil ];
76+ [self uploadImageToQNFilePath: path index: 0 ];
77+ // [self uploadImageToQNFilePath:path complete:nil];
7878 [self changeUploadState: UploadStateUploading];
7979#else
8080 if (self.pickImage == nil ) {
@@ -123,7 +123,7 @@ - (void)uploadImageToQNFilePath:(NSString *)filePath complete:(dispatch_block_t)
123123// kQNGlobalConfiguration.connectCheckEnable = false;
124124 kQNGlobalConfiguration .dnsCacheMaxTTL = 600 ;
125125 kQNGlobalConfiguration .partialHostFrozenTime = 20 *60 ;
126- kQNGlobalConfiguration .dns = self;
126+ // kQNGlobalConfiguration.dns = self;
127127
128128// [QNServerConfigMonitor removeConfigCache];
129129
Original file line number Diff line number Diff line change 1414通过 CocoaPods
1515
1616``` ruby
17- pod " Qiniu" , " ~> 8.3.3 "
17+ pod " Qiniu" , " ~> 8.4.0 "
1818```
1919
2020## 运行环境
You can’t perform that action at this time.
0 commit comments