Life.php 213 B

12345678910111213141516
  1. <?php
  2. namespace app\controller\notify;
  3. use app\extra\basic\Base;
  4. use LinFly\Annotation\Attributes\Route\Controller;
  5. /**
  6. * 生活应用解决方案接入
  7. */
  8. #[Controller("/life")]
  9. class Life extends Base
  10. {
  11. }