From 2ae0bfcf06912b3ac9e8aca6283c848f8cf89c66 Mon Sep 17 00:00:00 2001 From: gaofeng <1212121@qq.com> Date: Thu, 13 Aug 2026 10:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/miniapi/controller/CustomerCenter.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/miniapi/controller/CustomerCenter.php b/app/miniapi/controller/CustomerCenter.php index 79f6ec5..1cf8da9 100644 --- a/app/miniapi/controller/CustomerCenter.php +++ b/app/miniapi/controller/CustomerCenter.php @@ -72,6 +72,9 @@ final class CustomerCenter extends Base if ($action === 'save') { return $this->saveApplicant(); } + if ($action === 'remove') { + return $this->removeApplicant(); + } $userId = $this->requireLogin(); if (!is_int($userId)) {