From e01f0c00549b896ef365ece25a93af5890ecbd53 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Sat, 8 Jun 2019 10:32:40 +0800 Subject: [PATCH] 接收推送消息 --- app/portal/controller/LoadController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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']; -- libgit2 0.24.0