删除了对应 proxy 字段、新增 proxyConfig 以后的更新

This commit is contained in:
2025-05-12 18:12:40 +08:00
parent f9a5fb74fb
commit 5db35b1e7f
6 changed files with 155 additions and 24 deletions

View File

@@ -46,26 +46,6 @@ import quant.rich.emoney.util.TextUtils;
@ConfigInfo(field = "emoneyRequest", name = "益盟请求设置", initDefault = true)
public class EmoneyRequestConfig implements IConfig<EmoneyRequestConfig> {
/**
* 代理类型
*/
private Proxy.Type proxyType = Proxy.Type.DIRECT;
/**
* 代理主机
*/
private String proxyHost;
/**
* 代理端口
*/
private Integer proxyPort;
/**
* 是否忽略 HTTPS 证书校验
*/
private Boolean ignoreHttpsVerification = false;
/**
* 是否匿名登录
*/