feat : cache Adapter unfinished
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2025-09-04 23:16:07 +08:00
parent f4b812f861
commit 80ba5dcbf8
4 changed files with 22 additions and 4 deletions

View File

@@ -19,7 +19,10 @@ use App\Service\Test\TestBaseService;
class PayService extends TestBaseService
{
public function handle()
/**
* @return array
*/
public function handle(): array
{
$alipayRes = (new AlipayAdapter(new AlipayService))->pay(100.00);