sohan_fast.php 246 B

1234567891011121314
  1. <?php
  2. /**
  3. * sohan_fast.php
  4. * stanley-king
  5. * 2023/12/27
  6. * PhpStorm
  7. * PHPProject
  8. */
  9. $content = json_encode($_POST);
  10. Log::record("sohan_fast content=$content",Log::DEBUG);
  11. refill\util::push_notify('sohan_fast',$_POST);
  12. echo ('ok');