|
@@ -1,8 +1,9 @@
|
|
|
<?php
|
|
|
|
|
|
-refill\util::push_notify('zanzan',$_POST);
|
|
|
+$content = $_SERVER['post_content'];
|
|
|
+$inputs = json_decode($content,true);
|
|
|
+refill\util::push_notify('zanzan',$inputs);
|
|
|
|
|
|
$reponse = ["code" => "0000", "desc" => ""];
|
|
|
$body = json_encode($reponse);
|
|
|
-
|
|
|
echo($body);
|