作者 lyh

gx

... ... @@ -78,7 +78,7 @@ class ImageController extends Controller
$this->response('指定图片不存在!', Code::USER_ERROR);
}
//获取cos链接
if($info['cos'] == 1){
if($info['is_cos'] == 1){
$cos = new CosService();
return $cos->getImageUrl($info['path']);
}
... ...