From 969867435094e8db51c6a9f72a46d671b945dc66 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 9 Apr 2024 11:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=8F=82=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Prescription/Prescription.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {