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; }