refill_jiyemei.php 226 B

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