From a33fe1033d0867210957adb06f09c4b960149985 Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 1 Dec 2025 11:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/Prescription/Prescription.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extend/Prescription/Prescription.php b/extend/Prescription/Prescription.php index 88d6911..7f0f493 100644 --- a/extend/Prescription/Prescription.php +++ b/extend/Prescription/Prescription.php @@ -291,9 +291,7 @@ class Prescription // 记录请求日志(隐藏敏感信息) $logArg = $arg; - if (isset($logArg['headers']['Authorization'])) { - $logArg['headers']['Authorization'] = 'Bearer ***'; - } + Log::getInstance()->info("处方平台HTTP请求:" . $path . ",请求参数:" . json_encode($logArg,JSON_UNESCAPED_UNICODE)); $response = $this->client->post($path, $arg);