refill_guochuang.php 158 B

1234567
  1. <?php
  2. $content = $_SERVER['post_content'];
  3. $_POST['body'] = $content;
  4. refill\util::push_notify('guochuang',$_POST);
  5. echo json_encode(['code' => 'SUCCESS']);