tip
yinbangzhong
2024-08-18 32b99103581f2d13776673e5c189835e676f7b58
1
2
3
4
import axios from 'axios';
export function deleteAccount(data) {
  return axios.post('/v1/user/login', data);
}