正在显示
1 个修改的文件
包含
10 行增加
和
0 行删除
| @@ -13,4 +13,14 @@ interface TopWarehouseInterface | @@ -13,4 +13,14 @@ interface TopWarehouseInterface | ||
| 13 | * @return mixed | 13 | * @return mixed |
| 14 | */ | 14 | */ |
| 15 | public function verify(array $data): bool; | 15 | public function verify(array $data): bool; |
| 16 | + | ||
| 17 | + /** | ||
| 18 | + * call request method | ||
| 19 | + * | ||
| 20 | + * @param $name | ||
| 21 | + * @param $argv | ||
| 22 | + * | ||
| 23 | + * @return ResponseInterface | ||
| 24 | + */ | ||
| 25 | + public function __call($name, $argv): ResponseInterface; | ||
| 16 | } | 26 | } |
-
请 注册 或 登录 后发表评论