refill_sialan_tax.php 133 B

123456
  1. <?php
  2. refill\util::push_notify('sialan_tax',$_POST);
  3. $reponse = ["status" => "success"];
  4. $body = json_encode($reponse);
  5. echo($body);