浏览代码

完善影集接口

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

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

@@ -137,7 +137,7 @@ class Eyemargin extends Common
 
         $time = time() - 30*86400;
         $common_where = [];
-        $common_where['u.avatar'] = ['like', 'https%'];
+//        $common_where['u.avatar'] = ['like', 'https%'];
         $common_where['a.is_main'] = 1;
         $common_where['a.status'] = 1;
         $common_where['u.city'] = $this->auth->city;