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)) {