fix: file sprcial char

This commit is contained in:
archer
2023-08-26 21:17:57 +08:00
parent 4973d7ad9c
commit 0d26b1d48e
8 changed files with 41 additions and 29 deletions

View File

@@ -53,4 +53,4 @@ export const getAppTotalUsage = (data: { appId: string }) =>
}).then((res) => (res.length === 0 ? [{ date: new Date(), total: 0 }] : res));
export const getAppChatLogs = (data: RequestPaging & { appId: string }) =>
POST(`/chat/getChatLogs`, data);
POST(`/app/getChatLogs`, data);