refill_zanzanquick.php 220 B

123456789
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $inputs = json_decode($content,true);
  4. refill\util::push_notify('zanzanquick',$inputs);
  5. $reponse = ["code" => "0000", "desc" => ""];
  6. $body = json_encode($reponse);
  7. echo($body);