feat : banner

This commit is contained in:
2025-03-27 15:40:24 +08:00
parent 9a4e1dcf48
commit 1085ba14e8
4 changed files with 79 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Api;
class IndexService extends BaseService
{
public function handle()
{
}
}