@@ -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
});
}