1.业务配置-协议-HTTP-Advanced添加URL关键字查询条件 2.日志检索-国家代理模块导出列顺序修改
This commit is contained in:
@@ -24,15 +24,15 @@ public class PxyHttpLog extends BaseLogEntity<NtcIpLog> {
|
||||
private String contentType;
|
||||
@ExcelField(title="set_cookie",sort=16)
|
||||
private String setCookie;
|
||||
// @ExcelField(title="req_header",sort=17)
|
||||
@ExcelField(title="req_header",sort=17)
|
||||
private String reqHeader;
|
||||
// @ExcelField(title="resp_header",sort=18)
|
||||
@ExcelField(title="resp_header",sort=18)
|
||||
private String respHeader;
|
||||
@ExcelField(title="req_body",sort=17)
|
||||
@ExcelField(title="req_body",sort=78)
|
||||
private String reqBody;
|
||||
@ExcelField(title="resp_body",sort=18)
|
||||
@ExcelField(title="resp_body",sort=79)
|
||||
private String resBody;
|
||||
@ExcelField(title="website",sort=19)
|
||||
@ExcelField(title="website",sort=8)
|
||||
private String website;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user