删除了对应 proxy 字段、新增 proxyConfig 以后的更新
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 是否匿名登录
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user