From 864f2856b21d3ecc456636ba175aaedfa92fe6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=8B=A5?= Date: Sun, 8 Mar 2026 11:27:30 +0800 Subject: [PATCH] =?UTF-8?q?sync:=20soul-api=20=E6=8E=A5=E5=8F=A3=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20|=20=E5=8E=9F=E5=9B=A0:=20=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E9=80=BB=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soul-api/internal/handler/match.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soul-api/internal/handler/match.go b/soul-api/internal/handler/match.go index 476a8546..a35df728 100644 --- a/soul-api/internal/handler/match.go +++ b/soul-api/internal/handler/match.go @@ -302,7 +302,7 @@ func MatchUsers(c *gin.Context) { phone = *r.Phone } intro := "来自Soul创业派对的伙伴" - matchLabels := map[string]string{"partner": "超级个体", "investor": "资源对接", "mentor": "导师顾问", "team": "团队招募"} + matchLabels := map[string]string{"partner": "找伙伴", "investor": "资源对接", "mentor": "导师顾问", "team": "团队招募"} tag := matchLabels[body.MatchType] if tag == "" { tag = "找伙伴"