aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php')
-rw-r--r--public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php b/public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php
new file mode 100644
index 0000000..c2aa13f
--- /dev/null
+++ b/public/system/storage/vendor/zoujingli/wechat-php-sdk/include.php
@@ -0,0 +1,17 @@
+<?php
+
+// +----------------------------------------------------------------------
+// | wechat-php-sdk
+// +----------------------------------------------------------------------
+// | 版权所有 2014~2017 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// +----------------------------------------------------------------------
+// | 官方文档: https://www.kancloud.cn/zoujingli/wechat-php-sdk
+// +----------------------------------------------------------------------
+// | 开源协议 ( https://mit-license.org )
+// +----------------------------------------------------------------------
+// | github开源项目:https://github.com/zoujingli/wechat-php-sdk
+// +----------------------------------------------------------------------
+
+if (!class_exists('\Wechat\Loader')) {
+ require __DIR__ . DIRECTORY_SEPARATOR . 'Wechat' . DIRECTORY_SEPARATOR . 'Loader.php';
+}