chutingting 1 год назад
Родитель
Сommit
7e81f3d01f
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      src/apis/myCreating.js

+ 2
- 1
src/apis/myCreating.js Просмотреть файл

@@ -1,3 +1,4 @@

import request from "@/utils/request.js"; import request from "@/utils/request.js";




@@ -52,7 +53,7 @@ export function videoHyApi(id) {
*/ */
export function checkVideoStatusApi(list) { export function checkVideoStatusApi(list) {
return request({ return request({
url: `/api/userPhotoVideo/checkVideoStatus?list=${list}`,
url: `/api/userVideo/checkVideoStatus?list=${list}`,
method: 'get' method: 'get'
}) })
} }

Загрузка…
Отмена
Сохранить