Browse Source

视频标签功能

zhangyihao 2 months ago
parent
commit
165c149b68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/api/viedoTag/viedoManagement.ts

+ 2 - 1
src/api/viedoTag/viedoManagement.ts

@@ -41,6 +41,7 @@ export function deleteVideoTag(dictCode: string) {
 export function getVideoIsNull(data) {
   return request({
     url: '/api/videoResource/tag/isNull/',
-    method: 'get'
+    method: 'get',
+    data: data
   });
 }