Commit 9cd914fa authored by chenweijian's avatar chenweijian

Merge branch 'fix/send_msg' into 'master'

发小助手

See merge request !7
parents fa66af14 f42ab0e3
...@@ -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, "", "", "", "", "")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment