mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-13 10:10:28 +08:00
IP名单中的IP增加添加日期显示
This commit is contained in:
@@ -66,6 +66,7 @@ func (this *ItemsAction) RunGet(params struct {
|
||||
"id": item.Id,
|
||||
"ipFrom": item.IpFrom,
|
||||
"ipTo": item.IpTo,
|
||||
"createdTime": timeutil.FormatTime("Y-m-d", item.CreatedAt),
|
||||
"expiredTime": expiredTime,
|
||||
"reason": item.Reason,
|
||||
"type": item.Type,
|
||||
|
||||
Reference in New Issue
Block a user