完善添加银行卡功能

This commit is contained in:
cbb
2025-12-27 17:52:08 +08:00
parent 20455490f8
commit 3b9b142c21
44 changed files with 3434 additions and 28 deletions

View File

@@ -78,3 +78,12 @@ export const getRegion = data => {
data
})
}
/** 用户积分排行榜 */
export const getUserIntegralRank = data => {
return http({
url: '/api/system/userPoints/list',
method: 'get',
data
})
}