<?php $content = $_SERVER['post_content']; $inputs = json_decode($content,true) ?? []; foreach ($inputs as $input) { refill\util::push_notify('hangtong',$input); } echo ('SUCCESS');