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