|
...
|
...
|
@@ -149,7 +149,7 @@ class ImageController extends Controller |
|
|
|
if($image_hash !== false){
|
|
|
|
return $this->response('图片资源',Code::SUCCESS,['image'=>$hash]);
|
|
|
|
}
|
|
|
|
$url = $this->config['root'].'/'.$this->path;
|
|
|
|
$url = $this->config['root'].$this->path;
|
|
|
|
var_dump($url);
|
|
|
|
die();
|
|
|
|
$fileName = uniqid().rand(10000,99999).'.'.$files->getClientOriginalExtension();
|
...
|
...
|
|