Sfoglia il codice sorgente

1、直播链接短链

yys 1 mese fa
parent
commit
6901ea3229
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      src/api/qw/sopLogs.js

+ 8 - 0
src/api/qw/sopLogs.js

@@ -77,3 +77,11 @@ export function generateShortLink(data) {
     data: data
   })
 }
+//生成直播短链
+export function generateLiveShortLink(data) {
+  return request({
+    url: '/qw/sopLogs/generateLiveShortLink',
+    method: 'post',
+    data: data
+  })
+}