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