...
 
Commits (1)
...@@ -1024,7 +1024,7 @@ func GroupPowerApplyJoin(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -1024,7 +1024,7 @@ func GroupPowerApplyJoin(c *gin.Context) (*mycontext.MyContext, error) {
} else { } else {
for _, v := range mgrList { for _, v := range mgrList {
// 发小助手通知用户 // 发小助手通知用户
go msg.SendLittleAssistantMsg(model, v, msg_e.GroupPowerApplyJoinMsg, "", "", "", "", "") msg.SendLittleAssistantMsg(model, v, msg_e.GroupPowerApplyJoinMsg, "", "", "", "", "")
} }
} }
......