From 38a6039a5f5d28348e562fd60590bb669fb680ad Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Wed, 29 Mar 2023 17:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B0=8F=E5=8A=A9=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_power_r/group_power.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/group_power_r/group_power.go b/route/group_power_r/group_power.go index 92577a7..7ca1e40 100644 --- a/route/group_power_r/group_power.go +++ b/route/group_power_r/group_power.go @@ -1024,7 +1024,7 @@ func GroupPowerApplyJoin(c *gin.Context) (*mycontext.MyContext, error) { } else { for _, v := range mgrList { // 发小助手通知用户 - go msg.SendLittleAssistantMsg(model, v, msg_e.GroupPowerApplyJoinMsg, "", "", "", "", "") + msg.SendLittleAssistantMsg(model, v, msg_e.GroupPowerApplyJoinMsg, "", "", "", "", "") } } -- 2.22.0