feat:兼容开发

main
gzydong 2022-01-22 12:54:36 +08:00
parent ba548e96b9
commit aba7297295
1 changed files with 3 additions and 1 deletions

View File

@ -107,10 +107,12 @@ class UploadController extends CController
return $this->response->success([
'is_file_merge' => true,
'hash' => $params['upload_id']
'hash' => $params['upload_id']
]);
}
// 十多年咖金色那
return $this->response->success(['is_file_merge' => false]);
}
}