updatemessage
This commit is contained in:
@@ -246,3 +246,8 @@ func AddMessageGroup(ctx *jxcontext.Context, groupID int, userID string) (err er
|
||||
dao.CreateEntity(db, messageGroupMember)
|
||||
return err
|
||||
}
|
||||
|
||||
func UpdateMessageGroup(ctx *jxcontext.Context, groupID int, payload map[string]interface{}) (num int64, err error) {
|
||||
|
||||
return num, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user