删除账号
This commit is contained in:
@@ -47,3 +47,8 @@ Future<LoginDto> thirdLoginApi(String token, OtherLoginType type) async {
|
||||
});
|
||||
return LoginDto.fromJson(res);
|
||||
}
|
||||
|
||||
///删除账号
|
||||
Future<void> deleteAccountApi() async {
|
||||
return Request().get("/delete_account");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user