作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

合并分支 'wangxiaogang' 到 'master'

Wangxiaogang



查看合并请求 !10
@@ -27,10 +27,14 @@ class LoadController extends HomeBaseController @@ -27,10 +27,14 @@ class LoadController extends HomeBaseController
27 } 27 }
28 public function test(){ 28 public function test(){
29 29
30 - dump(cache('param')); 30 + dump(json_decode(cache('param')['RequestData']));
31 } 31 }
32 public function notify(){ 32 public function notify(){
  33 +
33 $param = $this->request->param(); 34 $param = $this->request->param();
  35 + if(empty($param['RequestType'])){
  36 + $this->error('error');
  37 + }
34 cache('param',$param); 38 cache('param',$param);
35 $bird = config('bird'); 39 $bird = config('bird');
36 $arr['EBusinessID'] = 'test'.$bird['EBusinessID']; 40 $arr['EBusinessID'] = 'test'.$bird['EBusinessID'];