Browse Source

[更新]修改项目注释

Anyon 5 years ago
parent
commit
c0524af113
100 changed files with 139 additions and 160 deletions
  1. 0 21
      MIT-LICENSE.txt
  2. 1 1
      application/admin/controller/Auth.php
  3. 1 1
      application/admin/controller/Config.php
  4. 1 1
      application/admin/controller/Index.php
  5. 1 1
      application/admin/controller/Login.php
  6. 1 1
      application/admin/controller/Menu.php
  7. 1 1
      application/admin/controller/Oplog.php
  8. 1 1
      application/admin/controller/Queue.php
  9. 1 1
      application/admin/controller/User.php
  10. 2 2
      application/admin/controller/api/Plugs.php
  11. 2 2
      application/admin/controller/api/Update.php
  12. 1 1
      application/admin/queue/JobsQueue.php
  13. 1 1
      application/admin/service/NodeService.php
  14. 1 1
      application/admin/service/OplogService.php
  15. 1 1
      application/admin/service/QueueService.php
  16. 1 1
      application/admin/sys.php
  17. 1 1
      application/index/controller/Index.php
  18. 1 1
      application/service/controller/Config.php
  19. 1 1
      application/service/controller/Index.php
  20. 1 1
      application/service/controller/api/Client.php
  21. 1 1
      application/service/controller/api/Push.php
  22. 1 1
      application/service/handler/PublishHandler.php
  23. 1 1
      application/service/handler/ReceiveHandler.php
  24. 1 1
      application/service/handler/WechatHandler.php
  25. 1 1
      application/service/service/BuildService.php
  26. 1 1
      application/service/service/WechatService.php
  27. 1 1
      application/store/command/AutoRun.php
  28. 1 1
      application/store/controller/Config.php
  29. 1 1
      application/store/controller/ExpressCompany.php
  30. 1 1
      application/store/controller/ExpressTemplate.php
  31. 1 1
      application/store/controller/Goods.php
  32. 1 1
      application/store/controller/GoodsCate.php
  33. 1 1
      application/store/controller/Member.php
  34. 1 1
      application/store/controller/Message.php
  35. 1 1
      application/store/controller/Order.php
  36. 1 1
      application/store/controller/api/Express.php
  37. 1 1
      application/store/controller/api/Goods.php
  38. 1 1
      application/store/controller/api/Member.php
  39. 1 1
      application/store/controller/api/Notify.php
  40. 1 1
      application/store/controller/api/Wechat.php
  41. 1 1
      application/store/controller/api/member/Address.php
  42. 1 1
      application/store/controller/api/member/Center.php
  43. 1 1
      application/store/controller/api/member/Order.php
  44. 1 1
      application/store/service/ExpressService.php
  45. 1 1
      application/store/service/ExtendService.php
  46. 1 1
      application/store/service/GoodsService.php
  47. 1 1
      application/store/service/OrderService.php
  48. 1 1
      application/store/sys.php
  49. 2 2
      application/wechat/command/Fans.php
  50. 2 2
      application/wechat/command/fans/FansAll.php
  51. 2 2
      application/wechat/command/fans/FansBlack.php
  52. 2 2
      application/wechat/command/fans/FansList.php
  53. 2 2
      application/wechat/command/fans/FansTags.php
  54. 2 2
      application/wechat/controller/Config.php
  55. 2 2
      application/wechat/controller/Fans.php
  56. 2 2
      application/wechat/controller/Keys.php
  57. 2 2
      application/wechat/controller/Menu.php
  58. 2 2
      application/wechat/controller/News.php
  59. 2 2
      application/wechat/controller/api/Js.php
  60. 2 2
      application/wechat/controller/api/Push.php
  61. 2 2
      application/wechat/controller/api/Review.php
  62. 2 2
      application/wechat/controller/api/Tools.php
  63. 2 2
      application/wechat/queue/WechatQueue.php
  64. 2 2
      application/wechat/service/FansService.php
  65. 2 2
      application/wechat/service/MediaService.php
  66. 2 2
      application/wechat/service/WechatService.php
  67. 2 2
      application/wechat/sys.php
  68. 1 1
      config/app.php
  69. 1 1
      config/cookie.php
  70. 1 1
      config/database.php
  71. 1 1
      config/log.php
  72. 1 1
      config/queue.php
  73. 1 1
      config/session.php
  74. 1 1
      config/template.php
  75. 1 1
      config/wechat.php
  76. 1 1
      public/index.php
  77. 1 1
      public/router.php
  78. 1 1
      public/static/admin.js
  79. 1 1
      public/static/theme/css/console.less
  80. 1 1
      public/static/theme/css/login.less
  81. 2 2
      route/demo.php
  82. 2 2
      think
  83. 1 1
      vendor/zoujingli/think-library/src/File.php
  84. 2 2
      vendor/zoujingli/think-library/src/command/sync/Admin.php
  85. 2 2
      vendor/zoujingli/think-library/src/command/sync/Service.php
  86. 2 2
      vendor/zoujingli/think-library/src/command/task/Reset.php
  87. 2 2
      vendor/zoujingli/think-library/src/command/task/Start.php
  88. 2 2
      vendor/zoujingli/think-library/src/command/task/Stop.php
  89. 2 2
      vendor/zoujingli/think-library/src/driver/Qiniu.php
  90. 2 2
      vendor/zoujingli/think-library/src/logic/Delete.php
  91. 2 2
      vendor/zoujingli/think-library/src/logic/Logic.php
  92. 2 2
      vendor/zoujingli/think-library/src/logic/Page.php
  93. 2 2
      vendor/zoujingli/think-library/src/logic/Query.php
  94. 2 2
      vendor/zoujingli/think-library/src/tools/Csrf.php
  95. 2 2
      vendor/zoujingli/think-library/src/tools/Data.php
  96. 2 2
      vendor/zoujingli/think-library/src/tools/Http.php
  97. 2 2
      vendor/zoujingli/wechat-developer/AliPay/App.php
  98. 2 2
      vendor/zoujingli/wechat-developer/AliPay/Bill.php
  99. 2 2
      vendor/zoujingli/wechat-developer/AliPay/Pos.php
  100. 2 2
      vendor/zoujingli/wechat-developer/AliPay/Transfer.php

+ 0 - 21
MIT-LICENSE.txt

@@ -1,21 +0,0 @@
-The MIT License
- 
-Copyright (c) 2014-2018 Anyon<zoujingli@qq.com>
-
-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.

+ 1 - 1
application/admin/controller/Auth.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Config.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Index.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Login.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Menu.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Oplog.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/Queue.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/controller/User.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 2 - 2
application/admin/controller/api/Plugs.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -113,4 +113,4 @@ class Plugs extends Controller
         $this->fetch();
         $this->fetch();
     }
     }
 
 
-}
+}

+ 2 - 2
application/admin/controller/api/Update.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -52,4 +52,4 @@ class Update extends Controller
         ]);
         ]);
     }
     }
 
 
-}
+}

+ 1 - 1
application/admin/queue/JobsQueue.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/service/NodeService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/service/OplogService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/service/QueueService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/admin/sys.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/index/controller/Index.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/controller/Config.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/controller/Index.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/controller/api/Client.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/controller/api/Push.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/handler/PublishHandler.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/handler/ReceiveHandler.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/handler/WechatHandler.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/service/BuildService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/service/service/WechatService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/command/AutoRun.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/Config.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/ExpressCompany.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/ExpressTemplate.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/Goods.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/GoodsCate.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/Member.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/Message.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/Order.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/Express.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/Goods.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/Member.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/Notify.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/Wechat.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/member/Address.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/member/Center.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/controller/api/member/Order.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/service/ExpressService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/service/ExtendService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/service/GoodsService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/service/OrderService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
application/store/sys.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 2 - 2
application/wechat/command/Fans.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -134,4 +134,4 @@ class Fans extends Command
         $this->output->comment('synchronized fans tags successful.');
         $this->output->comment('synchronized fans tags successful.');
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/command/fans/FansAll.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -31,4 +31,4 @@ class FansAll extends Fans
         $this->module = ['list', 'black', 'tags'];
         $this->module = ['list', 'black', 'tags'];
         $this->setName('xfans:all')->setDescription('synchronize all of fans');
         $this->setName('xfans:all')->setDescription('synchronize all of fans');
     }
     }
-}
+}

+ 2 - 2
application/wechat/command/fans/FansBlack.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -31,4 +31,4 @@ class FansBlack extends Fans
         $this->module = ['black'];
         $this->module = ['black'];
         $this->setName('xfans:black')->setDescription('synchronize black of fans');
         $this->setName('xfans:black')->setDescription('synchronize black of fans');
     }
     }
-}
+}

+ 2 - 2
application/wechat/command/fans/FansList.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -32,4 +32,4 @@ class FansList extends Fans
         $this->setName('xfans:list')->setDescription('synchronize list of fans');
         $this->setName('xfans:list')->setDescription('synchronize list of fans');
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/command/fans/FansTags.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -31,4 +31,4 @@ class FansTags extends Fans
         $this->module = ['tags'];
         $this->module = ['tags'];
         $this->setName('xfans:tags')->setDescription('synchronize tags of fans');
         $this->setName('xfans:tags')->setDescription('synchronize tags of fans');
     }
     }
-}
+}

+ 2 - 2
application/wechat/controller/Config.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -102,4 +102,4 @@ class Config extends Controller
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/Fans.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -136,4 +136,4 @@ class Fans extends Controller
         $this->_delete($this->table);
         $this->_delete($this->table);
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/Keys.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -194,4 +194,4 @@ class Keys extends Controller
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/Menu.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -165,4 +165,4 @@ class Menu extends Controller
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/News.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -174,4 +174,4 @@ class News extends Controller
         $this->_delete($this->table);
         $this->_delete($this->table);
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/api/Js.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -56,4 +56,4 @@ EOF;
         return Response::create($html)->contentType('application/x-javascript');
         return Response::create($html)->contentType('application/x-javascript');
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/api/Push.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -322,4 +322,4 @@ class Push extends Controller
         return data_save('WechatFans', $user, 'openid', ['appid' => $this->appid]);
         return data_save('WechatFans', $user, 'openid', ['appid' => $this->appid]);
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/api/Review.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -103,4 +103,4 @@ class Review extends Controller
         $this->fetch();
         $this->fetch();
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/controller/api/Tools.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -249,4 +249,4 @@ class Tools extends Controller
         response($qrCode->get(), 200, ['Content-Type' => 'image/png'])->send();
         response($qrCode->get(), 200, ['Content-Type' => 'image/png'])->send();
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/queue/WechatQueue.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -72,4 +72,4 @@ class WechatQueue extends JobsQueue
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/service/FansService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -65,4 +65,4 @@ class FansService
         return $user;
         return $user;
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/service/MediaService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -80,4 +80,4 @@ class MediaService
         if (file_exists($local)) return new MyCurlFile($local);
         if (file_exists($local)) return new MyCurlFile($local);
         return new MyCurlFile(File::down($local)['file']);
         return new MyCurlFile(File::down($local)['file']);
     }
     }
-}
+}

+ 2 - 2
application/wechat/service/WechatService.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -241,4 +241,4 @@ class WechatService extends \We
         throw new \think\Exception('请在后台配置微信对接授权模式');
         throw new \think\Exception('请在后台配置微信对接授权模式');
     }
     }
 
 
-}
+}

+ 2 - 2
application/wechat/sys.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -24,4 +24,4 @@ Console::addDefaultCommands([
     'app\wechat\command\fans\FansTags',
     'app\wechat\command\fans\FansTags',
     'app\wechat\command\fans\FansList',
     'app\wechat\command\fans\FansList',
     'app\wechat\command\fans\FansBlack',
     'app\wechat\command\fans\FansBlack',
-]);
+]);

+ 1 - 1
config/app.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/cookie.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/database.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/log.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/queue.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/session.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/template.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
config/wechat.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
public/index.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
public/router.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
public/static/admin.js

@@ -1,7 +1,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
public/static/theme/css/console.less

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 1 - 1
public/static/theme/css/login.less

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | ThinkAdmin
 // | ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://demo.thinkadmin.top
 // | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 2 - 2
route/demo.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -52,4 +52,4 @@ if (in_array(request()->rootDomain(), ['ctolog.com', 'thinkadmin.top'])) {
     Route::post('service/config/index', function () {
     Route::post('service/config/index', function () {
         return json(['code' => 0, 'info' => '测试环境禁止修改微信配置操作!']);
         return json(['code' => 0, 'info' => '测试环境禁止修改微信配置操作!']);
     });
     });
-}
+}

+ 2 - 2
think

@@ -4,7 +4,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | framework
 // | framework
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://framework.thinkadmin.top
 // | 官方网站: http://framework.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -21,4 +21,4 @@ require __DIR__ . '/thinkphp/base.php';
 
 
 Container::get('app')->path(__DIR__ . '/application/')->initialize();
 Container::get('app')->path(__DIR__ . '/application/')->initialize();
 
 
-Console::init();
+Console::init();

+ 1 - 1
vendor/zoujingli/think-library/src/File.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------

+ 2 - 2
vendor/zoujingli/think-library/src/command/sync/Admin.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -40,4 +40,4 @@ class Admin extends Sync
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/command/sync/Service.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -39,4 +39,4 @@ class Service extends Sync
             parent::execute($input, $output);
             parent::execute($input, $output);
         }
         }
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/command/task/Reset.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -41,4 +41,4 @@ class Reset extends Task
             $output->error('message queue daemon creation failed, try again later!');
             $output->error('message queue daemon creation failed, try again later!');
         }
         }
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/command/task/Start.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -42,4 +42,4 @@ class Start extends Task
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/command/task/Stop.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -38,4 +38,4 @@ class Stop extends Task
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/driver/Qiniu.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -202,4 +202,4 @@ class Qiniu extends File
         );
         );
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/logic/Delete.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -93,4 +93,4 @@ class Delete extends Logic
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/logic/Logic.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -53,4 +53,4 @@ abstract class Logic
         return is_string($dbQuery) ? Db::name($dbQuery) : $dbQuery;
         return is_string($dbQuery) ? Db::name($dbQuery) : $dbQuery;
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/logic/Page.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -139,4 +139,4 @@ class Page extends Logic
         }
         }
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/logic/Query.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -233,4 +233,4 @@ class Query extends Logic
     {
     {
         return (new Page($this->query, $isPage, $isDisplay, $total, $limit))->init($this->controller);
         return (new Page($this->query, $isPage, $isDisplay, $total, $limit))->init($this->controller);
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/tools/Csrf.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -90,4 +90,4 @@ class Csrf
             }, $html);
             }, $html);
         }));
         }));
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/tools/Data.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -189,4 +189,4 @@ class Data
         while ($size >= 1024 && $pos < 6) if (++$pos) $size /= 1024;
         while ($size >= 1024 && $pos < 6) if (++$pos) $size /= 1024;
         return round($size, $dec) . ' ' . $map[$pos];
         return round($size, $dec) . ' ' . $map[$pos];
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/think-library/src/tools/Http.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Library for ThinkAdmin
 // | Library for ThinkAdmin
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://library.thinkadmin.top
 // | 官方网站: http://library.thinkadmin.top
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -139,4 +139,4 @@ class Http
         return $userAgents[array_rand($userAgents, 1)];
         return $userAgents[array_rand($userAgents, 1)];
     }
     }
 
 
-}
+}

+ 2 - 2
vendor/zoujingli/wechat-developer/AliPay/App.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | WeChatDeveloper
 // | WeChatDeveloper
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://think.ctolog.com
 // | 官方网站: http://think.ctolog.com
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -45,4 +45,4 @@ class App extends BasicAliPay
         $this->applyData($options);
         $this->applyData($options);
         return http_build_query($this->options->get());
         return http_build_query($this->options->get());
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/wechat-developer/AliPay/Bill.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | WeChatDeveloper
 // | WeChatDeveloper
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://think.ctolog.com
 // | 官方网站: http://think.ctolog.com
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -44,4 +44,4 @@ class Bill extends BasicAliPay
     {
     {
         return $this->getResult($options);
         return $this->getResult($options);
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/wechat-developer/AliPay/Pos.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | WeChatDeveloper
 // | WeChatDeveloper
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://think.ctolog.com
 // | 官方网站: http://think.ctolog.com
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -45,4 +45,4 @@ class Pos extends BasicAliPay
     {
     {
         return $this->getResult($options);
         return $this->getResult($options);
     }
     }
-}
+}

+ 2 - 2
vendor/zoujingli/wechat-developer/AliPay/Transfer.php

@@ -3,7 +3,7 @@
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | WeChatDeveloper
 // | WeChatDeveloper
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | 官方网站: http://think.ctolog.com
 // | 官方网站: http://think.ctolog.com
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
@@ -45,4 +45,4 @@ class Transfer extends BasicAliPay
     {
     {
         return $this->getResult($options);
         return $this->getResult($options);
     }
     }
-}
+}

Some files were not shown because too many files changed in this diff