<?php /** * sohan_fast.php * stanley-king * 2023/12/27 * PhpStorm * PHPProject */ $content = json_encode($_POST); Log::record("sohan_fast content=$content",Log::DEBUG); refill\util::push_notify('sohan_fast',$_POST); echo ('ok');