作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

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