refill_yanhao.php 121 B

123456
  1. <?php
  2. refill\util::push_notify('yanhao',$_POST);
  3. $response = ["Code" => 0];
  4. $body = json_encode($response);
  5. echo($body);