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