From ec5cddae61710ab19699fddc21c9d06fa805da59 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Mon, 15 Sep 2025 22:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BE=A4=E7=BB=84=E6=88=90?= =?UTF-8?q?=E5=91=98=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/channel/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`) }