This commit is contained in:
gaofeng
2026-08-13 10:40:09 +08:00
parent 0c0b191b97
commit 2ae0bfcf06

View File

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