feat: pay
This commit is contained in:
@@ -10,10 +10,7 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace App\Service\Common\Pay;
|
namespace App\Service\Common\Pay;
|
||||||
|
|
||||||
class ThirdPayInterface extends
|
interface ThirdPayInterface
|
||||||
{
|
{
|
||||||
public function handle()
|
public function pay(float $money,int $orderId,int $orderType,string $outTradeNo,int $userId);
|
||||||
{
|
|
||||||
//todo Write logic
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user