withdrawModel = $withdrawModel; } /** * @throws \app\common\exceptions\ShopException */ public function handle() { $automateAuditService = new BalanceAutomateAuditService($this->withdrawModel); $automateAuditService->freeAudit(); } }