feat : site

This commit is contained in:
2025-02-28 18:00:31 +08:00
parent 3b9a85946d
commit e92a1cd8c0
3 changed files with 27 additions and 0 deletions

View File

@@ -22,4 +22,9 @@ class SystemController extends AbstractController
{
return (new SiteListService)->handle();
}
public function getCityList()
{
return (new SiteListService)->handle();
}
}