Browse Source

edit api

ctt_dev
chutingting 1 year ago
parent
commit
7e81f3d01f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/apis/myCreating.js

+ 2
- 1
src/apis/myCreating.js View File

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

Loading…
Cancel
Save