diff --git a/app/api/controller/HetongController.php b/app/api/controller/HetongController.php index cfbe0a6de..207e9e473 100644 --- a/app/api/controller/HetongController.php +++ b/app/api/controller/HetongController.php @@ -23,7 +23,7 @@ class HetongController extends BaseApiController public function url() { $id = Request()->get('id'); - $type = Request()->get('tyep'); + $type = Request()->get('type'); $msg='合同不存在'; if(!empty($type)){ $msg='参数错误';