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.
 
 
 
 
 

13 lines
487 B

  1. <?php
  2. define('FIRSTCHECK', false);
  3. define('ALWAYSCHECK', true);
  4. define("DEBUG", true);
  5. define('APPID','wx71d3ff8346a67836');//appid
  6. define('APPSECRET', '5a3640aa526c80a98bc8fa2ceba63416');//appsecret
  7. define("TOKEN", "zzcx_wx_20160425");//define your token
  8. define("HOST", "xmwxc.zhizhuchuxing.cn");//define your token
  9. define("USER", "wxsvr");//define your token
  10. define("PASSWORD", "zzcxwx");//define your token
  11. define("DB", "WEIXIN");//define your token
  12. define("CONFIG_ADDR", __DIR__);
  13. ?>