Explorar o código

导出ai事件埋点统计-改post

三七 hai 6 días
pai
achega
8078d029b8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/api/fastGpt/fastgptEventLogTotal.js

+ 2 - 2
src/api/fastGpt/fastgptEventLogTotal.js

@@ -56,8 +56,8 @@ export function delFastgptEventLogTotal(id) {
 export function exportFastgptEventLogTotal(query) {
   return request({
     url: '/fastGpt/fastgptEventLogTotal/export',
-    method: 'get',
-    params: query
+    method: 'post',
+    data: query
   })
 }