路由分析结论: - PluginsService::PluginsControlCall 使用 ucfirst() 转换类名 - sidebar URL /plugins/vr_ticket/admin/seatTemplateList - → class=\app\plugins\vr_ticket\admin\Admin, method=SeatTemplateList() - admin/Admin.php 方法名使用 camelCase 与 URL 匹配 修改内容: - admin/Admin.php: 更新注释,方法名已使用 camelCase ✓ - plugin.json: sidebar URL 从 snake_case 改为 camelCase 格式 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| controller | ||
| view | ||
| Admin.php | ||