Browse Source

feat: (dashborad) 更换api

gemercheung 2 years ago
parent
commit
e747dcd375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/dashboard/analysis.ts

+ 1 - 1
src/api/dashboard/analysis.ts

@@ -75,7 +75,7 @@ export const bulletChatExportApi = (params: BasicStaticsParams) =>
 export const companyChatExportApi = (params: BasicStaticsParams) =>
 export const companyChatExportApi = (params: BasicStaticsParams) =>
   defHttp.post<Blob>(
   defHttp.post<Blob>(
     {
     {
-      url: Api.bulletChatExport,
+      url: Api.companyChatExport,
       params,
       params,
       responseType: 'blob',
       responseType: 'blob',
       headers: {
       headers: {