فهرست منبع

Default Changelist

yingzi 2 سال پیش
والد
کامیت
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'));
      }