|
...
|
...
|
@@ -125,7 +125,7 @@ class ImageController extends Controller |
|
|
|
]);
|
|
|
|
$files = $this->request->file('image');
|
|
|
|
if (empty($files)) {
|
|
|
|
$this->response('没有上传的文件!', 400);
|
|
|
|
$this->response('没有上传的文件!', Code::USER_ERROR);
|
|
|
|
}
|
|
|
|
$type = $this->request->post('type','single');
|
|
|
|
$this->setUrl();
|
...
|
...
|
|