mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-19 05:43:03 +00:00
fixed. 123跨区下载错误
This commit is contained in:
@@ -82,5 +82,11 @@ public class AppMain {
|
||||
localMap.put("proxy", jsonObject1);
|
||||
}
|
||||
}
|
||||
|
||||
// 认证
|
||||
if (jsonObject.containsKey(ConfigConstant.AUTHS)) {
|
||||
JsonObject auths = jsonObject.getJsonObject(ConfigConstant.AUTHS);
|
||||
localMap.put(ConfigConstant.AUTHS, auths);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user