refill_yuke_dx.php 142 B

1234567
  1. <?php
  2. $content = $_SERVER['post_content'] ?? [];
  3. $input = json_decode($content,true);
  4. refill\util::push_notify('yuke_dx',$input);
  5. echo 'ok';