Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

13 linhas
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. ?>