作者 刘锟

update

@@ -313,6 +313,7 @@ public function downLoadFile($url) @@ -313,6 +313,7 @@ public function downLoadFile($url)
313 if(!file_exists($targetFile)){ 313 if(!file_exists($targetFile)){
314 $file = fopen($targetFile, 'w'); 314 $file = fopen($targetFile, 'w');
315 fclose($file); 315 fclose($file);
  316 + chmod($targetFile, 0755);
316 } 317 }
317 318
318 $remoteFile = fopen($url, 'rb'); 319 $remoteFile = fopen($url, 'rb');