作者 张关杰

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

... ... @@ -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']);
}
... ...