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