...
|
...
|
@@ -32,7 +32,7 @@ class LoadController extends HomeBaseController |
|
|
}
|
|
|
public function notify(){
|
|
|
|
|
|
$param = $data = file_get_contents('php://input');
|
|
|
$param = $_POST['RequestData'];
|
|
|
// if(empty($param['RequestType'])){
|
|
|
// $this->error('error');
|
|
|
// }
|
...
|
...
|
|