Browse Source

Merge branch 'iteration-upload-works'

lex 1 year ago
parent
commit
ee4cf92426
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/creation/api.ts

+ 1 - 1
src/views/creation/api.ts

@@ -49,7 +49,7 @@ export const api_userMusicRemove = (params: any): Promise<any> => {
 
 /** 授权验证 */
 export const api_verification = (params: any): Promise<any> => {
-  return request.post('/edu-oauth/open/user/verification', {
+  return request.post('/edu-app/open/user/verification', {
     data: params
   });
 };