浏览代码

Default Changelist

yingzi 3 年之前
父节点
当前提交
a85bd898df
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'));
      }