zhangxiao
2024-08-16 4718ea9d48c62bcfc8640d42411ce191e01584b0
1
2
3
4
import axios from 'axios';
export function deleteAccount(data) {
  return axios.post('/v1/user/login', data);
}