From c0524af113577c42bb82374496dd740a94a1b88a Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 6 Jul 2019 18:57:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MIT-LICENSE.txt | 21 ------------------- application/admin/controller/Auth.php | 2 +- application/admin/controller/Config.php | 2 +- application/admin/controller/Index.php | 2 +- application/admin/controller/Login.php | 2 +- application/admin/controller/Menu.php | 2 +- application/admin/controller/Oplog.php | 2 +- application/admin/controller/Queue.php | 2 +- application/admin/controller/User.php | 2 +- application/admin/controller/api/Plugs.php | 4 ++-- application/admin/controller/api/Update.php | 4 ++-- application/admin/queue/JobsQueue.php | 2 +- application/admin/service/NodeService.php | 2 +- application/admin/service/OplogService.php | 2 +- application/admin/service/QueueService.php | 2 +- application/admin/sys.php | 2 +- application/index/controller/Index.php | 2 +- application/service/controller/Config.php | 2 +- application/service/controller/Index.php | 2 +- application/service/controller/api/Client.php | 2 +- application/service/controller/api/Push.php | 2 +- .../service/handler/PublishHandler.php | 2 +- .../service/handler/ReceiveHandler.php | 2 +- application/service/handler/WechatHandler.php | 2 +- application/service/service/BuildService.php | 2 +- application/service/service/WechatService.php | 2 +- application/store/command/AutoRun.php | 2 +- application/store/controller/Config.php | 2 +- .../store/controller/ExpressCompany.php | 2 +- .../store/controller/ExpressTemplate.php | 2 +- application/store/controller/Goods.php | 2 +- application/store/controller/GoodsCate.php | 2 +- application/store/controller/Member.php | 2 +- application/store/controller/Message.php | 2 +- application/store/controller/Order.php | 2 +- application/store/controller/api/Express.php | 2 +- application/store/controller/api/Goods.php | 2 +- application/store/controller/api/Member.php | 2 +- application/store/controller/api/Notify.php | 2 +- application/store/controller/api/Wechat.php | 2 +- .../store/controller/api/member/Address.php | 2 +- .../store/controller/api/member/Center.php | 2 +- .../store/controller/api/member/Order.php | 2 +- application/store/service/ExpressService.php | 2 +- application/store/service/ExtendService.php | 2 +- application/store/service/GoodsService.php | 2 +- application/store/service/OrderService.php | 2 +- application/store/sys.php | 2 +- application/wechat/command/Fans.php | 4 ++-- application/wechat/command/fans/FansAll.php | 4 ++-- application/wechat/command/fans/FansBlack.php | 4 ++-- application/wechat/command/fans/FansList.php | 4 ++-- application/wechat/command/fans/FansTags.php | 4 ++-- application/wechat/controller/Config.php | 4 ++-- application/wechat/controller/Fans.php | 4 ++-- application/wechat/controller/Keys.php | 4 ++-- application/wechat/controller/Menu.php | 4 ++-- application/wechat/controller/News.php | 4 ++-- application/wechat/controller/api/Js.php | 4 ++-- application/wechat/controller/api/Push.php | 4 ++-- application/wechat/controller/api/Review.php | 4 ++-- application/wechat/controller/api/Tools.php | 4 ++-- application/wechat/queue/WechatQueue.php | 4 ++-- application/wechat/service/FansService.php | 4 ++-- application/wechat/service/MediaService.php | 4 ++-- application/wechat/service/WechatService.php | 4 ++-- application/wechat/sys.php | 4 ++-- config/app.php | 2 +- config/cookie.php | 2 +- config/database.php | 2 +- config/log.php | 2 +- config/queue.php | 2 +- config/session.php | 2 +- config/template.php | 2 +- config/wechat.php | 2 +- public/index.php | 2 +- public/router.php | 2 +- public/static/admin.js | 2 +- public/static/theme/css/console.less | 2 +- public/static/theme/css/login.less | 2 +- route/demo.php | 4 ++-- think | 4 ++-- vendor/zoujingli/think-library/src/File.php | 2 +- .../think-library/src/command/sync/Admin.php | 4 ++-- .../src/command/sync/Service.php | 4 ++-- .../think-library/src/command/task/Reset.php | 4 ++-- .../think-library/src/command/task/Start.php | 4 ++-- .../think-library/src/command/task/Stop.php | 4 ++-- .../think-library/src/driver/Qiniu.php | 4 ++-- .../think-library/src/logic/Delete.php | 4 ++-- .../think-library/src/logic/Logic.php | 4 ++-- .../think-library/src/logic/Page.php | 4 ++-- .../think-library/src/logic/Query.php | 4 ++-- .../think-library/src/tools/Csrf.php | 4 ++-- .../think-library/src/tools/Data.php | 4 ++-- .../think-library/src/tools/Http.php | 4 ++-- .../zoujingli/wechat-developer/AliPay/App.php | 4 ++-- .../wechat-developer/AliPay/Bill.php | 4 ++-- .../zoujingli/wechat-developer/AliPay/Pos.php | 4 ++-- .../wechat-developer/AliPay/Transfer.php | 4 ++-- .../zoujingli/wechat-developer/AliPay/Web.php | 4 ++-- vendor/zoujingli/wechat-developer/We.php | 4 ++-- .../WeChat/Contracts/BasicAliPay.php | 4 ++-- .../WeChat/Contracts/BasicWeChat.php | 4 ++-- .../WeChat/Contracts/BasicWePay.php | 4 ++-- .../WeChat/Contracts/DataArray.php | 4 ++-- .../WeChat/Contracts/DataError.php | 4 ++-- .../WeChat/Contracts/Prpcrypt.php | 2 +- .../WeChat/Exceptions/LocalCacheException.php | 4 ++-- .../wechat-developer/WeChat/Limit.php | 4 ++-- .../wechat-developer/WeChat/Media.php | 4 ++-- .../wechat-developer/WeChat/Oauth.php | 2 +- .../zoujingli/wechat-developer/WeChat/Pay.php | 4 ++-- .../wechat-developer/WeChat/Qrcode.php | 4 ++-- .../wechat-developer/WeChat/Scan.php | 4 ++-- .../wechat-developer/WeChat/Template.php | 4 ++-- .../wechat-developer/WeChat/User.php | 4 ++-- .../wechat-developer/WeMini/Crypt.php | 4 ++-- .../wechat-developer/WeMini/Template.php | 4 ++-- .../wechat-developer/WeMini/Total.php | 4 ++-- .../zoujingli/wechat-developer/WePay/Bill.php | 4 ++-- .../wechat-developer/WePay/Coupon.php | 4 ++-- .../wechat-developer/WePay/Order.php | 4 ++-- .../wechat-developer/WePay/Redpack.php | 4 ++-- .../wechat-developer/WePay/Transfers.php | 4 ++-- .../wechat-developer/_test/alipay-notify.php | 2 +- .../wechat-developer/_test/alipay-pos.php | 2 +- .../wechat-developer/_test/alipay-refund.php | 4 ++-- .../wechat-developer/_test/alipay-wap.php | 2 +- .../wechat-developer/_test/alipay.php | 4 ++-- .../_test/pay-order-close.php | 4 ++-- .../_test/pay-refund-create.php | 4 ++-- .../_test/pay-refund-query.php | 4 ++-- .../_test/pay-transfers-create.php | 4 ++-- .../_test/wechat-jssdk-sign.php | 4 ++-- .../_test/wechat-menu-get.php | 4 ++-- .../_test/wechat-qrcode-create.php | 4 ++-- vendor/zoujingli/wechat-developer/include.php | 4 ++-- .../weopen-developer/WeChat/Mini.php | 4 ++-- .../weopen-developer/WeMini/Account.php | 4 ++-- .../weopen-developer/WeMini/Code.php | 4 ++-- .../weopen-developer/WeMini/Domain.php | 4 ++-- .../weopen-developer/WeMini/Tester.php | 4 ++-- .../weopen-developer/WeOpen/Login.php | 4 ++-- .../weopen-developer/WeOpen/MiniApp.php | 2 +- .../weopen-developer/WeOpen/Service.php | 4 ++-- 146 files changed, 225 insertions(+), 246 deletions(-) delete mode 100644 MIT-LICENSE.txt diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt deleted file mode 100644 index bceed5380..000000000 --- a/MIT-LICENSE.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2014-2018 Anyon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/application/admin/controller/Auth.php b/application/admin/controller/Auth.php index a78d0686a..b54b2c6e1 100644 --- a/application/admin/controller/Auth.php +++ b/application/admin/controller/Auth.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Config.php b/application/admin/controller/Config.php index 91b4cdfab..1097f74f1 100644 --- a/application/admin/controller/Config.php +++ b/application/admin/controller/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Index.php b/application/admin/controller/Index.php index 6ef2a1c34..527f15a95 100644 --- a/application/admin/controller/Index.php +++ b/application/admin/controller/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Login.php b/application/admin/controller/Login.php index efc8992af..e2e0f5913 100644 --- a/application/admin/controller/Login.php +++ b/application/admin/controller/Login.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Menu.php b/application/admin/controller/Menu.php index 7de80557a..efa5140f7 100644 --- a/application/admin/controller/Menu.php +++ b/application/admin/controller/Menu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Oplog.php b/application/admin/controller/Oplog.php index fd67f32e1..dc9ce1d63 100644 --- a/application/admin/controller/Oplog.php +++ b/application/admin/controller/Oplog.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/Queue.php b/application/admin/controller/Queue.php index 8fe48e1a7..60aa3ebc2 100644 --- a/application/admin/controller/Queue.php +++ b/application/admin/controller/Queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/User.php b/application/admin/controller/User.php index 0eddad424..c7a3b036f 100644 --- a/application/admin/controller/User.php +++ b/application/admin/controller/User.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/controller/api/Plugs.php b/application/admin/controller/api/Plugs.php index facbad7fa..784b9acb9 100644 --- a/application/admin/controller/api/Plugs.php +++ b/application/admin/controller/api/Plugs.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -113,4 +113,4 @@ class Plugs extends Controller $this->fetch(); } -} \ No newline at end of file +} diff --git a/application/admin/controller/api/Update.php b/application/admin/controller/api/Update.php index 0f33d3b94..3e20969d2 100644 --- a/application/admin/controller/api/Update.php +++ b/application/admin/controller/api/Update.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -52,4 +52,4 @@ class Update extends Controller ]); } -} \ No newline at end of file +} diff --git a/application/admin/queue/JobsQueue.php b/application/admin/queue/JobsQueue.php index 022c34e19..61298d974 100644 --- a/application/admin/queue/JobsQueue.php +++ b/application/admin/queue/JobsQueue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/service/NodeService.php b/application/admin/service/NodeService.php index 51c670593..cce7a31ce 100644 --- a/application/admin/service/NodeService.php +++ b/application/admin/service/NodeService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/service/OplogService.php b/application/admin/service/OplogService.php index 247d1898e..2ed31daaf 100644 --- a/application/admin/service/OplogService.php +++ b/application/admin/service/OplogService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/service/QueueService.php b/application/admin/service/QueueService.php index 02f0441bb..875a1096d 100644 --- a/application/admin/service/QueueService.php +++ b/application/admin/service/QueueService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/admin/sys.php b/application/admin/sys.php index f6f86ebd2..3bf86158e 100644 --- a/application/admin/sys.php +++ b/application/admin/sys.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/index/controller/Index.php b/application/index/controller/Index.php index 77b884fa0..713db4245 100644 --- a/application/index/controller/Index.php +++ b/application/index/controller/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/controller/Config.php b/application/service/controller/Config.php index 9f38b6578..2237778e6 100644 --- a/application/service/controller/Config.php +++ b/application/service/controller/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/controller/Index.php b/application/service/controller/Index.php index 0623a093f..aa35daab5 100644 --- a/application/service/controller/Index.php +++ b/application/service/controller/Index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/controller/api/Client.php b/application/service/controller/api/Client.php index 4894c9e1e..cc2ca3ee2 100644 --- a/application/service/controller/api/Client.php +++ b/application/service/controller/api/Client.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/controller/api/Push.php b/application/service/controller/api/Push.php index c44efae28..7a63497aa 100644 --- a/application/service/controller/api/Push.php +++ b/application/service/controller/api/Push.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/handler/PublishHandler.php b/application/service/handler/PublishHandler.php index b9a456ebf..267ee86d0 100644 --- a/application/service/handler/PublishHandler.php +++ b/application/service/handler/PublishHandler.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/handler/ReceiveHandler.php b/application/service/handler/ReceiveHandler.php index d9f8d612f..869ba4883 100644 --- a/application/service/handler/ReceiveHandler.php +++ b/application/service/handler/ReceiveHandler.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/handler/WechatHandler.php b/application/service/handler/WechatHandler.php index 9703dca51..6cf06e73a 100644 --- a/application/service/handler/WechatHandler.php +++ b/application/service/handler/WechatHandler.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/service/BuildService.php b/application/service/service/BuildService.php index 6113d8873..0d06292b7 100644 --- a/application/service/service/BuildService.php +++ b/application/service/service/BuildService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/service/service/WechatService.php b/application/service/service/WechatService.php index 31c7824c5..6cc96851e 100644 --- a/application/service/service/WechatService.php +++ b/application/service/service/WechatService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/command/AutoRun.php b/application/store/command/AutoRun.php index e38de3c75..57c9b03f5 100644 --- a/application/store/command/AutoRun.php +++ b/application/store/command/AutoRun.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/Config.php b/application/store/controller/Config.php index 37a70c1cc..42ed91c0c 100644 --- a/application/store/controller/Config.php +++ b/application/store/controller/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/ExpressCompany.php b/application/store/controller/ExpressCompany.php index 6bc4a58fd..91cd2072e 100644 --- a/application/store/controller/ExpressCompany.php +++ b/application/store/controller/ExpressCompany.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/ExpressTemplate.php b/application/store/controller/ExpressTemplate.php index f0ad3fdae..847e31a5c 100644 --- a/application/store/controller/ExpressTemplate.php +++ b/application/store/controller/ExpressTemplate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/Goods.php b/application/store/controller/Goods.php index 6f6204bcc..e69bb8c5c 100644 --- a/application/store/controller/Goods.php +++ b/application/store/controller/Goods.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/GoodsCate.php b/application/store/controller/GoodsCate.php index 03b530ebb..3159705b1 100644 --- a/application/store/controller/GoodsCate.php +++ b/application/store/controller/GoodsCate.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/Member.php b/application/store/controller/Member.php index 1eecbeb80..73b607822 100644 --- a/application/store/controller/Member.php +++ b/application/store/controller/Member.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/Message.php b/application/store/controller/Message.php index 7dad76143..e6fda038d 100644 --- a/application/store/controller/Message.php +++ b/application/store/controller/Message.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/Order.php b/application/store/controller/Order.php index e089ee697..f4f4e18af 100644 --- a/application/store/controller/Order.php +++ b/application/store/controller/Order.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/Express.php b/application/store/controller/api/Express.php index 6a2717541..49943daa4 100644 --- a/application/store/controller/api/Express.php +++ b/application/store/controller/api/Express.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/Goods.php b/application/store/controller/api/Goods.php index 929a9da1d..f0d97659b 100644 --- a/application/store/controller/api/Goods.php +++ b/application/store/controller/api/Goods.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/Member.php b/application/store/controller/api/Member.php index 86b6061b3..d84d2d4b7 100644 --- a/application/store/controller/api/Member.php +++ b/application/store/controller/api/Member.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/Notify.php b/application/store/controller/api/Notify.php index 8720cd52a..a30dd2eb5 100644 --- a/application/store/controller/api/Notify.php +++ b/application/store/controller/api/Notify.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/Wechat.php b/application/store/controller/api/Wechat.php index 5130ae68e..00d54e71c 100644 --- a/application/store/controller/api/Wechat.php +++ b/application/store/controller/api/Wechat.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/member/Address.php b/application/store/controller/api/member/Address.php index bae368d87..9182699de 100644 --- a/application/store/controller/api/member/Address.php +++ b/application/store/controller/api/member/Address.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/member/Center.php b/application/store/controller/api/member/Center.php index 33e6c48d6..9a28f8d15 100644 --- a/application/store/controller/api/member/Center.php +++ b/application/store/controller/api/member/Center.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/controller/api/member/Order.php b/application/store/controller/api/member/Order.php index 5656d21ea..f74af3b5b 100644 --- a/application/store/controller/api/member/Order.php +++ b/application/store/controller/api/member/Order.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/service/ExpressService.php b/application/store/service/ExpressService.php index 475bf34b9..7cf619941 100644 --- a/application/store/service/ExpressService.php +++ b/application/store/service/ExpressService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/service/ExtendService.php b/application/store/service/ExtendService.php index 067a26878..0c995e765 100644 --- a/application/store/service/ExtendService.php +++ b/application/store/service/ExtendService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/service/GoodsService.php b/application/store/service/GoodsService.php index 34c9921ee..ed344c455 100644 --- a/application/store/service/GoodsService.php +++ b/application/store/service/GoodsService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/service/OrderService.php b/application/store/service/OrderService.php index ee5ec71dc..986c56c37 100644 --- a/application/store/service/OrderService.php +++ b/application/store/service/OrderService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/store/sys.php b/application/store/sys.php index fd0725757..0cc7b9ce3 100644 --- a/application/store/sys.php +++ b/application/store/sys.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/application/wechat/command/Fans.php b/application/wechat/command/Fans.php index c7d43b6d6..0d307d08a 100644 --- a/application/wechat/command/Fans.php +++ b/application/wechat/command/Fans.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -134,4 +134,4 @@ class Fans extends Command $this->output->comment('synchronized fans tags successful.'); } -} \ No newline at end of file +} diff --git a/application/wechat/command/fans/FansAll.php b/application/wechat/command/fans/FansAll.php index 0e79cf31d..64679e03e 100644 --- a/application/wechat/command/fans/FansAll.php +++ b/application/wechat/command/fans/FansAll.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -31,4 +31,4 @@ class FansAll extends Fans $this->module = ['list', 'black', 'tags']; $this->setName('xfans:all')->setDescription('synchronize all of fans'); } -} \ No newline at end of file +} diff --git a/application/wechat/command/fans/FansBlack.php b/application/wechat/command/fans/FansBlack.php index f5ffc0ba5..8fea2eec6 100644 --- a/application/wechat/command/fans/FansBlack.php +++ b/application/wechat/command/fans/FansBlack.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -31,4 +31,4 @@ class FansBlack extends Fans $this->module = ['black']; $this->setName('xfans:black')->setDescription('synchronize black of fans'); } -} \ No newline at end of file +} diff --git a/application/wechat/command/fans/FansList.php b/application/wechat/command/fans/FansList.php index c404b4d9b..7dc47c776 100644 --- a/application/wechat/command/fans/FansList.php +++ b/application/wechat/command/fans/FansList.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -32,4 +32,4 @@ class FansList extends Fans $this->setName('xfans:list')->setDescription('synchronize list of fans'); } -} \ No newline at end of file +} diff --git a/application/wechat/command/fans/FansTags.php b/application/wechat/command/fans/FansTags.php index c0664642b..3878bcc54 100644 --- a/application/wechat/command/fans/FansTags.php +++ b/application/wechat/command/fans/FansTags.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -31,4 +31,4 @@ class FansTags extends Fans $this->module = ['tags']; $this->setName('xfans:tags')->setDescription('synchronize tags of fans'); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/Config.php b/application/wechat/controller/Config.php index abbb08cb9..26bd8da18 100644 --- a/application/wechat/controller/Config.php +++ b/application/wechat/controller/Config.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -102,4 +102,4 @@ class Config extends Controller } } -} \ No newline at end of file +} diff --git a/application/wechat/controller/Fans.php b/application/wechat/controller/Fans.php index a8d11316e..315fd4998 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -136,4 +136,4 @@ class Fans extends Controller $this->_delete($this->table); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/Keys.php b/application/wechat/controller/Keys.php index d602e9b2b..dd3f93a45 100644 --- a/application/wechat/controller/Keys.php +++ b/application/wechat/controller/Keys.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -194,4 +194,4 @@ class Keys extends Controller } } -} \ No newline at end of file +} diff --git a/application/wechat/controller/Menu.php b/application/wechat/controller/Menu.php index 9d4fc17eb..84725439c 100644 --- a/application/wechat/controller/Menu.php +++ b/application/wechat/controller/Menu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -165,4 +165,4 @@ class Menu extends Controller } } -} \ No newline at end of file +} diff --git a/application/wechat/controller/News.php b/application/wechat/controller/News.php index 9d43c1779..c5d391a02 100644 --- a/application/wechat/controller/News.php +++ b/application/wechat/controller/News.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -174,4 +174,4 @@ class News extends Controller $this->_delete($this->table); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/api/Js.php b/application/wechat/controller/api/Js.php index e42b0bd1f..bdb62d39c 100644 --- a/application/wechat/controller/api/Js.php +++ b/application/wechat/controller/api/Js.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -56,4 +56,4 @@ EOF; return Response::create($html)->contentType('application/x-javascript'); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/api/Push.php b/application/wechat/controller/api/Push.php index 19a0e2e75..18fe44735 100644 --- a/application/wechat/controller/api/Push.php +++ b/application/wechat/controller/api/Push.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -322,4 +322,4 @@ class Push extends Controller return data_save('WechatFans', $user, 'openid', ['appid' => $this->appid]); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/api/Review.php b/application/wechat/controller/api/Review.php index dacda6866..4fa24d9c7 100644 --- a/application/wechat/controller/api/Review.php +++ b/application/wechat/controller/api/Review.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -103,4 +103,4 @@ class Review extends Controller $this->fetch(); } -} \ No newline at end of file +} diff --git a/application/wechat/controller/api/Tools.php b/application/wechat/controller/api/Tools.php index 31d8b4827..97d5db4cc 100644 --- a/application/wechat/controller/api/Tools.php +++ b/application/wechat/controller/api/Tools.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -249,4 +249,4 @@ class Tools extends Controller response($qrCode->get(), 200, ['Content-Type' => 'image/png'])->send(); } -} \ No newline at end of file +} diff --git a/application/wechat/queue/WechatQueue.php b/application/wechat/queue/WechatQueue.php index e82635ae9..22694907b 100644 --- a/application/wechat/queue/WechatQueue.php +++ b/application/wechat/queue/WechatQueue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -72,4 +72,4 @@ class WechatQueue extends JobsQueue } } -} \ No newline at end of file +} diff --git a/application/wechat/service/FansService.php b/application/wechat/service/FansService.php index 4eaf0756b..9a73f0482 100644 --- a/application/wechat/service/FansService.php +++ b/application/wechat/service/FansService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -65,4 +65,4 @@ class FansService return $user; } -} \ No newline at end of file +} diff --git a/application/wechat/service/MediaService.php b/application/wechat/service/MediaService.php index 1d98df7cf..8d0b11c09 100644 --- a/application/wechat/service/MediaService.php +++ b/application/wechat/service/MediaService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -80,4 +80,4 @@ class MediaService if (file_exists($local)) return new MyCurlFile($local); return new MyCurlFile(File::down($local)['file']); } -} \ No newline at end of file +} diff --git a/application/wechat/service/WechatService.php b/application/wechat/service/WechatService.php index d2074e76a..98ba9ce82 100644 --- a/application/wechat/service/WechatService.php +++ b/application/wechat/service/WechatService.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -241,4 +241,4 @@ class WechatService extends \We throw new \think\Exception('请在后台配置微信对接授权模式'); } -} \ No newline at end of file +} diff --git a/application/wechat/sys.php b/application/wechat/sys.php index 2c10f13be..917c949f5 100644 --- a/application/wechat/sys.php +++ b/application/wechat/sys.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -24,4 +24,4 @@ Console::addDefaultCommands([ 'app\wechat\command\fans\FansTags', 'app\wechat\command\fans\FansList', 'app\wechat\command\fans\FansBlack', -]); \ No newline at end of file +]); diff --git a/config/app.php b/config/app.php index c6f22a058..ca85dcdb2 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/cookie.php b/config/cookie.php index d10f73852..071ee7360 100644 --- a/config/cookie.php +++ b/config/cookie.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/database.php b/config/database.php index 3c4e99bca..9c80e3751 100644 --- a/config/database.php +++ b/config/database.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/log.php b/config/log.php index 4d227e3cc..e985271e0 100644 --- a/config/log.php +++ b/config/log.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/queue.php b/config/queue.php index f3f43bc37..149d0882b 100644 --- a/config/queue.php +++ b/config/queue.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/session.php b/config/session.php index a8f9db88c..98e02ec2b 100644 --- a/config/session.php +++ b/config/session.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/template.php b/config/template.php index d5196e502..a10e1bc22 100644 --- a/config/template.php +++ b/config/template.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/config/wechat.php b/config/wechat.php index a0b885d6f..0ba8318de 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/index.php b/public/index.php index c60e2258a..5e38b2692 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/router.php b/public/router.php index 1a8d6b8ca..517b58877 100644 --- a/public/router.php +++ b/public/router.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/static/admin.js b/public/static/admin.js index 5c25bdaab..ec91184df 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -1,7 +1,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/static/theme/css/console.less b/public/static/theme/css/console.less index c955fb7af..1d76ff669 100644 --- a/public/static/theme/css/console.less +++ b/public/static/theme/css/console.less @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/public/static/theme/css/login.less b/public/static/theme/css/login.less index e03b03029..ac77ce59b 100644 --- a/public/static/theme/css/login.less +++ b/public/static/theme/css/login.less @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://demo.thinkadmin.top // +---------------------------------------------------------------------- diff --git a/route/demo.php b/route/demo.php index 8912918ca..f55f1162a 100644 --- a/route/demo.php +++ b/route/demo.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -52,4 +52,4 @@ if (in_array(request()->rootDomain(), ['ctolog.com', 'thinkadmin.top'])) { Route::post('service/config/index', function () { return json(['code' => 0, 'info' => '测试环境禁止修改微信配置操作!']); }); -} \ No newline at end of file +} diff --git a/think b/think index e5f177807..da6fb3000 100644 --- a/think +++ b/think @@ -4,7 +4,7 @@ // +---------------------------------------------------------------------- // | framework // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://framework.thinkadmin.top // +---------------------------------------------------------------------- @@ -21,4 +21,4 @@ require __DIR__ . '/thinkphp/base.php'; Container::get('app')->path(__DIR__ . '/application/')->initialize(); -Console::init(); \ No newline at end of file +Console::init(); diff --git a/vendor/zoujingli/think-library/src/File.php b/vendor/zoujingli/think-library/src/File.php index 5a9f684fd..33a3b2509 100644 --- a/vendor/zoujingli/think-library/src/File.php +++ b/vendor/zoujingli/think-library/src/File.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/sync/Admin.php b/vendor/zoujingli/think-library/src/command/sync/Admin.php index bfc6e9643..3226f5cba 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Admin.php +++ b/vendor/zoujingli/think-library/src/command/sync/Admin.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -40,4 +40,4 @@ class Admin extends Sync } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/sync/Service.php b/vendor/zoujingli/think-library/src/command/sync/Service.php index 89e2d2695..1bac58649 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Service.php +++ b/vendor/zoujingli/think-library/src/command/sync/Service.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 Service extends Sync parent::execute($input, $output); } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/task/Reset.php b/vendor/zoujingli/think-library/src/command/task/Reset.php index 7da0ceb24..c28a3de0d 100644 --- a/vendor/zoujingli/think-library/src/command/task/Reset.php +++ b/vendor/zoujingli/think-library/src/command/task/Reset.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -41,4 +41,4 @@ class Reset extends Task $output->error('message queue daemon creation failed, try again later!'); } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/task/Start.php b/vendor/zoujingli/think-library/src/command/task/Start.php index 364b2e788..6c4f0366d 100644 --- a/vendor/zoujingli/think-library/src/command/task/Start.php +++ b/vendor/zoujingli/think-library/src/command/task/Start.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 Start extends Task } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/command/task/Stop.php b/vendor/zoujingli/think-library/src/command/task/Stop.php index e838fe643..a1584e3ba 100644 --- a/vendor/zoujingli/think-library/src/command/task/Stop.php +++ b/vendor/zoujingli/think-library/src/command/task/Stop.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -38,4 +38,4 @@ class Stop extends Task } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/driver/Qiniu.php b/vendor/zoujingli/think-library/src/driver/Qiniu.php index 2fecb8036..6a8fe85f5 100644 --- a/vendor/zoujingli/think-library/src/driver/Qiniu.php +++ b/vendor/zoujingli/think-library/src/driver/Qiniu.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -202,4 +202,4 @@ class Qiniu extends File ); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Delete.php b/vendor/zoujingli/think-library/src/logic/Delete.php index d527aecbd..e66c55f37 100644 --- a/vendor/zoujingli/think-library/src/logic/Delete.php +++ b/vendor/zoujingli/think-library/src/logic/Delete.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 Delete extends Logic } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Logic.php b/vendor/zoujingli/think-library/src/logic/Logic.php index fdb681afd..362c9f2b4 100644 --- a/vendor/zoujingli/think-library/src/logic/Logic.php +++ b/vendor/zoujingli/think-library/src/logic/Logic.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -53,4 +53,4 @@ abstract class Logic return is_string($dbQuery) ? Db::name($dbQuery) : $dbQuery; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Page.php b/vendor/zoujingli/think-library/src/logic/Page.php index c51611c49..9d1d3d833 100644 --- a/vendor/zoujingli/think-library/src/logic/Page.php +++ b/vendor/zoujingli/think-library/src/logic/Page.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -139,4 +139,4 @@ class Page extends Logic } } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/logic/Query.php b/vendor/zoujingli/think-library/src/logic/Query.php index d015475f2..430da0370 100644 --- a/vendor/zoujingli/think-library/src/logic/Query.php +++ b/vendor/zoujingli/think-library/src/logic/Query.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -233,4 +233,4 @@ class Query extends Logic { return (new Page($this->query, $isPage, $isDisplay, $total, $limit))->init($this->controller); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Csrf.php b/vendor/zoujingli/think-library/src/tools/Csrf.php index 9ffb65829..9032eaf1a 100644 --- a/vendor/zoujingli/think-library/src/tools/Csrf.php +++ b/vendor/zoujingli/think-library/src/tools/Csrf.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -90,4 +90,4 @@ class Csrf }, $html); })); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Data.php b/vendor/zoujingli/think-library/src/tools/Data.php index ee1c927da..09f9d6531 100644 --- a/vendor/zoujingli/think-library/src/tools/Data.php +++ b/vendor/zoujingli/think-library/src/tools/Data.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -189,4 +189,4 @@ class Data while ($size >= 1024 && $pos < 6) if (++$pos) $size /= 1024; return round($size, $dec) . ' ' . $map[$pos]; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/think-library/src/tools/Http.php b/vendor/zoujingli/think-library/src/tools/Http.php index 4263b582f..767b209d0 100644 --- a/vendor/zoujingli/think-library/src/tools/Http.php +++ b/vendor/zoujingli/think-library/src/tools/Http.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | Library for ThinkAdmin // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://library.thinkadmin.top // +---------------------------------------------------------------------- @@ -139,4 +139,4 @@ class Http return $userAgents[array_rand($userAgents, 1)]; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/App.php b/vendor/zoujingli/wechat-developer/AliPay/App.php index f2cf383ca..7e864b831 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/App.php +++ b/vendor/zoujingli/wechat-developer/AliPay/App.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -45,4 +45,4 @@ class App extends BasicAliPay $this->applyData($options); return http_build_query($this->options->get()); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Bill.php b/vendor/zoujingli/wechat-developer/AliPay/Bill.php index 995e90632..8f2ec9940 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Bill.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Bill.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 Bill extends BasicAliPay { return $this->getResult($options); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Pos.php b/vendor/zoujingli/wechat-developer/AliPay/Pos.php index 800104e13..5054a32ec 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Pos.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Pos.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -45,4 +45,4 @@ class Pos extends BasicAliPay { return $this->getResult($options); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Transfer.php b/vendor/zoujingli/wechat-developer/AliPay/Transfer.php index bb745cf4b..8098b955e 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Transfer.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Transfer.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -45,4 +45,4 @@ class Transfer extends BasicAliPay { return $this->getResult($options); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/AliPay/Web.php b/vendor/zoujingli/wechat-developer/AliPay/Web.php index 2ad937cc4..9c0e7e1b7 100644 --- a/vendor/zoujingli/wechat-developer/AliPay/Web.php +++ b/vendor/zoujingli/wechat-developer/AliPay/Web.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 Web extends BasicAliPay parent::applyData($options); return $this->buildPayHtml(); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/We.php b/vendor/zoujingli/wechat-developer/We.php index a4ffc595a..3be8d8889 100644 --- a/vendor/zoujingli/wechat-developer/We.php +++ b/vendor/zoujingli/wechat-developer/We.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -124,4 +124,4 @@ class We throw new InvalidInstanceException("class {$name} not found"); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicAliPay.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicAliPay.php index ec2b6effc..fbceb0a81 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicAliPay.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicAliPay.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -265,4 +265,4 @@ abstract class BasicAliPay */ abstract public function apply($options); -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWeChat.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWeChat.php index 0f9f8b81b..4b1bec649 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWeChat.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWeChat.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 BasicWeChat return $this->httpGetForJson($url); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php index 1f0f0965f..57a8d2cb8 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/BasicWePay.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -183,4 +183,4 @@ class BasicWePay } return $result; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataArray.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataArray.php index c932c7daf..489087650 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataArray.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataArray.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 DataArray implements ArrayAccess } return isset($this->config[$offset]) ? $this->config[$offset] : null; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataError.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataError.php index 51cd9a2ee..5184a2a72 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataError.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/DataError.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -191,4 +191,4 @@ class DataError return isset(self::$message[$code]) ? self::$message[$code] : $code; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Contracts/Prpcrypt.php b/vendor/zoujingli/wechat-developer/WeChat/Contracts/Prpcrypt.php index 2b93c5038..3fed71178 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Contracts/Prpcrypt.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Contracts/Prpcrypt.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/WeChat/Exceptions/LocalCacheException.php b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/LocalCacheException.php index 35be83a8d..c5aae2884 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Exceptions/LocalCacheException.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Exceptions/LocalCacheException.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ class LocalCacheException extends \Exception $this->raw = $raw; } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Limit.php b/vendor/zoujingli/wechat-developer/WeChat/Limit.php index 6ccc6f488..13b36b5b0 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Limit.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Limit.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -65,4 +65,4 @@ class Limit extends BasicWeChat return $this->httpGetForJson($url); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Media.php b/vendor/zoujingli/wechat-developer/WeChat/Media.php index 8c7ca02d2..0b72ff0c4 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Media.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Media.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -198,4 +198,4 @@ class Media extends BasicWeChat $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, ['type' => $type, 'offset' => $offset, 'count' => $count]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Oauth.php b/vendor/zoujingli/wechat-developer/WeChat/Oauth.php index a8be2729e..9db7a1baf 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Oauth.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Oauth.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/WeChat/Pay.php b/vendor/zoujingli/wechat-developer/WeChat/Pay.php index dbbd4a17c..0c0d6ab45 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Pay.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Pay.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -235,4 +235,4 @@ class Pay extends BasicWePay $pay = new TransfersBank($this->config->get()); return $pay->query($partner_trade_no); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Qrcode.php b/vendor/zoujingli/wechat-developer/WeChat/Qrcode.php index 3b6251101..50d91bca1 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Qrcode.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Qrcode.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -74,4 +74,4 @@ class Qrcode extends BasicWeChat return $this->httpPostForJson($url, ['action' => 'long2short', 'long_url' => $longUrl]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Scan.php b/vendor/zoujingli/wechat-developer/WeChat/Scan.php index ad272eb43..7dbe05f81 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Scan.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Scan.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -196,4 +196,4 @@ class Scan extends BasicWeChat return $this->httpPostForJson($url, ['keystandard' => $keystandard, 'keystr' => $keystr, 'extinfo' => $extinfo]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/Template.php b/vendor/zoujingli/wechat-developer/WeChat/Template.php index eb50ab4a2..03974bd77 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/Template.php +++ b/vendor/zoujingli/wechat-developer/WeChat/Template.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -107,4 +107,4 @@ class Template extends BasicWeChat } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeChat/User.php b/vendor/zoujingli/wechat-developer/WeChat/User.php index c362ccdb4..71eb5db64 100644 --- a/vendor/zoujingli/wechat-developer/WeChat/User.php +++ b/vendor/zoujingli/wechat-developer/WeChat/User.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -144,4 +144,4 @@ class User extends BasicWeChat return $this->httpPostForJson($url, ['openid_list' => $openids]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Crypt.php b/vendor/zoujingli/wechat-developer/WeMini/Crypt.php index 70081edf3..a4a6d2211 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Crypt.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Crypt.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 Crypt extends BasicWeChat } return array_merge($result, $userinfo); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Template.php b/vendor/zoujingli/wechat-developer/WeMini/Template.php index 516d40741..a8e28c4c1 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Template.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Template.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -107,4 +107,4 @@ class Template extends BasicWeChat return $this->callPostApi($url, $data, true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WeMini/Total.php b/vendor/zoujingli/wechat-developer/WeMini/Total.php index 9d55a6b5b..0fe9f0b1d 100644 --- a/vendor/zoujingli/wechat-developer/WeMini/Total.php +++ b/vendor/zoujingli/wechat-developer/WeMini/Total.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -173,4 +173,4 @@ class Total extends BasicWeChat return $this->callPostApi($url, ['begin_date' => $begin_date, 'end_date' => $end_date], true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Bill.php b/vendor/zoujingli/wechat-developer/WePay/Bill.php index 4c853c700..43bb714cc 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Bill.php +++ b/vendor/zoujingli/wechat-developer/WePay/Bill.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -60,4 +60,4 @@ class Bill extends BasicWePay $url = 'https://api.mch.weixin.qq.com/billcommentsp/batchquerycomment'; return $this->callPostApi($url, $options, true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Coupon.php b/vendor/zoujingli/wechat-developer/WePay/Coupon.php index 92ca5c06f..c5613a972 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Coupon.php +++ b/vendor/zoujingli/wechat-developer/WePay/Coupon.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -62,4 +62,4 @@ class Coupon extends BasicWePay return $this->callPostApi($url, $options, false); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Order.php b/vendor/zoujingli/wechat-developer/WePay/Order.php index 2b4a1f54d..244596524 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Order.php +++ b/vendor/zoujingli/wechat-developer/WePay/Order.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -157,4 +157,4 @@ class Order extends BasicWePay $url = 'https://api.mch.weixin.qq.com/payitil/report'; return $this->callPostApi($url, $options); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Redpack.php b/vendor/zoujingli/wechat-developer/WePay/Redpack.php index bf97ad89f..18a8c584a 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Redpack.php +++ b/vendor/zoujingli/wechat-developer/WePay/Redpack.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -69,4 +69,4 @@ class Redpack extends BasicWePay return $this->callPostApi($url, ['mch_billno' => $mchBillno, 'bill_type' => 'MCHT'], true, 'MD5', false); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/WePay/Transfers.php b/vendor/zoujingli/wechat-developer/WePay/Transfers.php index 89ff1d8c1..01a53230f 100644 --- a/vendor/zoujingli/wechat-developer/WePay/Transfers.php +++ b/vendor/zoujingli/wechat-developer/WePay/Transfers.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -58,4 +58,4 @@ class Transfers extends BasicWePay return $this->callPostApi($url, ['partner_trade_no' => $partnerTradeNo], true, 'MD5', false); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/alipay-notify.php b/vendor/zoujingli/wechat-developer/_test/alipay-notify.php index 311cb6a98..acc99bd5d 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-notify.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-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/alipay-pos.php b/vendor/zoujingli/wechat-developer/_test/alipay-pos.php index 49003748a..f25e43975 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-pos.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-pos.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-refund.php b/vendor/zoujingli/wechat-developer/_test/alipay-refund.php index 57fb0bf02..70de60513 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-refund.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-refund.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -33,4 +33,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-wap.php b/vendor/zoujingli/wechat-developer/_test/alipay-wap.php index 3b63833e7..eeabef66a 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay-wap.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay-wap.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.php b/vendor/zoujingli/wechat-developer/_test/alipay.php index 25a7379d3..50b130a64 100644 --- a/vendor/zoujingli/wechat-developer/_test/alipay.php +++ b/vendor/zoujingli/wechat-developer/_test/alipay.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -27,4 +27,4 @@ return [ 'notify_url' => '', // 网页支付回跳地址 'return_url' => '', -]; \ No newline at end of file +]; diff --git a/vendor/zoujingli/wechat-developer/_test/pay-order-close.php b/vendor/zoujingli/wechat-developer/_test/pay-order-close.php index 3a31ddc7b..3a253c1ad 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-order-close.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-order-close.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -34,4 +34,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-refund-create.php b/vendor/zoujingli/wechat-developer/_test/pay-refund-create.php index 02b554b06..0c2fcba13 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-refund-create.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-refund-create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-refund-query.php b/vendor/zoujingli/wechat-developer/_test/pay-refund-query.php index a812ac43c..d5d99fa9d 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-refund-query.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-refund-query.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -39,4 +39,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/pay-transfers-create.php b/vendor/zoujingli/wechat-developer/_test/pay-transfers-create.php index 77d70b026..be80066a4 100644 --- a/vendor/zoujingli/wechat-developer/_test/pay-transfers-create.php +++ b/vendor/zoujingli/wechat-developer/_test/pay-transfers-create.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -43,4 +43,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/wechat-jssdk-sign.php b/vendor/zoujingli/wechat-developer/_test/wechat-jssdk-sign.php index 8986cf223..1d105130a 100644 --- a/vendor/zoujingli/wechat-developer/_test/wechat-jssdk-sign.php +++ b/vendor/zoujingli/wechat-developer/_test/wechat-jssdk-sign.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -33,4 +33,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/wechat-menu-get.php b/vendor/zoujingli/wechat-developer/_test/wechat-menu-get.php index 31f18b023..4f75cf0a6 100644 --- a/vendor/zoujingli/wechat-developer/_test/wechat-menu-get.php +++ b/vendor/zoujingli/wechat-developer/_test/wechat-menu-get.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -33,4 +33,4 @@ try { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; -} \ No newline at end of file +} diff --git a/vendor/zoujingli/wechat-developer/_test/wechat-qrcode-create.php b/vendor/zoujingli/wechat-developer/_test/wechat-qrcode-create.php index e7daa7907..f3cb05742 100644 --- a/vendor/zoujingli/wechat-developer/_test/wechat-qrcode-create.php +++ b/vendor/zoujingli/wechat-developer/_test/wechat-qrcode-create.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/include.php b/vendor/zoujingli/wechat-developer/include.php index e88c70ece..1f91e3fae 100644 --- a/vendor/zoujingli/wechat-developer/include.php +++ b/vendor/zoujingli/wechat-developer/include.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -24,4 +24,4 @@ spl_autoload_register(function ($classname) { } } return false; -}); \ No newline at end of file +}); diff --git a/vendor/zoujingli/weopen-developer/WeChat/Mini.php b/vendor/zoujingli/weopen-developer/WeChat/Mini.php index 65ddb49a7..d491d722c 100644 --- a/vendor/zoujingli/weopen-developer/WeChat/Mini.php +++ b/vendor/zoujingli/weopen-developer/WeChat/Mini.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -84,4 +84,4 @@ class Mini extends BasicWeChat return $this->httpPostForJson($url, ['ticket' => $ticket]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/Account.php b/vendor/zoujingli/weopen-developer/WeMini/Account.php index 569b33019..35da581d9 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/Account.php +++ b/vendor/zoujingli/weopen-developer/WeMini/Account.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -195,4 +195,4 @@ class Account extends BasicWeChat $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, ['first' => $first, 'second' => $second, 'categories' => $categories]); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/Code.php b/vendor/zoujingli/weopen-developer/WeMini/Code.php index 7e61d5e55..76cf9af9e 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/Code.php +++ b/vendor/zoujingli/weopen-developer/WeMini/Code.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -343,4 +343,4 @@ class Code extends BasicWeChat return $this->httpGetForJson($url); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/Domain.php b/vendor/zoujingli/weopen-developer/WeMini/Domain.php index 7751e2a77..26e961d0e 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/Domain.php +++ b/vendor/zoujingli/weopen-developer/WeMini/Domain.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -57,4 +57,4 @@ class Domain extends BasicWeChat return $this->httpPostForJson($url, ['action' => $action, 'webviewdomain' => $webviewdomain], true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeMini/Tester.php b/vendor/zoujingli/weopen-developer/WeMini/Tester.php index 9b0828e91..060d278f0 100644 --- a/vendor/zoujingli/weopen-developer/WeMini/Tester.php +++ b/vendor/zoujingli/weopen-developer/WeMini/Tester.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -65,4 +65,4 @@ class Tester extends BasicWeChat return $this->httpPostForJson($url, ['action' => 'get_experiencer'], true); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeOpen/Login.php b/vendor/zoujingli/weopen-developer/WeOpen/Login.php index 2c45101c5..990dbc698 100644 --- a/vendor/zoujingli/weopen-developer/WeOpen/Login.php +++ b/vendor/zoujingli/weopen-developer/WeOpen/Login.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -111,4 +111,4 @@ class Login return json_decode(Tools::get($url)); } -} \ No newline at end of file +} diff --git a/vendor/zoujingli/weopen-developer/WeOpen/MiniApp.php b/vendor/zoujingli/weopen-developer/WeOpen/MiniApp.php index 2125615cc..1a67f952b 100644 --- a/vendor/zoujingli/weopen-developer/WeOpen/MiniApp.php +++ b/vendor/zoujingli/weopen-developer/WeOpen/MiniApp.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/weopen-developer/WeOpen/Service.php b/vendor/zoujingli/weopen-developer/WeOpen/Service.php index 5d8558f5c..0b8c74b39 100644 --- a/vendor/zoujingli/weopen-developer/WeOpen/Service.php +++ b/vendor/zoujingli/weopen-developer/WeOpen/Service.php @@ -3,7 +3,7 @@ // +---------------------------------------------------------------------- // | WeChatDeveloper // +---------------------------------------------------------------------- -// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] +// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // +---------------------------------------------------------------------- // | 官方网站: http://think.ctolog.com // +---------------------------------------------------------------------- @@ -393,4 +393,4 @@ class Service return json_decode(Tools::get($url), true); } -} \ No newline at end of file +}