feat : Proxy Remote Fail
This commit is contained in:
13
app/Interface/Test/Proxy/OrderInterface.php
Normal file
13
app/Interface/Test/Proxy/OrderInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interface\Test\Proxy;
|
||||
|
||||
interface OrderInterface
|
||||
{
|
||||
/**
|
||||
* 创建订单
|
||||
* @param array $data
|
||||
* @return array
|
||||
*/
|
||||
public function createOrder(array $data): array;
|
||||
}
|
||||
Reference in New Issue
Block a user