正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -27,7 +27,7 @@ class LoadController extends HomeBaseController | @@ -27,7 +27,7 @@ class LoadController extends HomeBaseController | ||
27 | } | 27 | } |
28 | public function test(){ | 28 | public function test(){ |
29 | 29 | ||
30 | - dump(json_decode(cache('param')['RequestData'])); | 30 | + dump(cache('param')); |
31 | } | 31 | } |
32 | public function notify(){ | 32 | public function notify(){ |
33 | 33 | ||
@@ -35,6 +35,7 @@ class LoadController extends HomeBaseController | @@ -35,6 +35,7 @@ class LoadController extends HomeBaseController | ||
35 | if(empty($param['RequestType'])){ | 35 | if(empty($param['RequestType'])){ |
36 | $this->error('error'); | 36 | $this->error('error'); |
37 | } | 37 | } |
38 | + if($param['RequestType'] != ) | ||
38 | cache('param',$param); | 39 | cache('param',$param); |
39 | $bird = config('bird'); | 40 | $bird = config('bird'); |
40 | $arr['EBusinessID'] = 'test'.$bird['EBusinessID']; | 41 | $arr['EBusinessID'] = 'test'.$bird['EBusinessID']; |
-
请 注册 或 登录 后发表评论