소스 검색

修改发布影集接口

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');