Browse Source

Default Changelist

yingzi 3 năm trước cách đây
mục cha
commit
a85bd898df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/api/controller/User.php

+ 1 - 1
app/api/controller/User.php

@@ -154,7 +154,7 @@ class User extends BaseController
                   $v['auth_info'] = $InfoAudit->where('uid',$v['uid'])->where('status',1)->find();
               }
           } else {
-              $list = array_fill(0, 6, null);
+              $list = array_fill(0, 6, $list);
           }
         return app('json')->success(compact('count','list'));
      }