refactor: get friends, get groups, get group members, get group member

This commit is contained in:
linyuchen
2024-04-28 18:14:21 +08:00
parent 7901e9d917
commit 4298c1775f
36 changed files with 61 additions and 149 deletions

View File

@@ -1,5 +1,5 @@
import BaseAction from '../BaseAction';
import { getGroupMember } from '@/common/data';
import { getGroupMember } from '@/core/data';
import { GroupMemberRole } from '@/core/entities';
import { ActionName } from '../types';
import { NTQQGroupApi } from '@/core/apis/group';