实现URL跳转功能

This commit is contained in:
GoEdgeLab
2021-01-10 17:34:48 +08:00
parent 07ce2ba3db
commit 5f34a96b03
8 changed files with 521 additions and 126 deletions

View File

@@ -31,7 +31,7 @@ message ListHTTPAccessLogsRequest {
string requestId = 1; // 上一页请求ID可选
int64 serverId = 2; // 服务ID
int64 size = 3; // 单页条数
string day = 4; // 日期
string day = 4; // 日期格式YYYYMMDD
bool reverse = 5; // 是否反向查找,可选
bool hasError = 6; // 是否有错误,可选
int64 firewallPolicyId = 7; // WAF策略ID可选