|
- <?php
- define('FIRSTCHECK', false);
- define('ALWAYSCHECK', true);
- define("DEBUG", true);
- define('APPID','wx71d3ff8346a67836');//appid
- define('APPSECRET', '5a3640aa526c80a98bc8fa2ceba63416');//appsecret
- define("TOKEN", "zzcx_wx_20160425");//define your token
- define("HOST", "xmwxc.zhizhuchuxing.cn");//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__);
- ?>
|