|
@@ -172,6 +172,7 @@ class Notify extends Api
|
|
$input = Dever::input();
|
|
$input = Dever::input();
|
|
$test = file_get_contents("php://input");
|
|
$test = file_get_contents("php://input");
|
|
Dever::log($test, 'notify_test');
|
|
Dever::log($test, 'notify_test');
|
|
|
|
+ Dever::log($input, 'notify_test2');
|
|
if (!isset($input['t'])) {
|
|
if (!isset($input['t'])) {
|
|
$this->error('error');
|
|
$this->error('error');
|
|
}
|
|
}
|