post('pageSize', 15); $type = request()->post('type', 1); $list = MemberWalletService::make()->getOptionList($this->userId, $type, $pageSize); return message(1010, true, $list); } public function del() { } }