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

This commit is contained in:
刘祥超
2021-12-01 17:06:32 +08:00
parent 211d3c5067
commit 615711924a
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;
}