|
|
$v['auth_info'] = $InfoAudit->where('uid',$v['uid'])->where('status',1)->find();
|
|
$v['auth_info'] = $InfoAudit->where('uid',$v['uid'])->where('status',1)->find();
|
|
|
return app('json')->success(compact('count','list'));
|
|
return app('json')->success(compact('count','list'));
|