排行榜新增本月排行及上月排行筛选
This commit is contained in:
@@ -39,9 +39,25 @@ const totaluser = () => {
|
||||
})
|
||||
}
|
||||
|
||||
// 月度推荐会员排行榜
|
||||
const monthVip = () => {
|
||||
return request({
|
||||
url: 'user/rank/month_vip'
|
||||
})
|
||||
}
|
||||
// 月度推荐用户排行榜
|
||||
const monthUser = () => {
|
||||
return request({
|
||||
url: 'user/rank/month_user'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
week_mul,
|
||||
week,
|
||||
total,
|
||||
totaluser
|
||||
totaluser,
|
||||
monthVip,
|
||||
monthUser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user