IP名单API增加IP添加时间

This commit is contained in:
刘祥超
2021-11-15 11:31:20 +08:00
parent f178c19348
commit a95fe17ebc
4 changed files with 140 additions and 22 deletions

View File

@@ -15,4 +15,5 @@ message IPItem {
string type = 9;
string eventLevel = 10; // 级别
string listType = 11; // 所在名单类型加此字段是为了快速定位IP的性质
int64 createdAt = 12;
}