@@ -155,9 +155,13 @@
} else {
if (self.r) {
+ NSString *filePath = self.fileCachePath;
+ if (!filePath) {
+ filePath = @"";
+ }
NSMutableDictionary *resutlDic = [@{
@"result" : @2,
- @"path" : self.fileCachePath,
+ @"path" : filePath,
@"msg" : @"download complete"
} mutableCopy];
self.r(resutlDic);