WH01243 3 сар өмнө
parent
commit
dfac2d6f03

+ 2 - 0
common/src/qfw/util/jy/subScribe.go

@@ -187,6 +187,8 @@ func SaveUserLog(mg mongodb.MongodbSim, userid, phone, way, system, source, open
 	}
 	mg.Save("register_log", data)
 }
+
+// 正文获取
 func GetEsDetail(sid string) string {
 	r := elastic.Get("bidding", "bidding", fmt.Sprintf(`{"query":{"bool":{"must":[{"term":{"id":"%s"}}]}},"_source":["_id","detail"],"size":1}`, sid))
 	detail := ""