浏览代码

修改发布影集接口

15954078560 3 年之前
父节点
当前提交
a9b3ef7fed
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/api/controller/Eyemargin.php

+ 2 - 2
application/api/controller/Eyemargin.php

@@ -36,8 +36,8 @@ class Eyemargin extends Common
             $this->error(__('发布内容存在敏感词汇:'.$str_arr['sensitiveWord'].' 请重新编辑后发布!'));
         }
         // 判断当前用户是否实名认证
-        $userAuthInfo = \app\common\model\UserAuth::userIsAuth($this->auth->id);
-        if($userAuthInfo['status'] == 0) $this->error($userAuthInfo['msg']);
+//        $userAuthInfo = \app\common\model\UserAuth::userIsAuth($this->auth->id);
+//        if($userAuthInfo['status'] == 0) $this->error($userAuthInfo['msg']);
 
         //限制视频数量
         $eyemargin_count = Db::name('eyemargin')->where(['user_id' => $this->auth->id])->count('id');