|
- <?php
- $wxPayConfig = require dirname(dirname(dirname(__DIR__))).'/config/wxpay.config.php';//获取微信配置文件
- define('FIRSTCHECK', false);
- define('ALWAYSCHECK', true);
- define("DEBUG", true);
- define('APPID',$wxPayConfig['appid']);//appid
- define('APPSECRET',$wxPayConfig['appsecret']);//appsecret
- define("TOKEN", "zzcx_wx_20160425");//define your token
- define("HOST", "wx.zhizhuchuxing.com");//define your token
- define("USER", "wxsvr");//define your token
- define("PASSWORD", "zzcxwx");//define your token
- define("DB", "WEIXIN");//define your token
- define("CONFIG_ADDR", __DIR__);
- ?>
|