@@ -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