修复
This commit is contained in:
parent
285554a8ba
commit
b358dfe299
@ -39,8 +39,8 @@ class RechargeController extends BaseApiController
|
||||
public function deposit_lists()
|
||||
{
|
||||
$params=$this->request->param();
|
||||
$list=CompanyAccountLog::where('company_id',$this->userId)->page($params['page'],15)->select();
|
||||
return $this->success('ok',['count'=>0,'extend'=>[],'lists'=>$list,'page_no'=>$params['page'],'page_size'=>$params['page_size']]);
|
||||
$list=CompanyAccountLog::where('company_id',$this->userId)->page($params['page_no'],15)->select();
|
||||
return $this->success('ok',['count'=>0,'extend'=>[],'lists'=>$list,'page_no'=>$params['page_no'],'page_size'=>$params['page_size']]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user