RuoYi
2021-11-24 26e1b9c6fdd8f15c1bc239573feccb6e9d671850
src/main/java/com/ruoyi/common/utils/http/HttpHelper.java
@@ -6,7 +6,7 @@
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import javax.servlet.ServletRequest;
import org.apache.commons.lang.exception.ExceptionUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -46,7 +46,7 @@
                }
                catch (IOException e)
                {
                    LOGGER.error(ExceptionUtils.getFullStackTrace(e));
                    LOGGER.error(ExceptionUtils.getMessage(e));
                }
            }
        }