'', 'expire_time' => '', 'id' => '' ]; $result = $InvoiceIssuanceService->IssueAnInvoice($data); if ($result !== true) { throw new FuncException($result); } } catch (\Exception $e) { dump($e);die; } } public function getWechatData() { $pucode = '41108008'; $FeeService = new FeeService($pucode); return $FeeService->getUsers(); } }