完善添加银行卡功能
This commit is contained in:
@@ -78,3 +78,12 @@ export const getRegion = data => {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
/** 用户积分排行榜 */
|
||||
export const getUserIntegralRank = data => {
|
||||
return http({
|
||||
url: '/api/system/userPoints/list',
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user