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' }) }