From e15cc4ffc85b24b3c901af99011e4848e7817c6b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 12 Apr 2023 11:25:01 +0800 Subject: [PATCH] 1 --- extend/Prescription/Prescription.php | 1 - 1 file changed, 1 deletion(-) diff --git a/extend/Prescription/Prescription.php b/extend/Prescription/Prescription.php index 90a0495..752611a 100644 --- a/extend/Prescription/Prescription.php +++ b/extend/Prescription/Prescription.php @@ -284,7 +284,6 @@ class Prescription // 返回值为空 throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); } - Log::getInstance()->info("处方平台请求结果:",$body); return $body; }