refill_gftd.php 167 B

12345678
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $input = json_decode($content,true);
  4. refill\util::push_notify('gftd',$input);
  5. echo (json_encode(['state' => "success"]));