From a84d6a25b7efb9f2a1f925fde6f9918961ffd4ad Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Fri, 10 Jan 2025 17:39:35 +0800 Subject: [PATCH] feat: pay --- app/Service/Common/Pay/ThirdPayInterface.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/Service/Common/Pay/ThirdPayInterface.php b/app/Service/Common/Pay/ThirdPayInterface.php index 8165038..0f04d58 100644 --- a/app/Service/Common/Pay/ThirdPayInterface.php +++ b/app/Service/Common/Pay/ThirdPayInterface.php @@ -10,10 +10,7 @@ declare(strict_types=1); namespace App\Service\Common\Pay; -class ThirdPayInterface extends +interface ThirdPayInterface { - public function handle() - { - //todo Write logic - } + public function pay(float $money,int $orderId,int $orderType,string $outTradeNo,int $userId); } \ No newline at end of file