企业认证信息中增加节点数显示

This commit is contained in:
刘祥超
2021-08-30 18:57:35 +08:00
parent 1d9d44ecc3
commit 1c93b42681
2 changed files with 6 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ func (this *IndexAction) RunGet(params struct{}) {
"macAddresses": keyResp.AuthorityKey.MacAddresses,
"hostname": keyResp.AuthorityKey.Hostname,
"company": keyResp.AuthorityKey.Company,
"nodes": keyResp.AuthorityKey.Nodes,
"isExpired": !isActive,
"updatedTime": timeutil.FormatTime("Y-m-d H:i:s", keyResp.AuthorityKey.UpdatedAt),
}