feat(app): update im client

This commit is contained in:
Yangtao
2025-12-03 11:30:03 +08:00
parent 8b614bdf6f
commit fdade6c04f
3 changed files with 1 additions and 7 deletions

View File

@ -930,7 +930,7 @@ func (client *ImClient) GroupTransfer(ctx context.Context, id, new_owner, extens
"team_type": 1,
"new_owner_account_id": new_owner,
"leave": 2,
"extension": extension,
// "extension": extension,
}
bodyBytes, err := json.Marshal(reqBody)
if err != nil {