From 91945a5ea65f15e2a2b94ef52ddf066674ff43bf Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 8 Sep 2026 15:05:01 +0800 Subject: [PATCH] 2 --- extend/Prescription/Prescription.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extend/Prescription/Prescription.php b/extend/Prescription/Prescription.php index ae0e0ef..ba593a7 100644 --- a/extend/Prescription/Prescription.php +++ b/extend/Prescription/Prescription.php @@ -208,14 +208,14 @@ class Prescription "json" => $arg ]; - // Log::getInstance()->info("处方平台上报数据:" . json_encode($option,JSON_UNESCAPED_UNICODE)); + Log::getInstance()->info("处方平台上报数据:" . json_encode($option,JSON_UNESCAPED_UNICODE)); try { $response = $this->httpRequest($this->api_url . $this->version . '/preOrder/receivePreOrder', $option); if (empty($response)){ // 返回值错误为空 throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); } - // Log::getInstance()->info("处方平台返回数据:" . json_encode($response,JSON_UNESCAPED_UNICODE)); + Log::getInstance()->info("处方平台返回数据:" . json_encode($response,JSON_UNESCAPED_UNICODE)); return $response; } catch (GuzzleException $e) { throw new BusinessException($e->getMessage());