mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 11:36:35 +08:00
实现URL跳转功能
This commit is contained in:
@@ -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,可选
|
||||
|
||||
Reference in New Issue
Block a user