diff --git a/api/channel/index.ts b/api/channel/index.ts index 02c15c3..615a932 100644 --- a/api/channel/index.ts +++ b/api/channel/index.ts @@ -147,5 +147,5 @@ export const deleteChannelFollow = (params: { channelId: string }) => { * 根据群组ID获取群组成员 */ export const getGroupMembers = (params: { channelId: string }) => { - return useFetchRequest.get>(`/prod-api/app-api/mqtt/session/users/${params.channelId}`) + return useDollarFetchRequest.get>(`/prod-api/app-api/mqtt/session/users/${params.channelId}`) }