Przeglądaj źródła

直播数据导出

15376779826 19 godzin temu
rodzic
commit
a681d34ec5
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/api/live/liveData.js

+ 8 - 0
src/api/live/liveData.js

@@ -96,3 +96,11 @@ export function exportLiveUserDetail(liveId) {
   })
 }
 
+export function exportLiveData(query) {
+  return request({
+    url: '/liveData/liveData/export',
+    method: 'get',
+    params: query
+  })
+}
+