refill_hangtong.php 197 B

12345678910
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $inputs = json_decode($content,true) ?? [];
  4. foreach ($inputs as $input) {
  5. refill\util::push_notify('hangtong',$input);
  6. }
  7. echo ('SUCCESS');