service = $service; } /** * 获取钱包明细 */ public function records() { return $this->service->getWalletRecords(); } }