bztang-admin/payment/storeaggregate/notifyUrl.php

20 lines
322 B
PHP

<?php
/**
* Author:
* Date: 2019/4/24
* Time: 下午2:56
*/
define('IN_IA', true);
$boot_file = __DIR__ . '/../../../../framework/bootstrap.inc.php';
if (file_exists($boot_file)) {
@include_once $boot_file;
}
include_once __DIR__ . '/../../app/laravel.php';
include_once __DIR__ . '/../../app/yunshop.php';