实名认证优化

This commit is contained in:
GaoHao
2025-01-15 13:32:07 +08:00
parent d883976066
commit 6a6df97cc0
3 changed files with 21 additions and 5 deletions

View File

@@ -40,6 +40,18 @@ export const updateUser = (data) => {
})
}
/**
* 实名认证
*/
export const realNameAuth = (data) => {
return http.request({
url: '/user/realNameAuth/v2',
method: 'POST',
data: data
})
}
/**
* 获取看广告状态
*/