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