From b0bef04d39ac17fd23490aa70693ac86fb042f90 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 6 Jul 2019 19:07:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9ThinkAdmi?= =?UTF-8?q?n=E6=B3=A8=E9=87=8A=E5=8F=8A=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin_v4_1.sql | 33 +++++++------------ .../think-library/src/Controller.php | 4 +-- .../think-library/src/command/Sess.php | 4 +-- .../think-library/src/command/Sync.php | 2 +- .../think-library/src/command/Task.php | 4 +-- .../think-library/src/command/sync/Config.php | 4 +-- .../think-library/src/command/sync/Plugs.php | 4 +-- .../think-library/src/command/sync/Wechat.php | 4 +-- .../think-library/src/command/task/State.php | 4 +-- vendor/zoujingli/think-library/src/common.php | 4 +-- .../think-library/src/driver/Local.php | 4 +-- .../think-library/src/driver/Oss.php | 4 +-- .../think-library/src/logic/Form.php | 4 +-- .../think-library/src/logic/Input.php | 4 +-- .../think-library/src/logic/Save.php | 4 +-- .../think-library/src/tools/Crypt.php | 4 +-- .../zoujingli/think-library/src/tools/Csv.php | 4 +-- .../think-library/src/tools/Emoji.php | 4 +-- .../think-library/src/tools/Express.php | 4 +-- .../think-library/src/tools/Node.php | 4 +-- .../think-library/src/tools/Options.php | 4 +-- .../wechat-developer/AliPay/Scan.php | 4 +-- .../zoujingli/wechat-developer/AliPay/Wap.php | 4 +-- .../wechat-developer/WeChat/Card.php | 4 +-- .../WeChat/Contracts/BasicPushEvent.php | 4 +-- .../WeChat/Contracts/Tools.php | 4 +-- .../wechat-developer/WeChat/Custom.php | 4 +-- .../Exceptions/InvalidArgumentException.php | 4 +-- .../Exceptions/InvalidDecryptException.php | 4 +-- .../Exceptions/InvalidInstanceException.php | 4 +-- .../Exceptions/InvalidResponseException.php | 4 +-- .../wechat-developer/WeChat/Menu.php | 4 +-- .../wechat-developer/WeChat/Product.php | 4 +-- .../wechat-developer/WeChat/Receive.php | 4 +-- .../wechat-developer/WeChat/Script.php | 4 +-- .../wechat-developer/WeChat/Shake.php | 4 +-- .../wechat-developer/WeChat/Tags.php | 4 +-- .../wechat-developer/WeChat/Wifi.php | 4 +-- .../wechat-developer/WeMini/Plugs.php | 4 +-- .../zoujingli/wechat-developer/WeMini/Poi.php | 4 +-- .../wechat-developer/WeMini/Qrcode.php | 4 +-- .../wechat-developer/WePay/Refund.php | 4 +-- .../wechat-developer/WePay/TransfersBank.php | 4 +-- .../wechat-developer/_test/alipay-app.php | 2 +- .../wechat-developer/_test/alipay-bill.php | 4 +-- .../wechat-developer/_test/alipay-scan.php | 2 +- .../_test/alipay-transfer.php | 2 +- .../wechat-developer/_test/alipay-web.php | 2 +- .../wechat-developer/_test/config.php | 4 +-- .../_test/pay-download-bill.php | 4 +-- .../_test/pay-order-create.php | 4 +-- .../_test/pay-order-notify.php | 2 +- .../_test/pay-order-query.php | 4 +-- .../_test/pay-redpack-create.php | 4 +-- .../_test/pay-transfersbank-create.php | 4 +-- .../_test/wechat-user-get.php | 4 +-- .../weopen-developer/WeChat/Bind.php | 4 +-- .../weopen-developer/WeMini/Basic.php | 4 +-- .../weopen-developer/WeMini/User.php | 4 +-- .../zoujingli/weopen-developer/_test/open.php | 4 +-- 60 files changed, 123 insertions(+), 134 deletions(-) diff --git a/admin_v4_1.sql b/admin_v4_1.sql index 6c33ce9de..f17bf8736 100644 --- a/admin_v4_1.sql +++ b/admin_v4_1.sql @@ -1,17 +1,17 @@ /* Navicat Premium Data Transfer - Source Server : local.server.cuci.cc + Source Server : local.ctolog.com Source Server Type : MySQL Source Server Version : 50562 - Source Host : server.cuci.cc:3306 - Source Schema : framework + Source Host : 127.0.0.1:3306 + Source Schema : admin_v4_1 Target Server Type : MySQL Target Server Version : 50562 File Encoding : 65001 - Date: 04/07/2019 17:51:38 + Date: 06/07/2019 19:07:04 */ SET NAMES utf8mb4; @@ -144,12 +144,7 @@ CREATE TABLE `store_express_template` ( `create_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', PRIMARY KEY (`id`) USING BTREE, INDEX `index_store_express_template_is_default`(`is_default`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '商城-快递-模板'; - --- ---------------------------- --- Records of store_express_template --- ---------------------------- -INSERT INTO `store_express_template` VALUES (1, '默认邮费规则', 0, 0.00, 1, 0.00, 1, 0.00, 1, '2019-05-21 15:19:23'); +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '商城-快递-模板'; -- ---------------------------- -- Table structure for store_goods @@ -413,9 +408,9 @@ CREATE TABLE `system_config` ( -- ---------------------------- -- Records of system_config -- ---------------------------- -INSERT INTO `system_config` VALUES (1, 'app_name', 'framework'); -INSERT INTO `system_config` VALUES (2, 'site_name', 'framework'); -INSERT INTO `system_config` VALUES (3, 'app_version', 'v2.0'); +INSERT INTO `system_config` VALUES (1, 'app_name', 'ThinkAdmin'); +INSERT INTO `system_config` VALUES (2, 'site_name', 'ThinkAdmin'); +INSERT INTO `system_config` VALUES (3, 'app_version', 'v4.1'); INSERT INTO `system_config` VALUES (4, 'site_copy', '©版权所有 2014-2018 楚才科技'); INSERT INTO `system_config` VALUES (5, 'site_icon', '/upload/decb0fe26fa3f486/b3f6521bf29403c8.png'); INSERT INTO `system_config` VALUES (7, 'miitbeian', '粤ICP备16006642号-2'); @@ -472,12 +467,7 @@ CREATE TABLE `system_data` ( `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '配置值', PRIMARY KEY (`id`) USING BTREE, INDEX `index_system_data_name`(`name`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统-数据'; - --- ---------------------------- --- Records of system_data --- ---------------------------- -INSERT INTO `system_data` VALUES (1, 'menudata', '[{\"name\":\"请输入名称\",\"type\":\"view\",\"url\":\"https:\\/\\/baidu.com\"}]'); +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统-数据'; -- ---------------------------- -- Table structure for system_jobs @@ -621,13 +611,12 @@ CREATE TABLE `system_user` ( UNIQUE INDEX `index_system_user_username`(`username`) USING BTREE, INDEX `index_system_user_status`(`status`) USING BTREE, INDEX `index_system_user_deleted`(`is_deleted`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 10002 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统-用户'; +) ENGINE = InnoDB AUTO_INCREMENT = 10001 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '系统-用户'; -- ---------------------------- -- Records of system_user -- ---------------------------- -INSERT INTO `system_user` VALUES (10000, 'admin', '21232f297a57a5a743894a0e4a801fc3', '22222222', '', '', '2019-07-04 17:43:24', '127.0.0.1', 608, '', '', 1, 0, '2015-11-13 15:14:22'); -INSERT INTO `system_user` VALUES (10001, 'tests', '0aad729995c6eb64866dbfc08a9858c9', '', '', '', '2019-07-02 11:11:08', '127.0.0.1', 9, '1', '', 1, 0, '2019-06-27 17:58:14'); +INSERT INTO `system_user` VALUES (10000, 'admin', '21232f297a57a5a743894a0e4a801fc3', '22222222', '', '', '2019-07-06 18:29:31', '127.0.0.1', 611, '', '', 1, 0, '2015-11-13 15:14:22'); -- ---------------------------- -- Table structure for wechat_fans diff --git a/vendor/zoujingli/think-library/src/Controller.php b/vendor/zoujingli/think-library/src/Controller.php index 960496f83..4cff43d90 100644 --- a/vendor/zoujingli/think-library/src/Controller.php +++ b/vendor/zoujingli/think-library/src/Controller.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -191,4 +191,4 @@ class Controller extends \stdClass } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/Sess.php b/vendor/zoujingli/think-library/src/command/Sess.php index 7d1c4733c..049a26038 100644 --- a/vendor/zoujingli/think-library/src/command/Sess.php +++ b/vendor/zoujingli/think-library/src/command/Sess.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -42,4 +42,4 @@ class Sess extends Command $output->writeln('Complete cleaning of invalid session files'); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/Sync.php b/vendor/zoujingli/think-library/src/command/Sync.php index c822368d6..dfbb3c043 100644 --- a/vendor/zoujingli/think-library/src/command/Sync.php +++ b/vendor/zoujingli/think-library/src/command/Sync.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/think-library/src/command/Task.php b/vendor/zoujingli/think-library/src/command/Task.php index 3e0af95d3..3b886a898 100644 --- a/vendor/zoujingli/think-library/src/command/Task.php +++ b/vendor/zoujingli/think-library/src/command/Task.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -101,4 +101,4 @@ class Task extends Command return PATH_SEPARATOR === ';'; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/sync/Config.php b/vendor/zoujingli/think-library/src/command/sync/Config.php index 8610913fc..f8c484fe9 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Config.php +++ b/vendor/zoujingli/think-library/src/command/sync/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ class Config extends Sync parent::execute($input, $output); } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/sync/Plugs.php b/vendor/zoujingli/think-library/src/command/sync/Plugs.php index ed3a4e824..e696440ef 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Plugs.php +++ b/vendor/zoujingli/think-library/src/command/sync/Plugs.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ class Plugs extends Sync parent::execute($input, $output); } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/sync/Wechat.php b/vendor/zoujingli/think-library/src/command/sync/Wechat.php index 7fe28af6a..e0132b741 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Wechat.php +++ b/vendor/zoujingli/think-library/src/command/sync/Wechat.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ class Wechat extends Sync parent::execute($input, $output); } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/task/State.php b/vendor/zoujingli/think-library/src/command/task/State.php index f9c9f189f..2f4195154 100644 --- a/vendor/zoujingli/think-library/src/command/task/State.php +++ b/vendor/zoujingli/think-library/src/command/task/State.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ class State extends Task } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/common.php b/vendor/zoujingli/think-library/src/common.php index 5ee356146..ac12e8909 100644 --- a/vendor/zoujingli/think-library/src/common.php +++ b/vendor/zoujingli/think-library/src/common.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -263,4 +263,4 @@ Middleware::add(function (Request $request, \Closure $next, $header = []) { if (function_exists('think\__include_file')) { $root = rtrim(str_replace('\\', '/', env('app_path')), '/'); foreach (glob("{$root}/*/sys.php") as $file) \think\__include_file($file); -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/driver/Local.php b/vendor/zoujingli/think-library/src/driver/Local.php index ee29099bb..694c64bce 100644 --- a/vendor/zoujingli/think-library/src/driver/Local.php +++ b/vendor/zoujingli/think-library/src/driver/Local.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -140,4 +140,4 @@ class Local extends File return true; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/driver/Oss.php b/vendor/zoujingli/think-library/src/driver/Oss.php index 39f651bb2..012ae8e40 100644 --- a/vendor/zoujingli/think-library/src/driver/Oss.php +++ b/vendor/zoujingli/think-library/src/driver/Oss.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -198,4 +198,4 @@ class Oss extends File return new OssClient($keyid, $secret, $endpoint); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Form.php b/vendor/zoujingli/think-library/src/logic/Form.php index 3c0d1c7e9..4762a61b7 100644 --- a/vendor/zoujingli/think-library/src/logic/Form.php +++ b/vendor/zoujingli/think-library/src/logic/Form.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -111,4 +111,4 @@ class Form extends Logic } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Input.php b/vendor/zoujingli/think-library/src/logic/Input.php index 71183d99d..562ee51a9 100644 --- a/vendor/zoujingli/think-library/src/logic/Input.php +++ b/vendor/zoujingli/think-library/src/logic/Input.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -93,4 +93,4 @@ class Input extends Logic } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Save.php b/vendor/zoujingli/think-library/src/logic/Save.php index b74b46887..55fce504d 100644 --- a/vendor/zoujingli/think-library/src/logic/Save.php +++ b/vendor/zoujingli/think-library/src/logic/Save.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -97,4 +97,4 @@ class Save extends Logic } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Crypt.php b/vendor/zoujingli/think-library/src/tools/Crypt.php index f3cdd6bde..39b5ad910 100644 --- a/vendor/zoujingli/think-library/src/tools/Crypt.php +++ b/vendor/zoujingli/think-library/src/tools/Crypt.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -62,4 +62,4 @@ class Crypt } } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Csv.php b/vendor/zoujingli/think-library/src/tools/Csv.php index fb2deaa0d..f951d7a9c 100644 --- a/vendor/zoujingli/think-library/src/tools/Csv.php +++ b/vendor/zoujingli/think-library/src/tools/Csv.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -64,4 +64,4 @@ class Csv while ($key = array_shift($attr)) $temp = isset($temp[$key]) ? $temp[$key] : $temp; return (is_string($temp) || is_numeric($temp)) ? @iconv('utf-8', 'gbk//TRANSLIT', "{$temp}") : ''; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Emoji.php b/vendor/zoujingli/think-library/src/tools/Emoji.php index 678eb9cb8..7c340ff19 100644 --- a/vendor/zoujingli/think-library/src/tools/Emoji.php +++ b/vendor/zoujingli/think-library/src/tools/Emoji.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -56,4 +56,4 @@ class Emoji return strlen($match[0]) >= 4 ? '' : $match[0]; }, $content); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Express.php b/vendor/zoujingli/think-library/src/tools/Express.php index 38b42f429..619ac7e06 100644 --- a/vendor/zoujingli/think-library/src/tools/Express.php +++ b/vendor/zoujingli/think-library/src/tools/Express.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -46,4 +46,4 @@ class Express return ['message' => 'ok', 'com' => $code, 'nu' => $number, 'data' => $list]; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Node.php b/vendor/zoujingli/think-library/src/tools/Node.php index fac383e65..47d4aabae 100644 --- a/vendor/zoujingli/think-library/src/tools/Node.php +++ b/vendor/zoujingli/think-library/src/tools/Node.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -193,4 +193,4 @@ class Node return $total; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Options.php b/vendor/zoujingli/think-library/src/tools/Options.php index edf779a80..c770b94a4 100644 --- a/vendor/zoujingli/think-library/src/tools/Options.php +++ b/vendor/zoujingli/think-library/src/tools/Options.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -134,4 +134,4 @@ class Options implements \ArrayAccess { $this->del($offset); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Scan.php b/vendor/zoujingli/wechat-developer/AliPay/Scan.php index df9973c77..e7309bb96 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Scan.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Scan.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -44,4 +44,4 @@ class Scan extends BasicAliPay { return $this->getResult($options); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Wap.php b/vendor/zoujingli/wechat-developer/AliPay/Wap.php index e97ac948e..728d46096 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Wap.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Wap.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -44,4 +44,4 @@ class Wap extends BasicAliPay parent::applyData($options); return $this->buildPayHtml(); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Card.php b/vendor/zoujingli/wechat-developer/WeChat/Card.php index b392781eb..968e1d7e3 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Card.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Card.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -669,4 +669,4 @@ class Card extends BasicWeChat return $this->httpPostForJson($url, $data); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicPushEvent.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicPushEvent.php index c21e6e492..b6f6bf112 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicPushEvent.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicPushEvent.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -228,4 +228,4 @@ class BasicPushEvent { return $this->receive->get('ToUserName'); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/Tools.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/Tools.php index 60a435d5c..c1151991e 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/Tools.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/Tools.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -447,4 +447,4 @@ class Tools file_exists(self::$cache_path) || mkdir(self::$cache_path, 0755, true); return self::$cache_path . $name; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Custom.php b/vendor/zoujingli/wechat-developer/WeChat/Custom.php index 6d0309140..8a2e8871c 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Custom.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Custom.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -244,4 +244,4 @@ class Custom extends BasicWeChat } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidArgumentException.php b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidArgumentException.php index 993c4e008..997168970 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidArgumentException.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidArgumentException.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ class InvalidArgumentException extends \InvalidArgumentException parent::__construct($message, intval($code)); $this->raw = $raw; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidDecryptException.php b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidDecryptException.php index f45c0581e..283a142fb 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidDecryptException.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidDecryptException.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ class InvalidDecryptException extends \Exception parent::__construct($message, intval($code)); $this->raw = $raw; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidInstanceException.php b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidInstanceException.php index e4c6816f8..7612238db 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidInstanceException.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidInstanceException.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ class InvalidInstanceException extends \Exception parent::__construct($message, intval($code)); $this->raw = $raw; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidResponseException.php b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidResponseException.php index c3cb89267..39149bc51 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidResponseException.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/InvalidResponseException.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -38,4 +38,4 @@ class InvalidResponseException extends \Exception $this->raw = $raw; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Menu.php b/vendor/zoujingli/wechat-developer/WeChat/Menu.php index c006a8eae..2a89eb349 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Menu.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Menu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -106,4 +106,4 @@ class Menu extends BasicWeChat return $this->httpPostForJson($url, ['user_id' => $openid]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Product.php b/vendor/zoujingli/wechat-developer/WeChat/Product.php index 74eb3eed4..61de80d21 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Product.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Product.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -174,4 +174,4 @@ class Product extends BasicWeChat return $this->httpPostForJson($url, $data); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Receive.php b/vendor/zoujingli/wechat-developer/WeChat/Receive.php index 7f4d07006..f367a6f5b 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Receive.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Receive.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -161,4 +161,4 @@ class Receive extends BasicPushEvent } return $this; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Script.php b/vendor/zoujingli/wechat-developer/WeChat/Script.php index 145e51945..6d72d2d98 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Script.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Script.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -110,4 +110,4 @@ class Script extends BasicWeChat foreach ($data as $k => $v) array_push($params, "{$k}={$v}"); return $method(join('&', $params)); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Shake.php b/vendor/zoujingli/wechat-developer/WeChat/Shake.php index 2d259581c..b9dfeb750 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Shake.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Shake.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -361,4 +361,4 @@ class Shake extends BasicWeChat return $this->httpPostForJson($url, $data); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Tags.php b/vendor/zoujingli/wechat-developer/WeChat/Tags.php index a13c79f79..731bdfe27 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Tags.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Tags.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -121,4 +121,4 @@ class Tags extends BasicWeChat $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, ['openid' => $openid]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Wifi.php b/vendor/zoujingli/wechat-developer/WeChat/Wifi.php index ff22afffc..b74c536e6 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Wifi.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Wifi.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -281,4 +281,4 @@ class Wifi extends BasicWeChat return $this->httpPostForJson($url, ['shop_id' => $shop_id]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Plugs.php b/vendor/zoujingli/wechat-developer/WeMini/Plugs.php index 4755ff150..29015c02d 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Plugs.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Plugs.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -95,4 +95,4 @@ class Plugs extends BasicWeChat return $this->callPostApi($url, ['action' => $action], true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Poi.php b/vendor/zoujingli/wechat-developer/WeMini/Poi.php index c81ef5d2d..bef0b800e 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Poi.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Poi.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -88,4 +88,4 @@ class Poi extends BasicWeChat return $this->callPostApi($url, ['poi_id' => $poi_id, 'status' => $status], true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Qrcode.php b/vendor/zoujingli/wechat-developer/WeMini/Qrcode.php index fe3129995..031ec077c 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Qrcode.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Qrcode.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -110,4 +110,4 @@ class Qrcode extends BasicWeChat return is_null($outType) ? $result : $outType($result); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Refund.php b/vendor/zoujingli/wechat-developer/WePay/Refund.php index 8e3c199fc..ef51d0819 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Refund.php +++ b/vendor/zoujingli/wechat-developer/WePay/Refund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -75,4 +75,4 @@ class Refund extends BasicWePay return $data; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/TransfersBank.php b/vendor/zoujingli/wechat-developer/WePay/TransfersBank.php index 0509d010a..9792f1e09 100644 --- a/vendor/zoujingli/wechat-developer/WePay/TransfersBank.php +++ b/vendor/zoujingli/wechat-developer/WePay/TransfersBank.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -122,4 +122,4 @@ class TransfersBank extends BasicWePay return $data['pub_key']; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-app.php b/vendor/zoujingli/wechat-developer/_test/alipay-app.php index bbfe18e27..64a82e2e5 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-app.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-app.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-bill.php b/vendor/zoujingli/wechat-developer/_test/alipay-bill.php index 3ed11092a..a4193510f 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-bill.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-bill.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -31,4 +31,4 @@ try { var_export($result); } catch (Exception $e) { echo $e->getMessage(); -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-scan.php b/vendor/zoujingli/wechat-developer/_test/alipay-scan.php index 0a110762e..12dbd01bf 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-scan.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-scan.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-transfer.php b/vendor/zoujingli/wechat-developer/_test/alipay-transfer.php index 16b56aada..2172243db 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-transfer.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-transfer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-web.php b/vendor/zoujingli/wechat-developer/_test/alipay-web.php index e0e3b86c8..2f2398e88 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-web.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-web.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/wechat-developer/_test/config.php b/vendor/zoujingli/wechat-developer/_test/config.php index e6f807584..bd6cc9676 100644 --- a/vendor/zoujingli/wechat-developer/_test/config.php +++ b/vendor/zoujingli/wechat-developer/_test/config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -42,4 +42,4 @@ return [ // 'ssl_cer' => __DIR__ . DIRECTORY_SEPARATOR . 'cert' . DIRECTORY_SEPARATOR . '1332187001_20181030_cert.pem', // 配置缓存目录,需要拥有写权限 'cache_path' => '', -]; \ No newline at end of file +]; diff --git a/vendor/zoujingli/wechat-developer/_test/pay-download-bill.php b/vendor/zoujingli/wechat-developer/_test/pay-download-bill.php index c0181fb01..2e6a795b9 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-download-bill.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-download-bill.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-order-create.php b/vendor/zoujingli/wechat-developer/_test/pay-order-create.php index e130bb1b1..65316b20f 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-order-create.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-order-create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -50,4 +50,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-order-notify.php b/vendor/zoujingli/wechat-developer/_test/pay-order-notify.php index 7b8267a23..2465561bb 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-order-notify.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-order-notify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- diff --git a/vendor/zoujingli/wechat-developer/_test/pay-order-query.php b/vendor/zoujingli/wechat-developer/_test/pay-order-query.php index d9934888f..e3501e4ff 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-order-query.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-order-query.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -37,4 +37,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-redpack-create.php b/vendor/zoujingli/wechat-developer/_test/pay-redpack-create.php index 3df5fb6c0..2368be54a 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-redpack-create.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-redpack-create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -48,4 +48,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-transfersbank-create.php b/vendor/zoujingli/wechat-developer/_test/pay-transfersbank-create.php index 92147af19..7aa40bf65 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-transfersbank-create.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-transfersbank-create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -41,4 +41,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/wechat-user-get.php b/vendor/zoujingli/wechat-developer/_test/wechat-user-get.php index ad94e3ad9..da575ac94 100644 --- a/vendor/zoujingli/wechat-developer/_test/wechat-user-get.php +++ b/vendor/zoujingli/wechat-developer/_test/wechat-user-get.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -40,4 +40,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeChat/Bind.php b/vendor/zoujingli/weopen-developer/WeChat/Bind.php index 31994873a..0c3ccf5e9 100644 --- a/vendor/zoujingli/weopen-developer/WeChat/Bind.php +++ b/vendor/zoujingli/weopen-developer/WeChat/Bind.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -77,4 +77,4 @@ class Bind extends BasicWeChat return $this->httpPostForJson($url, ['appid' => $this->config->get('appid')]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/Basic.php b/vendor/zoujingli/weopen-developer/WeMini/Basic.php index dca27944a..d2d80734a 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/Basic.php +++ b/vendor/zoujingli/weopen-developer/WeMini/Basic.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -51,4 +51,4 @@ class Basic extends BasicWeChat return $this->httpGetForJson($url); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/User.php b/vendor/zoujingli/weopen-developer/WeMini/User.php index d3a1f8ffe..875e539d1 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/User.php +++ b/vendor/zoujingli/weopen-developer/WeMini/User.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -80,4 +80,4 @@ class User extends BasicWeChat $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, ['appid' => $appid]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/_test/open.php b/vendor/zoujingli/weopen-developer/_test/open.php index 669992722..40eac8116 100644 --- a/vendor/zoujingli/weopen-developer/_test/open.php +++ b/vendor/zoujingli/weopen-developer/_test/open.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeOpenDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -54,4 +54,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +}