|
@@ -292,7 +292,8 @@ class UserController extends Controller
|
|
|
|
|
|
$video_info = !empty($userinfo->video)?json_decode($userinfo->video,true):[];
|
|
$video_info = !empty($userinfo->video)?json_decode($userinfo->video,true):[];
|
|
|
|
|
|
- $userinfo->video = array_column($video_info,'url');
|
|
|
|
|
|
+// $userinfo->video = array_column($video_info,'url');
|
|
|
|
+ $userinfo->video = $video_info;
|
|
}catch (\Exception $exception){
|
|
}catch (\Exception $exception){
|
|
return $this->response->errorForbidden($exception->getMessage());
|
|
return $this->response->errorForbidden($exception->getMessage());
|
|
}
|
|
}
|