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.
47 lines
400 B
47 lines
400 B
<?php
|
|
namespace LaneWeChat;
|
|
|
|
|
|
define('LANEWECHAT_VERSION', '1.4');
|
|
define('LANEWECHAT_VERSION_DATE', '2014-11-05');
|
|
|
|
|
|
define("WECHAT_URL", 'http:
|
|
define('WECHAT_TOKEN', 'weixin');
|
|
define('ENCODING_AES_KEY', "MqAuKoex6FyT5No0OcpRyCicThGs0P1vz4mJ2gwvvkF");
|
|
|
|
|
|
define("WECHAT_APPID", 'wx5d57f64bb4804d90');
|
|
define("WECHAT_APPSECRET", '4b1fa6d9442351ec9268eff05e38f521');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|