<?php //捷充的回调接口 require_once(BASE_HELPER_PATH . '/refill/RefillFactory.php'); refill\RefillFactory::instance()->notify('jiec',$_POST); echo ('success');