feat : Proxy payment
This commit is contained in:
13
app/Interface/Test/Proxy/PaymentInterface.php
Normal file
13
app/Interface/Test/Proxy/PaymentInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interface\Test\Proxy;
|
||||
|
||||
interface PaymentInterface
|
||||
{
|
||||
/**
|
||||
* 代理支付接口
|
||||
* @param float $amount
|
||||
* @return array
|
||||
*/
|
||||
public function pay(float $amount) : array;
|
||||
}
|
||||
Reference in New Issue
Block a user