用户推荐帮
This commit is contained in:
@@ -32,8 +32,16 @@ const total = () => {
|
||||
})
|
||||
}
|
||||
|
||||
// 用户推荐榜
|
||||
const totaluser = () => {
|
||||
return request({
|
||||
url: 'user/rank/totaluser'
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
week_mul,
|
||||
week,
|
||||
total
|
||||
total,
|
||||
totaluser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user