From 7e81f3d01f504a18f559e6941b5d26c303657f45 Mon Sep 17 00:00:00 2001 From: chutingting Date: Sun, 3 Dec 2023 00:18:50 +0800 Subject: [PATCH] edit api --- src/apis/myCreating.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apis/myCreating.js b/src/apis/myCreating.js index b5252cd..df5fa87 100644 --- a/src/apis/myCreating.js +++ b/src/apis/myCreating.js @@ -1,3 +1,4 @@ + import request from "@/utils/request.js"; @@ -52,7 +53,7 @@ export function videoHyApi(id) { */ export function checkVideoStatusApi(list) { return request({ - url: `/api/userPhotoVideo/checkVideoStatus?list=${list}`, + url: `/api/userVideo/checkVideoStatus?list=${list}`, method: 'get' }) }