request->isAjax()) { $get = $this->request->get(); $data = AccountLogLogic::growthLists($get); return JsonServer::success('', $data); } return view('', [ 'typeDescArr' => AccountLogLogic::getTypeDesc(AccountLogModel::growth_change), 'time' => AccountLogLogic::getTime() ]); } }