Explorar el Código

Wesmiler 校企小程序 更新 6.15 版权修改

wesmiler hace 4 años
padre
commit
355a9528c1
Se han modificado 100 ficheros con 418 adiciones y 388 borrados
  1. 1 1
      LICENSE
  2. 1 1
      README.md
  3. 1 1
      addons/admin/public/config.js
  4. 1 1
      addons/admin/src/components/GlobalFooter/GlobalFooter.vue
  5. 1 1
      addons/manage/public/config.js
  6. 1 1
      addons/store/public/config.js
  7. 3 3
      app/admin/controller/Controller.php
  8. 3 3
      app/admin/controller/Passport.php
  9. 3 3
      app/admin/controller/Store.php
  10. 3 3
      app/admin/controller/admin/User.php
  11. 3 3
      app/admin/controller/setting/Cache.php
  12. 3 3
      app/admin/controller/setting/Science.php
  13. 3 3
      app/admin/controller/store/Api.php
  14. 3 3
      app/admin/controller/store/Menu.php
  15. 4 4
      app/admin/model/Store.php
  16. 3 3
      app/admin/model/UploadFile.php
  17. 3 3
      app/admin/model/admin/User.php
  18. 3 3
      app/admin/model/store/Api.php
  19. 3 3
      app/admin/model/store/Menu.php
  20. 3 3
      app/admin/model/store/MenuApi.php
  21. 3 3
      app/admin/model/store/User.php
  22. 3 3
      app/admin/service/Cache.php
  23. 3 3
      app/admin/service/admin/User.php
  24. 3 3
      app/admin/service/store/User.php
  25. 3 3
      app/api/common.php
  26. 3 3
      app/api/config/captcha.php
  27. 3 3
      app/api/controller/Address.php
  28. 3 3
      app/api/controller/Article.php
  29. 3 3
      app/api/controller/Banner.php
  30. 3 3
      app/api/controller/Captcha.php
  31. 3 3
      app/api/controller/Cart.php
  32. 3 3
      app/api/controller/Category.php
  33. 3 3
      app/api/controller/Checkout.php
  34. 3 3
      app/api/controller/Comment.php
  35. 3 3
      app/api/controller/Controller.php
  36. 3 3
      app/api/controller/Coupon.php
  37. 16 0
      app/api/controller/Dynamic.php
  38. 3 3
      app/api/controller/Express.php
  39. 39 39
      app/api/controller/Goods.php
  40. 3 3
      app/api/controller/Help.php
  41. 16 0
      app/api/controller/Imchat.php
  42. 9 9
      app/api/controller/MyCoupon.php
  43. 3 3
      app/api/controller/Notify.php
  44. 3 3
      app/api/controller/Order.php
  45. 3 3
      app/api/controller/Page.php
  46. 3 3
      app/api/controller/Passport.php
  47. 3 3
      app/api/controller/Recharge.php
  48. 3 3
      app/api/controller/Refund.php
  49. 3 3
      app/api/controller/Region.php
  50. 3 3
      app/api/controller/Setting.php
  51. 0 2
      app/api/controller/SourceShool.php
  52. 3 3
      app/api/controller/Upload.php
  53. 3 3
      app/api/controller/User.php
  54. 3 3
      app/api/controller/article/Category.php
  55. 3 3
      app/api/controller/balance/Log.php
  56. 3 3
      app/api/controller/goods/Service.php
  57. 3 3
      app/api/controller/order/Comment.php
  58. 3 3
      app/api/controller/points/Log.php
  59. 3 3
      app/api/controller/recharge/Order.php
  60. 3 3
      app/api/controller/recharge/Plan.php
  61. 3 3
      app/api/event.php
  62. 3 3
      app/api/listener/order/PaySuccess.php
  63. 3 3
      app/api/model/Article.php
  64. 3 3
      app/api/model/Banner.php
  65. 3 3
      app/api/model/Cart.php
  66. 3 3
      app/api/model/Category.php
  67. 3 3
      app/api/model/Comment.php
  68. 3 3
      app/api/model/CommentImage.php
  69. 3 3
      app/api/model/Coupon.php
  70. 3 3
      app/api/model/Delivery.php
  71. 3 3
      app/api/model/DeliveryRule.php
  72. 3 3
      app/api/model/Express.php
  73. 67 67
      app/api/model/Goods.php
  74. 3 3
      app/api/model/GoodsImage.php
  75. 6 6
      app/api/model/GoodsSku.php
  76. 3 3
      app/api/model/GoodsSpecRel.php
  77. 3 3
      app/api/model/Help.php
  78. 3 3
      app/api/model/Order.php
  79. 3 3
      app/api/model/OrderAddress.php
  80. 3 3
      app/api/model/OrderGoods.php
  81. 3 3
      app/api/model/OrderRefund.php
  82. 3 3
      app/api/model/OrderRefundAddress.php
  83. 3 3
      app/api/model/OrderRefundImage.php
  84. 3 3
      app/api/model/Page.php
  85. 3 3
      app/api/model/Region.php
  86. 3 3
      app/api/model/School.php
  87. 3 3
      app/api/model/SchoolAlbum.php
  88. 3 3
      app/api/model/SchoolNew.php
  89. 3 3
      app/api/model/SchoolSpeciality.php
  90. 3 3
      app/api/model/Setting.php
  91. 3 3
      app/api/model/SourceShool.php
  92. 3 3
      app/api/model/SourceShoolApply.php
  93. 3 3
      app/api/model/Spec.php
  94. 3 3
      app/api/model/SpecValue.php
  95. 3 3
      app/api/model/SpecialityBook.php
  96. 3 3
      app/api/model/Store.php
  97. 3 3
      app/api/model/UploadFile.php
  98. 3 3
      app/api/model/User.php
  99. 3 3
      app/api/model/UserAddress.php
  100. 0 0
      app/api/model/UserCoupon.php

+ 1 - 1
LICENSE

@@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
 the same "printed page" as the copyright notice for easier identification within
 the same "printed page" as the copyright notice for easier identification within
 third-party archives.
 third-party archives.
 
 
-   Copyright 2018 萤火科技
+   Copyright 2018 thinkphp
 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    you may not use this file except in compliance with the License.

+ 1 - 1
README.md

@@ -108,7 +108,7 @@ php think timer start
 
 
 本项目包含的第三方源码和二进制文件之版权信息另行标注。
 本项目包含的第三方源码和二进制文件之版权信息另行标注。
 
 
-版权所有Copyright © 2017-2021 By 萤火科技 (https://www.yiovo.com) All rights reserved。
+版权所有Copyright © 2017-2021 By thinkphp (https://www.thinkphp.com) All rights reserved。
 
 
 
 
 
 

+ 1 - 1
addons/admin/public/config.js

@@ -1,6 +1,6 @@
 window.serverConfig = {
 window.serverConfig = {
   // 系统名称
   // 系统名称
-  APP_NAME: '萤火商城系统2.0',
+  APP_NAME: '商城系统2.0',
   // 必填: api地址, 换成自己的域名即可
   // 必填: api地址, 换成自己的域名即可
   // 例如: https://www.你的域名.com/index.php?s=/admin
   // 例如: https://www.你的域名.com/index.php?s=/admin
   BASE_API: '../index.php?s=/admin',
   BASE_API: '../index.php?s=/admin',

+ 1 - 1
addons/admin/src/components/GlobalFooter/GlobalFooter.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div class="footer">
   <div class="footer">
     <div class="copyright">
     <div class="copyright">
-      <!-- <span>Copyright ©2020 萤火科技 (yiovo.com) 鲁ICP备18036811号-1</span> -->
+      <!-- <span>Copyright ©2020 thinkphp (yiovo.com) 鲁ICP备18036811号-1</span> -->
     </div>
     </div>
   </div>
   </div>
 </template>
 </template>

+ 1 - 1
addons/manage/public/config.js

@@ -1,6 +1,6 @@
 window.publicConfig = {
 window.publicConfig = {
   // 系统名称
   // 系统名称
-  APP_NAME: '萤火商城系统2.0',
+  APP_NAME: '商城系统2.0',
   // 必填: api地址, 换成自己的域名即可
   // 必填: api地址, 换成自己的域名即可
   // 例如: https://www.你的域名.com/index.php?s=/store
   // 例如: https://www.你的域名.com/index.php?s=/store
   // BASE_API: '../index.php?s=/store'
   // BASE_API: '../index.php?s=/store'

+ 1 - 1
addons/store/public/config.js

@@ -1,6 +1,6 @@
 window.publicConfig = {
 window.publicConfig = {
   // 系统名称
   // 系统名称
-  APP_NAME: '萤火商城系统2.0',
+  APP_NAME: '商城系统2.0',
   // 必填: api地址, 换成自己的域名即可
   // 必填: api地址, 换成自己的域名即可
   // 例如: https://www.你的域名.com/index.php?s=/store
   // 例如: https://www.你的域名.com/index.php?s=/store
   // BASE_API: '../index.php?s=/store'
   // BASE_API: '../index.php?s=/store'

+ 3 - 3
app/admin/controller/Controller.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/admin/controller/Passport.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/controller/Store.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/admin/controller/admin/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/controller/setting/Cache.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/controller/setting/Science.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/admin/controller/store/Api.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/controller/store/Menu.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 4 - 4
app/admin/model/Store.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 
@@ -27,7 +27,7 @@ class Store extends StoreModel
      * @return \think\Paginator
      * @return \think\Paginator
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\DbException
      */
      */
-    public function getList(bool $isRecycle = false): \think\Paginator
+    public function getList(bool $isRecycle = false): \think\Paginator
     {
     {
         return $this->where('is_recycle', '=', (int)$isRecycle)
         return $this->where('is_recycle', '=', (int)$isRecycle)
             ->where('is_delete', '=', 0)
             ->where('is_delete', '=', 0)

+ 3 - 3
app/admin/model/UploadFile.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/model/admin/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/admin/model/store/Api.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/admin/model/store/Menu.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/model/store/MenuApi.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/model/store/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/service/Cache.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/service/admin/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/admin/service/store/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/common.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/config/captcha.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Address.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Article.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Banner.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Captcha.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Cart.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Category.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Checkout.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Comment.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Controller.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Coupon.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 16 - 0
app/api/controller/Dynamic.php

@@ -0,0 +1,16 @@
+<?php
+
+namespace app\api\controller;
+
+/**
+ * 动态控制器
+ * Class Dynamic
+ * @package app\api\controller
+ */
+class Dynamic extends Controller
+{
+    public function index()
+    {
+
+    }
+}

+ 3 - 3
app/api/controller/Express.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 39 - 39
app/api/controller/Goods.php

@@ -1,14 +1,14 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-declare (strict_types=1);
+declare (strict_types=1);
 
 
 namespace app\api\controller;
 namespace app\api\controller;
 
 
@@ -23,10 +23,10 @@ class Goods extends Controller
 {
 {
     /**
     /**
      * 商品列表
      * 商品列表
-     * @return \think\response\Json
+     * @return \think\response\Json
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\DbException
      */
      */
-    public function list(): \think\response\Json
+    public function list(): \think\response\Json
     {
     {
         // 获取列表数据
         // 获取列表数据
         $model = new GoodsModel;
         $model = new GoodsModel;
@@ -37,13 +37,13 @@ class Goods extends Controller
     /**
     /**
      * 获取商品详情
      * 获取商品详情
      * @param int $goodsId
      * @param int $goodsId
-     * @return \think\response\Json
-     * @throws \cores\exception\BaseException
+     * @return \think\response\Json
+     * @throws \cores\exception\BaseException
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\ModelNotFoundException
      * @throws \think\db\exception\ModelNotFoundException
      */
      */
-    public function detail(int $goodsId): \think\response\Json
+    public function detail(int $goodsId): \think\response\Json
     {
     {
         // 商品详情
         // 商品详情
         $model = new GoodsModel;
         $model = new GoodsModel;
@@ -51,34 +51,34 @@ class Goods extends Controller
         return $this->renderSuccess(['detail' => $goodsInfo]);
         return $this->renderSuccess(['detail' => $goodsInfo]);
     }
     }
 
 
-    /**
-     * 获取商品详情(基础信息)
-     * @param int $goodsId
-     * @param bool $verifyStatus
-     * @return \think\response\Json
-     * @throws \cores\exception\BaseException
-     */
-    public function basic(int $goodsId, bool $verifyStatus = true): \think\response\Json
-    {
-        // 获取商品详情
-        $model = new GoodsModel;
-        $detail = $model->getBasic($goodsId, $verifyStatus);
-        return $this->renderSuccess(compact('detail'));
-    }
-
-    /**
-     * 获取商品规格数据
-     * @param int $goodsId 商品ID
-     * @return \think\response\Json
-     * @throws \think\db\exception\DataNotFoundException
-     * @throws \think\db\exception\DbException
-     * @throws \think\db\exception\ModelNotFoundException
-     */
-    public function specData(int $goodsId): \think\response\Json
-    {
-        // 获取商品详情
-        $model = new GoodsModel;
-        $specData = $model->getSpecData($goodsId);
-        return $this->renderSuccess(compact('specData'));
-    }
+    /**
+     * 获取商品详情(基础信息)
+     * @param int $goodsId
+     * @param bool $verifyStatus
+     * @return \think\response\Json
+     * @throws \cores\exception\BaseException
+     */
+    public function basic(int $goodsId, bool $verifyStatus = true): \think\response\Json
+    {
+        // 获取商品详情
+        $model = new GoodsModel;
+        $detail = $model->getBasic($goodsId, $verifyStatus);
+        return $this->renderSuccess(compact('detail'));
+    }
+
+    /**
+     * 获取商品规格数据
+     * @param int $goodsId 商品ID
+     * @return \think\response\Json
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\DbException
+     * @throws \think\db\exception\ModelNotFoundException
+     */
+    public function specData(int $goodsId): \think\response\Json
+    {
+        // 获取商品详情
+        $model = new GoodsModel;
+        $specData = $model->getSpecData($goodsId);
+        return $this->renderSuccess(compact('specData'));
+    }
 }
 }

+ 3 - 3
app/api/controller/Help.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 16 - 0
app/api/controller/Imchat.php

@@ -0,0 +1,16 @@
+<?php
+
+namespace app\api\controller;
+
+/**
+ * 聊天消息控制器
+ * Class Imchat
+ * @package app\api\controller
+ */
+class Imchat extends Controller
+{
+    public function index()
+    {
+
+    }
+}

+ 9 - 9
app/api/controller/MyCoupon.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 
@@ -24,11 +24,11 @@ class MyCoupon extends Controller
 {
 {
     /**
     /**
      * 用户优惠券列表
      * 用户优惠券列表
-     * @return \think\response\Json
-     * @throws \cores\exception\BaseException
+     * @return \think\response\Json
+     * @throws \cores\exception\BaseException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\DbException
      */
      */
-    public function list(): \think\response\Json
+    public function list(): \think\response\Json
     {
     {
         $userId = UserService::getCurrentLoginUserId();
         $userId = UserService::getCurrentLoginUserId();
         $model = new UserCouponModel;
         $model = new UserCouponModel;
@@ -39,10 +39,10 @@ class MyCoupon extends Controller
     /**
     /**
      * 领取优惠券
      * 领取优惠券
      * @param int $couponId
      * @param int $couponId
-     * @return \think\response\Json
-     * @throws \cores\exception\BaseException
+     * @return \think\response\Json
+     * @throws \cores\exception\BaseException
      */
      */
-    public function receive(int $couponId): \think\response\Json
+    public function receive(int $couponId): \think\response\Json
     {
     {
         $model = new UserCouponModel;
         $model = new UserCouponModel;
         if ($model->receive($couponId)) {
         if ($model->receive($couponId)) {

+ 3 - 3
app/api/controller/Notify.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Order.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Page.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Passport.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Recharge.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Refund.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/Region.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/Setting.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 0 - 2
app/api/controller/SourceShool.php

@@ -61,8 +61,6 @@ class SourceShool extends Controller
             $model = new SourceShoolModel();
             $model = new SourceShoolModel();
             $list = $model->getOptionList($this->request->param());
             $list = $model->getOptionList($this->request->param());
             return $this->renderSuccess(compact('list'));
             return $this->renderSuccess(compact('list'));
-
-
     }
     }
 
 
     /**
     /**

+ 3 - 3
app/api/controller/Upload.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/controller/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/article/Category.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/balance/Log.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/goods/Service.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/order/Comment.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/points/Log.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/recharge/Order.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/controller/recharge/Plan.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/event.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/listener/order/PaySuccess.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Article.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Banner.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Cart.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Category.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Comment.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/CommentImage.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Coupon.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Delivery.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/DeliveryRule.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Express.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 67 - 67
app/api/model/Goods.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 
@@ -14,7 +14,7 @@ namespace app\api\model;
 
 
 use app\api\service\Goods as GoodsService;
 use app\api\service\Goods as GoodsService;
 use app\api\service\user\Grade as UserGradeService;
 use app\api\service\user\Grade as UserGradeService;
-use app\api\model\GoodsSku as GoodsSkuModel;
+use app\api\model\GoodsSku as GoodsSkuModel;
 use app\api\model\GoodsSpecRel as GoodsSpecRelModel;
 use app\api\model\GoodsSpecRel as GoodsSpecRelModel;
 use app\common\model\Goods as GoodsModel;
 use app\common\model\Goods as GoodsModel;
 use app\common\enum\goods\Status as GoodsStatusEnum;
 use app\common\enum\goods\Status as GoodsStatusEnum;
@@ -92,80 +92,80 @@ class Goods extends GoodsModel
 
 
     /**
     /**
      * 获取商品详情 (详细数据用于页面展示)
      * 获取商品详情 (详细数据用于页面展示)
-     * @param int $goodsId 商品ID
-     * @param bool $verifyStatus 是否验证商品状态(上架)
+     * @param int $goodsId 商品ID
+     * @param bool $verifyStatus 是否验证商品状态(上架)
      * @return mixed
      * @return mixed
      * @throws BaseException
      * @throws BaseException
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DataNotFoundException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\DbException
      * @throws \think\db\exception\ModelNotFoundException
      * @throws \think\db\exception\ModelNotFoundException
      */
      */
-    public function getDetails(int $goodsId, bool $verifyStatus = true)
+    public function getDetails(int $goodsId, bool $verifyStatus = true)
     {
     {
-        // 关联查询(商品图片、sku列表)
+        // 关联查询(商品图片、sku列表)
         $with = ['images.file', 'skuList.image', 'video', 'videoCover'];
         $with = ['images.file', 'skuList.image', 'video', 'videoCover'];
         // 获取商品记录
         // 获取商品记录
-        $goodsInfo = $this->getGoodsMain($goodsId, $with, $verifyStatus);
+        $goodsInfo = $this->getGoodsMain($goodsId, $with, $verifyStatus);
         // 商品规格列表
         // 商品规格列表
         $goodsInfo['specList'] = GoodsSpecRelModel::getSpecList($goodsInfo['goods_id']);
         $goodsInfo['specList'] = GoodsSpecRelModel::getSpecList($goodsInfo['goods_id']);
-        return $goodsInfo->hidden(array_merge($this->hidden, ['images']));
-    }
-
-    /**
-     * 获取商品详情 (仅包含主商品信息和商品图片)
-     * @param int $goodsId 商品ID
-     * @param bool $verifyStatus 是否验证商品状态(上架)
-     * @return mixed
-     * @throws BaseException
-     */
-    public function getBasic(int $goodsId, bool $verifyStatus = true)
-    {
-        // 关联查询(商品图片)
-        $with = ['images.file'];
-        // 获取商品记录
-        return $this->getGoodsMain($goodsId, $with, $verifyStatus);
-    }
-
-    /**
-     * 获取商品规格数据
-     * @param int $goodsId
-     * @return array
-     * @throws \think\db\exception\DataNotFoundException
-     * @throws \think\db\exception\DbException
-     * @throws \think\db\exception\ModelNotFoundException
-     */
-    public function getSpecData(int $goodsId): array
-    {
-        $data = [];
-        // 商品SKU列表
-        $data['skuList'] = GoodsSkuModel::getSkuList($goodsId);
-        // 商品规格列表
-        $data['specList'] = GoodsSpecRelModel::getSpecList($goodsId);
-        return $data;
-    }
-
-    /**
-     * 获取商品主体信息
-     * @param int $goodsId 商品ID
-     * @param array $with 关联查询
-     * @param bool $verifyStatus 是否验证商品状态(上架)
-     * @return mixed
-     * @throws BaseException
-     */
-    private function getGoodsMain(int $goodsId, array $with = [], bool $verifyStatus = true)
-    {
-        // 获取商品记录
-        $goodsInfo = static::detail($goodsId, $with);
-        // 判断商品是否存在
-        if (empty($goodsInfo) || $goodsInfo['is_delete']) {
-            throwError('很抱歉,商品信息不存在');
-        }
-        // 判断商品状态(上架)
-        if ($verifyStatus && $goodsInfo['status'] == GoodsStatusEnum::OFF_SALE) {
-            throwError('很抱歉,当前商品已下架');
-        }
-        // 整理商品数据并返回
-        return $this->setGoodsDataFromApi($goodsInfo);
+        return $goodsInfo->hidden(array_merge($this->hidden, ['images']));
+    }
+
+    /**
+     * 获取商品详情 (仅包含主商品信息和商品图片)
+     * @param int $goodsId 商品ID
+     * @param bool $verifyStatus 是否验证商品状态(上架)
+     * @return mixed
+     * @throws BaseException
+     */
+    public function getBasic(int $goodsId, bool $verifyStatus = true)
+    {
+        // 关联查询(商品图片)
+        $with = ['images.file'];
+        // 获取商品记录
+        return $this->getGoodsMain($goodsId, $with, $verifyStatus);
+    }
+
+    /**
+     * 获取商品规格数据
+     * @param int $goodsId
+     * @return array
+     * @throws \think\db\exception\DataNotFoundException
+     * @throws \think\db\exception\DbException
+     * @throws \think\db\exception\ModelNotFoundException
+     */
+    public function getSpecData(int $goodsId): array
+    {
+        $data = [];
+        // 商品SKU列表
+        $data['skuList'] = GoodsSkuModel::getSkuList($goodsId);
+        // 商品规格列表
+        $data['specList'] = GoodsSpecRelModel::getSpecList($goodsId);
+        return $data;
+    }
+
+    /**
+     * 获取商品主体信息
+     * @param int $goodsId 商品ID
+     * @param array $with 关联查询
+     * @param bool $verifyStatus 是否验证商品状态(上架)
+     * @return mixed
+     * @throws BaseException
+     */
+    private function getGoodsMain(int $goodsId, array $with = [], bool $verifyStatus = true)
+    {
+        // 获取商品记录
+        $goodsInfo = static::detail($goodsId, $with);
+        // 判断商品是否存在
+        if (empty($goodsInfo) || $goodsInfo['is_delete']) {
+            throwError('很抱歉,商品信息不存在');
+        }
+        // 判断商品状态(上架)
+        if ($verifyStatus && $goodsInfo['status'] == GoodsStatusEnum::OFF_SALE) {
+            throwError('很抱歉,当前商品已下架');
+        }
+        // 整理商品数据并返回
+        return $this->setGoodsDataFromApi($goodsInfo);
     }
     }
 
 
     /**
     /**

+ 3 - 3
app/api/model/GoodsImage.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 6 - 6
app/api/model/GoodsSku.php

@@ -1,14 +1,14 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-declare (strict_types=1);
+declare (strict_types=1);
 
 
 namespace app\api\model;
 namespace app\api\model;
 
 
@@ -22,10 +22,10 @@ use app\common\model\GoodsSku as GoodsSkuModel;
 class GoodsSku extends GoodsSkuModel
 class GoodsSku extends GoodsSkuModel
 {
 {
     /**
     /**
-     * 关联模型:规格图片
+     * 关联模型:规格图片
      * @return \think\model\relation\HasOne
      * @return \think\model\relation\HasOne
      */
      */
-    public function image(): \think\model\relation\HasOne
+    public function image(): \think\model\relation\HasOne
     {
     {
         return parent::image()->bind(['image_url' => 'preview_url']);
         return parent::image()->bind(['image_url' => 'preview_url']);
     }
     }

+ 3 - 3
app/api/model/GoodsSpecRel.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Help.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Order.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/OrderAddress.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/OrderGoods.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/OrderRefund.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/OrderRefundAddress.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/OrderRefundImage.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/Page.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Region.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/School.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/SchoolAlbum.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/SchoolNew.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/SchoolSpeciality.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Setting.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/SourceShool.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/SourceShoolApply.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Spec.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/SpecValue.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/SpecialityBook.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/Store.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/UploadFile.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 3 - 3
app/api/model/User.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types=1);
 declare (strict_types=1);
 
 

+ 3 - 3
app/api/model/UserAddress.php

@@ -1,12 +1,12 @@
 <?php
 <?php
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | 萤火商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
+// | 商城系统 [ 致力于通过产品和服务,帮助商家高效化开拓市场 ]
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Copyright (c) 2017~2021 https://www.yiovo.com All rights reserved.
+// | Copyright (c) 2017~2021 https://www.thinkphp.com All rights reserved.
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // | Licensed 这不是一个自由软件,不允许对程序代码以任何形式任何目的的再发行
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
-// | Author: 萤火科技 <admin@yiovo.com>
+// | Author: thinkphp <admin@yiovo.com>
 // +----------------------------------------------------------------------
 // +----------------------------------------------------------------------
 declare (strict_types = 1);
 declare (strict_types = 1);
 
 

+ 0 - 0
app/api/model/UserCoupon.php


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio