1. 拆分voip业务id,原0x104拆分为0x104-voip ip阻断,0x10B voip account 阻断;0x184-voip
ip监测,0x 18B voip account 监测。 2. 公共日志字段增加s_asn,d_asn,subscribe_id 3. NTC_HTTP_LOG 增加 website属性
This commit is contained in:
@@ -24,7 +24,9 @@ public class NtcHttpLog extends LogEntity {
|
||||
|
||||
@ApiModelProperty(value="应答体转储文件", required=true)
|
||||
protected String resBodyFile;
|
||||
|
||||
|
||||
@ApiModelProperty(value="网站域名", required=true)
|
||||
protected String website;
|
||||
|
||||
public String getUrl() {
|
||||
return url;
|
||||
@@ -66,4 +68,17 @@ public class NtcHttpLog extends LogEntity {
|
||||
this.resBodyFile = resBodyFile;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param website the website to set
|
||||
*/
|
||||
public void setWebsite(String website) {
|
||||
this.website = website;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the website
|
||||
*/
|
||||
public String getWebsite() {
|
||||
return website;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user