Browse Source

feat:publicService.go数据超市详情接口返回字段调整

fuwencai 1 year ago
parent
commit
3ec242b074
1 changed files with 1 additions and 0 deletions
  1. 1 0
      middleground/publicservice.go

+ 1 - 0
middleground/publicservice.go

@@ -101,5 +101,6 @@ func (p *publicService) Detail(id string) map[string]interface{} {
 	result["introduce"] = resp.Introduce
 	result["introduce"] = resp.Introduce
 	result["format"] = resp.Format
 	result["format"] = resp.Format
 	result["keyword"] = resp.Keyword
 	result["keyword"] = resp.Keyword
+	result["fieldIllustrate"] = resp.FieldIllustrate
 	return result
 	return result
 }
 }