|
...
|
...
|
@@ -13,4 +13,14 @@ interface TopWarehouseInterface |
|
|
|
* @return mixed
|
|
|
|
*/
|
|
|
|
public function verify(array $data): bool;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* call request method
|
|
|
|
*
|
|
|
|
* @param $name
|
|
|
|
* @param $argv
|
|
|
|
*
|
|
|
|
* @return ResponseInterface
|
|
|
|
*/
|
|
|
|
public function __call($name, $argv): ResponseInterface;
|
|
|
|
} |
...
|
...
|
|