|
@@ -526,8 +526,8 @@ func ActivityBodyAnalysis(body string, activeState int, req cygx.ActivityRep) (i
|
|
|
|
|
|
|
|
|
body = strings.Replace(body, "活动地点:", "活动地址:", -1)
|
|
|
- body = strings.Replace(body, "地点:", "活动地址:", -1)
|
|
|
- body = strings.Replace(body, "地址:", "活动地址:", -1)
|
|
|
+
|
|
|
+
|
|
|
body = strings.Replace(body, "办会地点:", "活动地址:", -1)
|
|
|
body = strings.Replace(body, "办会地址:", "活动地址:", -1)
|
|
|
doc, _ := goquery.NewDocumentFromReader(strings.NewReader(body))
|