feat : Decorator basic
This commit is contained in:
@@ -4,13 +4,14 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Controller\Test;
|
||||
|
||||
use App\Controller\AbstractController;
|
||||
use App\Service\Test\Adapter\CacheService;
|
||||
use App\Service\Test\Adapter\PayService;
|
||||
use Hyperf\HttpServer\Annotation\Controller;
|
||||
use Hyperf\HttpServer\Annotation\RequestMapping;
|
||||
|
||||
#[Controller(prefix: 'adapter/test')]
|
||||
class AdapterTestController
|
||||
class AdapterTestController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* pay 适配器
|
||||
|
||||
Reference in New Issue
Block a user