Browse Source

新增参数

WH01243 2 years ago
parent
commit
d5356a39ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      middleground/publicservice.go

+ 2 - 2
middleground/publicservice.go

@@ -84,9 +84,9 @@ func (p *publicService) List(searchValue, dataType string, pageNum, pageSize int
 			"dataTypeStr":    wordMap[v.DataType],
 		})
 	}
-	result["lsit"] = arr
+	result["list"] = arr
 	result["wordMap"] = wordMap
-	result["FieldIllustrate"] = wordArr
+	result["fieldIllustrate"] = wordArr
 	result["hotKeys"] = resp.HotKeys
 	return result
 }