laepIndustryService = app(LaepIndustryService::class); } #[Test] public function ewalletBalanceQuery() { $response = $this->laepIndustryService->ewalletBalanceQuery(payType: '03'); dump($response); } #[Test] public function ewalletSettleQuery() { $response = $this->laepIndustryService->ewalletSettleQuery('SR2024000184315'); dump($response); } #[Test] public function ewalletSettleProfile() { $response = $this->laepIndustryService->ewalletSettleProfile('SR2024000184315', '01'); dump($response); } }