本地分包删除

master
chenxiaojun 5 years ago
parent 1f1954e9f1
commit fd8c59f114

@ -398,11 +398,10 @@ class AutoPackController extends Think
$updata['savename'] = $newname;
$updata['path'] = $new_to;
$result = $this -> upload_game_pak_oss($updata);
@unlink($new_to);
if ($result) {
if (file_exists($localPath)) {
unlink($localPath);
if (file_exists($new_to)) {
@unlink($new_to);
}
}
} elseif (get_tool_status("qiniu_storage") == 1) {

Loading…
Cancel
Save