refill_bxtwt.php 216 B

12345678910
  1. <?php
  2. require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php');
  3. $content = $_SERVER['post_content'];
  4. $input = json_decode($content,true);
  5. refill\RefillFactory::instance()->notify('bxtwt',$input);
  6. echo ('ok');