mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
fix: bugs
This commit is contained in:
parent
11eb29b3b8
commit
ee77b34ee9
13 changed files with 606 additions and 153 deletions
|
|
@ -16,6 +16,20 @@ export function userDetail(uid) {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取账号详情
|
||||
* 说明 : 登录后调用此接口 ,可获取用户账号信息
|
||||
*/
|
||||
export function userAccount() {
|
||||
return request({
|
||||
url: "/user/account",
|
||||
method: "get",
|
||||
params: {
|
||||
timestamp: new Date().getTime(),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户歌单
|
||||
* 说明 : 登录后调用此接口 , 传入用户 id, 可以获取用户歌单
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue