审核中服务增加提交审核时间

This commit is contained in:
GoEdgeLab
2021-12-01 17:06:32 +08:00
parent 29f1712f8d
commit 0472fb4e3d
4 changed files with 27 additions and 5 deletions

View File

@@ -239,6 +239,7 @@ message FindServerNamesRequest {
message FindServerNamesResponse {
bytes serverNamesJSON = 1;
bool isAuditing = 2;
int64 auditingAt = 5;
bytes auditingServerNamesJSON = 3;
ServerNameAuditingResult auditingResult = 4;
}