...
|
...
|
@@ -27,12 +27,12 @@ class LoadController extends HomeBaseController |
|
|
}
|
|
|
public function test(){
|
|
|
|
|
|
dump(cache('param')['RequestData']);
|
|
|
dump(cache('param'));
|
|
|
dump(cache('result'));
|
|
|
}
|
|
|
public function notify(){
|
|
|
|
|
|
$param = $this->request->param();
|
|
|
$param = $data = file_get_contents('php://input');
|
|
|
// if(empty($param['RequestType'])){
|
|
|
// $this->error('error');
|
|
|
// }
|
...
|
...
|
|