日志区分用户和管理员

This commit is contained in:
GoEdgeLab
2020-12-23 11:56:40 +08:00
parent 21159b97db
commit 3fb504cec5
2 changed files with 88 additions and 67 deletions

View File

@@ -46,6 +46,7 @@ message CountLogRequest {
string dayFrom = 1;
string dayTo = 2;
string keyword = 3;
string userType = 4; // admin|user
}
// 列出单页日志
@@ -55,6 +56,7 @@ message ListLogsRequest {
string dayFrom = 3;
string dayTo = 4;
string keyword = 5;
string userType = 6;
}
message ListLogsResponse {