...
|
...
|
@@ -27,7 +27,7 @@ class LoadController extends HomeBaseController |
|
|
}
|
|
|
public function test(){
|
|
|
|
|
|
dump(json_decode(cache('param')['RequestData']));
|
|
|
dump(cache('param'));
|
|
|
}
|
|
|
public function notify(){
|
|
|
|
...
|
...
|
@@ -35,6 +35,7 @@ class LoadController extends HomeBaseController |
|
|
if(empty($param['RequestType'])){
|
|
|
$this->error('error');
|
|
|
}
|
|
|
if($param['RequestType'] != )
|
|
|
cache('param',$param);
|
|
|
$bird = config('bird');
|
|
|
$arr['EBusinessID'] = 'test'.$bird['EBusinessID'];
|
...
|
...
|
|