This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user