refill_moxj_yd.php 198 B

12345678
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $input = json_decode($content,true);
  4. refill\util::push_notify('moxj_yd',$input);
  5. $response = ["code" => "0"];
  6. $body = json_encode($response);
  7. echo($body);