feige
2024-03-05 4d3ebe187b31d7b9b1827a4e006749deddfc38ae
ruoyi-ui/src/api/self/index.js
@@ -219,6 +219,16 @@
  })
}
//删除个人自传
export function delAutobiography(ids)
{
  return request({
    url: '/zAutobiography/' +ids ,
    method: 'delete',
  })
}
//拿到个人自传
export function getCategory()
{