diff --git a/lib/app/services/api_service/kr_auth_api.dart b/lib/app/services/api_service/kr_auth_api.dart index ad8eb14..11fba89 100755 --- a/lib/app/services/api_service/kr_auth_api.dart +++ b/lib/app/services/api_service/kr_auth_api.dart @@ -298,7 +298,7 @@ class KRAuthApi { BaseResponse baseResponse = await HttpUtil.getInstance() .request(Api.kr_deleteAccount, data, - method: HttpMethod.DELETE, isShowLoading: true); + method: HttpMethod.POST, isShowLoading: true); if (!baseResponse.isSuccess) { return left( HttpError(msg: baseResponse.retMsg, code: baseResponse.retCode));