wjc
2025-04-09 87cd5df70918e6ba1af849c5f026d3719bfdb1ac
app/src/main/java/com/hdl/photovoltaic/internet/HttpClient.java
@@ -69,7 +69,8 @@
    public static HDLException getException(HDLException e) {
        try {
            return new HDLException(e.getCode(), getErrorSting(e.getCode()), e.getmExtra());
            String msg = TextUtils.isEmpty(getErrorSting(e.getCode())) ? e.getMsg() : getErrorSting(e.getCode());
            return new HDLException(e.getCode(), msg, e.getmExtra());
        } catch (Exception exception) {
            return e;
        }