You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
756 B

<?php
/**
* ECTouch E-Commerce Project
* ============================================================================
* Copyright (c) 2014-2015 http://ectouch.cn All rights reserved.
* ----------------------------------------------------------------------------
* This is NOT a freeware, use is subject to license terms
* ----------------------------------------------------------------------------
* Licensed ( http://www.ectouch.cn/license )
* ----------------------------------------------------------------------------
*/
define('APP_NAME', 'respond');
$_GET['code'] = 'wxpay';
$_GET['type'] = 'notify';
$_GET['postStr'] = base64_encode($GLOBALS["HTTP_RAW_POST_DATA"]);
require dirname(__FILE__) . '/source/bootstrap.php';