This commit is contained in:
wucongxing 2023-04-12 11:25:01 +08:00
parent 6ce6ca28ea
commit e15cc4ffc8

View File

@ -284,7 +284,6 @@ class Prescription
// 返回值为空 // 返回值为空
throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR)); throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR));
} }
Log::getInstance()->info("处方平台请求结果:",$body);
return $body; return $body;
} }