版本认证中增加公司/组织名
This commit is contained in:
@@ -11,4 +11,5 @@ message AuthorityKey {
|
||||
string hostname = 4;
|
||||
repeated string macAddresses = 5;
|
||||
int64 updatedAt = 6;
|
||||
string company = 7;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ message UpdateAuthorityKeyRequest {
|
||||
string dayTo = 3;
|
||||
string hostname = 4;
|
||||
repeated string macAddresses = 5;
|
||||
string company = 6;
|
||||
}
|
||||
|
||||
// 读取Key
|
||||
|
||||
Reference in New Issue
Block a user