mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 03:00:24 +08:00
修改API命名
This commit is contained in:
@@ -43,7 +43,8 @@ message ListHTTPAccessLogsRequest {
|
||||
}
|
||||
|
||||
message ListHTTPAccessLogsResponse {
|
||||
repeated HTTPAccessLog httpAccessLogs = 1;
|
||||
repeated HTTPAccessLog accessLogs = 1 [deprecated = true];
|
||||
repeated HTTPAccessLog httpAccessLogs = 4;
|
||||
string requestId = 2;
|
||||
bool hasMore = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user