amingyd.php 227 B

12345678910
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $input = json_decode($content,true);
  4. refill\util::push_notify('amingyd',$input);
  5. $data['code'] = 'success';
  6. $data['message'] = '成功';
  7. $content = json_encode($data);
  8. echo $content;