会员推荐榜

This commit is contained in:
2022-08-01 10:01:33 +08:00
parent 66ebcc6e7a
commit 992e4639fc
4 changed files with 173 additions and 136 deletions

View File

@@ -24,8 +24,16 @@ const week = () => {
})
}
// 会员推荐帮
const total = () => {
return request({
url: 'user/rank/total'
})
}
export {
week_mul,
week,
total
}