This commit is contained in:
Your Name
2026-08-25 11:40:58 +08:00
parent b8ccbaf567
commit f24afa116f
350 changed files with 1910 additions and 371 deletions
@@ -27,6 +27,21 @@ class ConversionController extends BaseAdminController
));
}
public function fansDetail()
{
if (!$this->hasPagePermission()) {
return $this->fail('权限不足,无法查看加粉明细');
}
@set_time_limit(120);
return $this->data(FirstVisitConversionLogic::fansDetail(
$this->request->get(),
$this->adminId,
$this->adminInfo
));
}
private function hasPagePermission(): bool
{
if ((int) ($this->adminInfo['root'] ?? 0) === 1) {