|
|
@ -143,7 +143,7 @@ func joinGroups(operationID, userID, userName string, groupIDList []string) {
|
|
|
|
GroupID: groupID,
|
|
|
|
GroupID: groupID,
|
|
|
|
Reason: "register auto join",
|
|
|
|
Reason: "register auto join",
|
|
|
|
InvitedUserIDList: []string{userID},
|
|
|
|
InvitedUserIDList: []string{userID},
|
|
|
|
OpUserID: userID,
|
|
|
|
OpUserID: config.Config.Manager.AppManagerUid[0],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
resp, err := client.InviteUserToGroup(context.Background(), req)
|
|
|
|
resp, err := client.InviteUserToGroup(context.Background(), req)
|
|
|
|
if err != nil {
|
|
|
|
if err != nil {
|
|
|
|