mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 12:07:28 +08:00
feat: new xboard
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
interface PaymentInterface
|
||||
{
|
||||
public function form(): array;
|
||||
public function pay($order): array;
|
||||
public function notify($params);
|
||||
}
|
||||
Reference in New Issue
Block a user