Browse Source

完善影集接口

15954078560 3 năm trước cách đây
mục cha
commit
ad49162fe2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;