yz3456
2024-04-06 6378fa4ea01c8c6a92bd3bf710686f5deedf99dd
ruoyi-ui/src/api/system/user.js
@@ -162,6 +162,51 @@
  return request({
    url: '/family/all' ,
    method: 'get',
  })
}
}
export function getInfoByFid(fid)
{
  return request({
    url:'/self/user/list/getInfoByfid/'+fid,
    method: 'get'
  })
}
export function getIndividual(id){
  return request({
    url:'/self/user/'+id,
    method: 'get'
  })
}
export function getAllInfo(){
  return request({
    url:'/self/user/allFamInfo',
    method: 'get'
  })
}
export function setAuority(data)
{
  return request({
    url:'/authority/empower',
    method:'post',
    data:data
  })
}
export function getUserByFidAid(data)
{
  return request({
    url:'/authority/getInfoByAidFid',
    method: 'post',
    data: data
  })
}
export function deleteUserByFidAid(data)
{
  return request({
    url:'/authority/deleteInfoByAidFid',
    method: 'post',
    data: data
  })
}
// export function get