浏览代码

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

fuwencai 1 年之前
父节点
当前提交
3ec242b074
共有 1 个文件被更改,包括 1 次插入0 次删除
  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["format"] = resp.Format
 	result["keyword"] = resp.Keyword
+	result["fieldIllustrate"] = resp.FieldIllustrate
 	return result
 }