<?php namespace app\controller\notify; use app\extra\basic\Base; use LinFly\Annotation\Attributes\Route\Controller; /** * 生活应用解决方案接入 */ #[Controller("/life")] class Life extends Base { }