Browse Source

[更新]修改后台注释

Anyon 5 năm trước cách đây
mục cha
commit
cedaac7c97
82 tập tin đã thay đổi với 219 bổ sung184 xóa
  1. 2 2
      application/admin/controller/Auth.php
  2. 2 2
      application/admin/controller/Config.php
  3. 2 2
      application/admin/controller/Index.php
  4. 2 2
      application/admin/controller/Login.php
  5. 2 2
      application/admin/controller/Menu.php
  6. 2 2
      application/admin/controller/Oplog.php
  7. 2 2
      application/admin/controller/Queue.php
  8. 2 2
      application/admin/controller/User.php
  9. 4 3
      application/admin/controller/api/Plugs.php
  10. 4 3
      application/admin/controller/api/Update.php
  11. 2 2
      application/admin/queue/JobsQueue.php
  12. 2 2
      application/admin/service/NodeService.php
  13. 2 2
      application/admin/service/OplogService.php
  14. 2 2
      application/admin/service/QueueService.php
  15. 2 2
      application/admin/sys.php
  16. 2 2
      application/index/controller/Index.php
  17. 2 2
      application/service/controller/Config.php
  18. 2 2
      application/service/controller/Index.php
  19. 2 2
      application/service/controller/api/Client.php
  20. 2 2
      application/service/controller/api/Push.php
  21. 2 2
      application/service/handler/PublishHandler.php
  22. 2 2
      application/service/handler/ReceiveHandler.php
  23. 2 2
      application/service/handler/WechatHandler.php
  24. 2 2
      application/service/service/BuildService.php
  25. 2 2
      application/service/service/WechatService.php
  26. 2 2
      application/store/command/AutoRun.php
  27. 2 2
      application/store/controller/Config.php
  28. 2 2
      application/store/controller/ExpressCompany.php
  29. 2 2
      application/store/controller/ExpressTemplate.php
  30. 2 2
      application/store/controller/Goods.php
  31. 2 2
      application/store/controller/GoodsCate.php
  32. 2 2
      application/store/controller/Member.php
  33. 2 2
      application/store/controller/Message.php
  34. 2 2
      application/store/controller/Order.php
  35. 2 2
      application/store/controller/api/Express.php
  36. 2 2
      application/store/controller/api/Goods.php
  37. 2 2
      application/store/controller/api/Member.php
  38. 2 2
      application/store/controller/api/Notify.php
  39. 2 2
      application/store/controller/api/Wechat.php
  40. 2 2
      application/store/controller/api/member/Address.php
  41. 2 2
      application/store/controller/api/member/Center.php
  42. 2 2
      application/store/controller/api/member/Order.php
  43. 2 2
      application/store/service/ExpressService.php
  44. 2 2
      application/store/service/ExtendService.php
  45. 2 2
      application/store/service/GoodsService.php
  46. 2 2
      application/store/service/OrderService.php
  47. 2 2
      application/store/sys.php
  48. 4 3
      application/wechat/command/Fans.php
  49. 4 3
      application/wechat/command/fans/FansAll.php
  50. 4 3
      application/wechat/command/fans/FansBlack.php
  51. 4 3
      application/wechat/command/fans/FansList.php
  52. 4 3
      application/wechat/command/fans/FansTags.php
  53. 4 3
      application/wechat/controller/Config.php
  54. 4 3
      application/wechat/controller/Fans.php
  55. 13 1
      application/wechat/controller/Index.php
  56. 4 3
      application/wechat/controller/Keys.php
  57. 4 3
      application/wechat/controller/Menu.php
  58. 4 3
      application/wechat/controller/News.php
  59. 4 3
      application/wechat/controller/api/Js.php
  60. 4 3
      application/wechat/controller/api/Push.php
  61. 4 3
      application/wechat/controller/api/Review.php
  62. 4 3
      application/wechat/controller/api/Tools.php
  63. 4 3
      application/wechat/queue/WechatQueue.php
  64. 4 3
      application/wechat/service/FansService.php
  65. 4 3
      application/wechat/service/MediaService.php
  66. 4 3
      application/wechat/service/WechatService.php
  67. 4 3
      application/wechat/sys.php
  68. 2 2
      config/app.php
  69. 2 2
      config/cookie.php
  70. 2 2
      config/log.php
  71. 2 2
      config/queue.php
  72. 2 2
      config/session.php
  73. 2 2
      config/template.php
  74. 2 2
      config/wechat.php
  75. 2 2
      public/index.php
  76. 2 2
      public/router.php
  77. 2 2
      public/static/admin.js
  78. 0 0
      public/static/myself/my_plugs_files
  79. 2 2
      public/static/theme/css/console.less
  80. 2 2
      public/static/theme/css/login.less
  81. 4 3
      route/demo.php
  82. 4 3
      think

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller;

+ 4 - 3
application/admin/controller/api/Plugs.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller\api;

+ 4 - 3
application/admin/controller/api/Update.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\queue;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\admin\service;

+ 2 - 2
application/admin/sys.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 use app\admin\service\NodeService;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\index\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\handler;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\handler;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\handler;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\service\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\command;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api\member;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api\member;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\controller\api\member;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\service;

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\store\service;

+ 2 - 2
application/store/sys.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 // 注册系统指令

+ 4 - 3
application/wechat/command/Fans.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\command;

+ 4 - 3
application/wechat/command/fans/FansAll.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\command\fans;

+ 4 - 3
application/wechat/command/fans/FansBlack.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\command\fans;

+ 4 - 3
application/wechat/command/fans/FansList.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\command\fans;

+ 4 - 3
application/wechat/command/fans/FansTags.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\command\fans;

+ 4 - 3
application/wechat/controller/Config.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller;

+ 4 - 3
application/wechat/controller/Fans.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller;

+ 13 - 1
application/wechat/controller/Index.php

@@ -1,5 +1,17 @@
 <?php
 
+// +----------------------------------------------------------------------
+// | ThinkAdmin
+// +----------------------------------------------------------------------
+// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
+// +----------------------------------------------------------------------
+// | 官方网站: http://demo.thinkadmin.top
+// +----------------------------------------------------------------------
+// | 开源协议 ( https://mit-license.org )
+// +----------------------------------------------------------------------
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
+// +----------------------------------------------------------------------
 
 namespace app\wechat\controller;
 
@@ -41,4 +53,4 @@ class Index extends Controller
         $this->fetch();
     }
 
-}
+}

+ 4 - 3
application/wechat/controller/Keys.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller;

+ 4 - 3
application/wechat/controller/Menu.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller;

+ 4 - 3
application/wechat/controller/News.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller;

+ 4 - 3
application/wechat/controller/api/Js.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller\api;

+ 4 - 3
application/wechat/controller/api/Push.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller\api;

+ 4 - 3
application/wechat/controller/api/Review.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller\api;

+ 4 - 3
application/wechat/controller/api/Tools.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\controller\api;

+ 4 - 3
application/wechat/queue/WechatQueue.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\queue;

+ 4 - 3
application/wechat/service/FansService.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\service;

+ 4 - 3
application/wechat/service/MediaService.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\service;

+ 4 - 3
application/wechat/service/WechatService.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace app\wechat\service;

+ 4 - 3
application/wechat/sys.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 use think\Console;

+ 2 - 2
config/app.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
config/cookie.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
config/log.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
config/queue.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
config/session.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 /* 定义会话路径 */

+ 2 - 2
config/template.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
config/wechat.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 return [

+ 2 - 2
public/index.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace think;

+ 2 - 2
public/router.php

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 if (is_file($_SERVER["DOCUMENT_ROOT"] . $_SERVER["SCRIPT_NAME"])) {

+ 2 - 2
public/static/admin.js

@@ -7,8 +7,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 // 浏览器兼容提示

+ 0 - 0
public/static/myself/my plugs file → public/static/myself/my_plugs_files


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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 ::selection {

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

@@ -9,8 +9,8 @@
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | gitee 开源项目:https://gitee.com/zoujingli/ThinkAdmin
-// | github开源项目:https://github.com/zoujingli/ThinkAdmin
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 body, html {

+ 4 - 3
route/demo.php

@@ -1,15 +1,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 use think\facade\Route;

+ 4 - 3
think

@@ -2,15 +2,16 @@
 <?php
 
 // +----------------------------------------------------------------------
-// | framework
+// | ThinkAdmin
 // +----------------------------------------------------------------------
 // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
 // +----------------------------------------------------------------------
-// | 官方网站: http://framework.thinkadmin.top
+// | 官方网站: http://demo.thinkadmin.top
 // +----------------------------------------------------------------------
 // | 开源协议 ( https://mit-license.org )
 // +----------------------------------------------------------------------
-// | github开源项目:https://github.com/zoujingli/framework
+// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
+// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
 // +----------------------------------------------------------------------
 
 namespace think;