ソースを参照

Merge branch 'feature/v1.0.1_fu' of moapp/jy_docs into feature/v1.0.1

fuwencai 1 年間 前
コミット
a57a2e95b2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      services/stdlib/docService.go

+ 1 - 1
services/stdlib/docService.go

@@ -135,7 +135,7 @@ func DocQuery(in *stdlib.DocQueryRequest) *stdlib.DocQueryResponse {
 				PreviewImgId: common.InterfaceToStr(v["previewImgId"]),
 				ProductType:  common.Int64All(v["productType"]),
 				Source:       common.Int64All(v["source"]),
-				DocTags:      strings.Join(tmptags, ","),
+				DocTags:      strings.Join(tmptags, "  "),
 			}
 			highlight, _ := v["highlight"].(map[string][]string)
 			if len(highlight["docName"]) > 0 {