作者 何书鹏
1 个管道 的构建 失败 耗费 3 秒

不填手机号也能看视频

... ... @@ -262,8 +262,11 @@ class User extends Api
}
$user_info = Db::name('user')->where('id',$user_id)->find();
if(empty($user_info['image']) || empty($user_info['mobile'])){
$this->error('请先完善个人信息');
// if(empty($user_info['image']) || empty($user_info['mobile'])){
// $this->error('请先完善个人信息');
// }
if(empty($user_info['image'])){
$this->error('请先完善个人头像信息');
}
$qiniu = get_addon_config('qiniu')['cdnurl'];
... ...