feat : pay
This commit is contained in:
@@ -12,5 +12,5 @@ namespace App\Service\Common\Pay;
|
||||
|
||||
interface ThirdPayInterface
|
||||
{
|
||||
public function pay(float $money,int $orderId,int $orderType,string $outTradeNo,int $userId);
|
||||
public function pay(float $money,int $orderId,string $outTradeNo,int $userId);
|
||||
}
|
||||
Reference in New Issue
Block a user