本地分包删除

master
chenxiaojun 5 years ago
parent fd8c59f114
commit fc0053c6cd

@ -397,12 +397,10 @@ class AutoPackController extends Think
$new_to = ROOTTT . "Uploads/" . $file_name . "/" . $newname;
$updata['savename'] = $newname;
$updata['path'] = $new_to;
$result = $this -> upload_game_pak_oss($updata);
$this -> upload_game_pak_oss($updata);
if ($result) {
if (file_exists($new_to)) {
@unlink($new_to);
}
if (file_exists($new_to)) {
@unlink($new_to);
}
} elseif (get_tool_status("qiniu_storage") == 1) {

Loading…
Cancel
Save