| xqd
@@ -294,7 +294,7 @@ class UserController extends Controller
|
|
|
$config = config("filesystems.disks.oss");
|
|
|
foreach ($res['rights'] as $k=>$v){
|
|
|
$res['rights'][$k]['img_url'] = "https://".$config['bucket'].'.'.$config['endpoint'].'/'.$v['img_url'];
|
|
|
- $res['rights'][$k]['big_url'] = "https://".$config['bucket'].'.'.$config['endpoint'].'/'.$v['big_url'];
|
|
|
+ $res['rights'][$k]['big_img'] = "https://".$config['bucket'].'.'.$config['endpoint'].'/'.$v['big_img'];
|
|
|
}
|
|
|
}catch (\Exception $exception){
|
|
|
return $this->response->errorForbidden($exception->getMessage());
|