From 62d1af85170445265da867ab2e7b565b7d50a187 Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Thu, 20 Nov 2025 18:11:29 -0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/app/services/api_service/kr_auth_api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));