diff --git a/app/portal/controller/LoadController.php b/app/portal/controller/LoadController.php
index 07e12aa..b74fd15 100644
--- a/app/portal/controller/LoadController.php
+++ b/app/portal/controller/LoadController.php
@@ -35,7 +35,9 @@ class LoadController extends HomeBaseController
         if(empty($param['RequestType'])){
             $this->error('error');
         }
-        if($param['RequestType'] != )
+        if($param['RequestType'] != 102){
+            $this->error('error');
+        }
         cache('param',$param);
         $bird = config('bird');
         $arr['EBusinessID'] = 'test'.$bird['EBusinessID'];