withdrawNotifyUrl.php 374 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * Author: 芸众商城 www.yunzshop.com
  5. * Date: 2017/3/24
  6. * Time: 下午9:55
  7. */
  8. define('IN_IA', true);
  9. $boot_file = __DIR__ . '/../../../../framework/bootstrap.inc.php';
  10. if (file_exists($boot_file)) {
  11. @include_once $boot_file;
  12. }
  13. include_once __DIR__ . '/../../app/laravel.php';
  14. include_once __DIR__ . '/../../app/yunshop.php';