wjc
2025-11-19 c3542b10ea66a1c3fad44fe8e0efd357d7d3857e
app/src/main/java/com/hdl/photovoltaic/internet/HttpClient.java
@@ -264,7 +264,7 @@
    public Disposable downLoadFile(String url, CloudCallBeak<ResponseBody> callBack) {
        return HxHttp.builder()
                .url(url)
                .headers(HDLSmartHeader.IGNORE_SIGN_HEADER, 1)
                .headers(HDLSmartHeader.IGNORE_SIGN_HEADER, 1).headers(HDLSmartHeader.NOAUTHENTICATION, 1)
                .build()
                .download()
                .subscribe(new Consumer<ResponseBody>() {