diff --git a/extend/Prescription/Prescription.php b/extend/Prescription/Prescription.php index ce06eca..ba5bc6c 100644 --- a/extend/Prescription/Prescription.php +++ b/extend/Prescription/Prescription.php @@ -252,9 +252,11 @@ class Prescription /** * 请求封装 * @param string $path - * @param array $option + * @param array $arg * @return array + * @throws ContainerExceptionInterface * @throws GuzzleException + * @throws NotFoundExceptionInterface */ protected function httpRequest(string $path,array $arg = []): array {