用户信息接口对接Mock数据

This commit is contained in:
付民康
2025-03-17 19:25:02 +08:00
parent babcfda6bf
commit ecdb6e92b9
7 changed files with 17 additions and 13 deletions

View File

@@ -689,7 +689,7 @@ export function getUserToken(): catchRt<any> {
// 获取用户信息
export function getUserInfo(): catchRt<any> {
return reqCatchV2(() => request({
url: '/api/v1/user/oauth/userInfo',
url: '/api/v1/user/info',
method: 'get'
}, {
customError: true