|
|
@@ -1,7 +1,7 @@
|
|
|
import { get, post } from '@/utils/request'
|
|
|
|
|
|
const userApi = {
|
|
|
- myInfoApi: '/api/user/info/my',
|
|
|
+ myInfoApi: '/api/user/my',
|
|
|
userInfoApi: '/api/user/info',
|
|
|
updateProfileApi: '/api/user/profile/basic',
|
|
|
updateAvatarApi: '/api/user/profile/avatar',
|