wechat.php 146 B

1234567
  1. <?php
  2. define('DEVER_DAEMON', true);
  3. include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '../../index.php');
  4. Dever::load('pay/lib/wechat.notify');