更新注销bug

This commit is contained in:
wyf
2025-08-25 16:11:46 +08:00
parent 558bec0dd6
commit 5ac6c891b3
4 changed files with 74 additions and 71 deletions

View File

@@ -310,7 +310,7 @@ class MHTLoginController extends GetControllerEx<LoginModel> {
String serviceApi = ServiceConstant.delete_account;
String queryUrl = "${serviceAddress}${serviceName}${serviceApi}";
int code = 0;
requestWithLog(
await requestWithLog(
logTitle: "注销账号",
method: MyHttpMethod.delete,
queryUrl: queryUrl,