mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
优化:社交登录、用户的管理
This commit is contained in:
@ -22,13 +22,3 @@ export const getSocialUserPage = async (params) => {
|
||||
export const getSocialUser = async (id: number) => {
|
||||
return await request.get({ url: `/system/social-user/get?id=` + id })
|
||||
}
|
||||
|
||||
// 修改社交用户
|
||||
export const updateSocialUser = async (data: SocialUserVO) => {
|
||||
return await request.put({ url: `/system/social-user/update`, data })
|
||||
}
|
||||
|
||||
// 删除社交用户
|
||||
export const deleteSocialUser = async (id: number) => {
|
||||
return await request.delete({ url: `/system/social-user/delete?id=` + id })
|
||||
}
|
||||
|
Reference in New Issue
Block a user