linwenling
2023-10-22 cf948b62048be5f217623cc31a0d6d2680c72476
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()
{