IP名单增加代号管理

This commit is contained in:
GoEdgeLab
2024-05-05 14:08:32 +08:00
parent b4bea60d3b
commit c4d45456b8
8 changed files with 79 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ func InitIPList(action *actionutils.ParentAction, listId int64) error {
action.Data["list"] = maps.Map{
"id": list.Id,
"name": list.Name,
"code": list.Code,
"type": list.Type,
"typeName": typeName,
"description": list.Description,