mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 12:53:02 +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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,3 +96,9 @@ proxy:
|
||||
# username:
|
||||
# password:
|
||||
|
||||
### 解析认证相关
|
||||
auths:
|
||||
# 123网盘:配置用户名密码
|
||||
ye:
|
||||
username:
|
||||
password:
|
||||
Reference in New Issue
Block a user