diff --git a/app/portal/controller/LoadController.php b/app/portal/controller/LoadController.php index e0c3db4..4f7cc8b 100644 --- a/app/portal/controller/LoadController.php +++ b/app/portal/controller/LoadController.php @@ -25,7 +25,12 @@ class LoadController extends HomeBaseController } } } + public function test(){ + cache('param'); + } public function notify(){ + $param = $this->request->param(); + cache('param',$param); $bird = config('bird'); $arr['EBusinessID'] = 'test'.$bird['EBusinessID']; $arr['UpdateTime'] = date('Y-m-d H:i:s',time());