export const delUser = (id) => {
    return axios.post("/user/remove", null, {
        params:{
            id,
        }
    })
}

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-01-05
  • 2021-05-16
相关资源
相似解决方案