stanley-king 3 years atrás
parent
commit
189fa16b4c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mobile/callback/refill_zanzan.php

+ 3 - 2
mobile/callback/refill_zanzan.php

@@ -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);