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.
 
 
 
 
 
 

14 line
588 B

  1. <?php
  2. $wxPayConfig = require dirname(dirname(dirname(__DIR__))).'/config/wxpay.config.php';//获取微信配置文件
  3. define('FIRSTCHECK', false);
  4. define('ALWAYSCHECK', true);
  5. define("DEBUG", true);
  6. define('APPID',$wxPayConfig['appid']);//appid
  7. define('APPSECRET',$wxPayConfig['appsecret']);//appsecret
  8. define("TOKEN", "zzcx_wx_20160425");//define your token
  9. define("HOST", "wx.zhizhuchuxing.com");//define your token
  10. define("USER", "wxsvr");//define your token
  11. define("PASSWORD", "zzcxwx");//define your token
  12. define("DB", "WEIXIN");//define your token
  13. define("CONFIG_ADDR", __DIR__);
  14. ?>