feige
5 天以前 d14437e20cbd781725583e15c444da6f58192de8
ruoyi-ui/src/api/root/index.js
@@ -63,3 +63,10 @@
    method: 'get',
  })
}
export function listAnotherFamilyInfo(userId)
{
  return request({
    url:'/self/user/getAnotherFamInfo/'+userId,
    method: 'get'
  })
}