$exception->getMessage(), 'errFile' => $exception->getFile(), 'errLine' => $exception->getLine(), ]; $result = Helper::curl($notify, $request); if (!$result || $result != 'success') { Helper::showError("request http api $notify failed", false, 'warring', true); } } } }