fix: bugs

This commit is contained in:
qier222 2021-03-06 18:48:53 +08:00
parent 11eb29b3b8
commit ee77b34ee9
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
13 changed files with 606 additions and 153 deletions

View file

@ -16,6 +16,20 @@ export function userDetail(uid) {
});
}
/**
* 获取账号详情
* 说明 : 登录后调用此接口 ,可获取用户账号信息
*/
export function userAccount() {
return request({
url: "/user/account",
method: "get",
params: {
timestamp: new Date().getTime(),
},
});
}
/**
* 获取用户歌单
* 说明 : 登录后调用此接口 , 传入用户 id, 可以获取用户歌单