Browse Source

first commit

Your Name 1 month ago
commit
fe0a99e39f
100 changed files with 9653 additions and 0 deletions
  1. 1
    0
      .example.env
  2. 30
    0
      .gitignore
  3. 42
    0
      .travis.yml
  4. 32
    0
      LICENSE.txt
  5. 56
    0
      README.md
  6. 9
    0
      app/.htaccess
  7. 22
    0
      app/AppService.php
  8. 75
    0
      app/ExceptionHandle.php
  9. 8
    0
      app/Request.php
  10. 27
    0
      app/admin/command/Hello.php
  11. 26
    0
      app/admin/config/project.php
  12. 142
    0
      app/admin/controller/Admin.php
  13. 134
    0
      app/admin/controller/Auth.php
  14. 22
    0
      app/admin/controller/Dispatch.php
  15. 131
    0
      app/admin/controller/Express.php
  16. 204
    0
      app/admin/controller/File.php
  17. 67
    0
      app/admin/controller/Footprint.php
  18. 65
    0
      app/admin/controller/Freight.php
  19. 79
    0
      app/admin/controller/Index.php
  20. 64
    0
      app/admin/controller/Login.php
  21. 105
    0
      app/admin/controller/Recharge.php
  22. 115
    0
      app/admin/controller/Role.php
  23. 172
    0
      app/admin/controller/Seckill.php
  24. 93
    0
      app/admin/controller/Statistics.php
  25. 47
    0
      app/admin/controller/Upload.php
  26. 24
    0
      app/admin/controller/account_log/AccountLog.php
  27. 109
    0
      app/admin/controller/activity_area/Area.php
  28. 125
    0
      app/admin/controller/activity_area/Goods.php
  29. 94
    0
      app/admin/controller/after_sale/AfterSale.php
  30. 230
    0
      app/admin/controller/bargain/Bargain.php
  31. 34
    0
      app/admin/controller/common/Goods.php
  32. 108
    0
      app/admin/controller/community/CommunityArticle.php
  33. 120
    0
      app/admin/controller/community/CommunityCategory.php
  34. 82
    0
      app/admin/controller/community/CommunityComment.php
  35. 40
    0
      app/admin/controller/community/CommunitySetting.php
  36. 120
    0
      app/admin/controller/community/CommunityTopic.php
  37. 109
    0
      app/admin/controller/content/Article.php
  38. 112
    0
      app/admin/controller/content/ArticleCategory.php
  39. 118
    0
      app/admin/controller/content/Help.php
  40. 112
    0
      app/admin/controller/content/HelpCategory.php
  41. 40
    0
      app/admin/controller/coupon/ShopCoupon.php
  42. 125
    0
      app/admin/controller/decoration/Ad.php
  43. 110
    0
      app/admin/controller/decoration/AdPosition.php
  44. 57
    0
      app/admin/controller/decoration/BottomNav.php
  45. 245
    0
      app/admin/controller/decoration/MenuDecorate.php
  46. 58
    0
      app/admin/controller/distribution/Apply.php
  47. 89
    0
      app/admin/controller/distribution/Center.php
  48. 47
    0
      app/admin/controller/distribution/DistributionGoods.php
  49. 84
    0
      app/admin/controller/distribution/DistributionLevel.php
  50. 112
    0
      app/admin/controller/distribution/DistributionMember.php
  51. 25
    0
      app/admin/controller/distribution/DistributionOrder.php
  52. 49
    0
      app/admin/controller/distribution/DistributionSetting.php
  53. 154
    0
      app/admin/controller/distribution/Member.php
  54. 22
    0
      app/admin/controller/distribution/Record.php
  55. 36
    0
      app/admin/controller/distribution/Setting.php
  56. 39
    0
      app/admin/controller/finance/Finance.php
  57. 65
    0
      app/admin/controller/finance/Integral.php
  58. 270
    0
      app/admin/controller/finance/Shop.php
  59. 476
    0
      app/admin/controller/finance/User.php
  60. 125
    0
      app/admin/controller/goods/Brand.php
  61. 142
    0
      app/admin/controller/goods/Category.php
  62. 122
    0
      app/admin/controller/goods/Column.php
  63. 48
    0
      app/admin/controller/goods/Comment.php
  64. 226
    0
      app/admin/controller/goods/Goods.php
  65. 108
    0
      app/admin/controller/goods/Unit.php
  66. 118
    0
      app/admin/controller/integral/IntegralGoods.php
  67. 161
    0
      app/admin/controller/integral/IntegralOrder.php
  68. 159
    0
      app/admin/controller/kefu/Kefu.php
  69. 110
    0
      app/admin/controller/kefu/KefuLang.php
  70. 118
    0
      app/admin/controller/live/LiveGoods.php
  71. 123
    0
      app/admin/controller/live/LiveRoom.php
  72. 89
    0
      app/admin/controller/order/Invoice.php
  73. 130
    0
      app/admin/controller/order/Order.php
  74. 82
    0
      app/admin/controller/seckill/SeckillGoods.php
  75. 75
    0
      app/admin/controller/seckill/SeckillTime.php
  76. 229
    0
      app/admin/controller/setting/Basic.php
  77. 39
    0
      app/admin/controller/setting/CustomerService.php
  78. 86
    0
      app/admin/controller/setting/Hfdg.php
  79. 29
    0
      app/admin/controller/setting/HotSearch.php
  80. 51
    0
      app/admin/controller/setting/Map.php
  81. 45
    0
      app/admin/controller/setting/MarketingConfig.php
  82. 109
    0
      app/admin/controller/setting/NoticeSetting.php
  83. 209
    0
      app/admin/controller/setting/PayConfig.php
  84. 30
    0
      app/admin/controller/setting/Register.php
  85. 45
    0
      app/admin/controller/setting/ShopWithdrawal.php
  86. 60
    0
      app/admin/controller/setting/SiteStatistic.php
  87. 104
    0
      app/admin/controller/setting/Sms.php
  88. 185
    0
      app/admin/controller/setting/StorageConfig.php
  89. 40
    0
      app/admin/controller/setting/Transaction.php
  90. 60
    0
      app/admin/controller/setting/User.php
  91. 103
    0
      app/admin/controller/shop/Apply.php
  92. 137
    0
      app/admin/controller/shop/Auth.php
  93. 114
    0
      app/admin/controller/shop/Category.php
  94. 126
    0
      app/admin/controller/shop/Goods.php
  95. 169
    0
      app/admin/controller/shop/Store.php
  96. 50
    0
      app/admin/controller/shop/Treaty.php
  97. 133
    0
      app/admin/controller/sign_daily/SignDaily.php
  98. 42
    0
      app/admin/controller/system/Cache.php
  99. 114
    0
      app/admin/controller/system/Crontab.php
  100. 0
    0
      app/admin/controller/system/Log.php

+ 1
- 0
.example.env View File

@@ -0,0 +1 @@
1
+
app_debug = false

[database]
type = mysql
hostname = likeshop-mysql
database = localhost_likeshopb2b2c
username = root
password = root
hostport = 3306
charset = utf8mb4
debug = true
prefix = 'ls_'


[project]
env_name = 多商户后台
admin_name = 多商户后台
file_domain = "www.likeshopb2b2c.localhost"
ws_domain = wss://127.0.0.1

+ 30
- 0
.gitignore View File

@@ -0,0 +1,30 @@
1
+/.idea
2
+/.vscode
3
+*.log
4
+.env
5
+/runtime/*
6
+!/runtime/index.html
7
+/public/uploads/*
8
+!/public/uploads/index.html
9
+/config/install.lock
10
+/public/upgrade/*
11
+!/public/uploads/version.json
12
+
13
+/.htaccess
14
+/404.html
15
+/index.html
16
+/public/.user.ini
17
+
18
+/config/*
19
+
20
+/public/business/*
21
+/public/install/*
22
+/public/kefu/*
23
+/public/mobile/*
24
+/public/pc/*
25
+/public/pcseo/*
26
+
27
+*.sql
28
+*.zip
29
+*.7z
30
+*.rar

+ 42
- 0
.travis.yml View File

@@ -0,0 +1,42 @@
1
+sudo: false
2
+
3
+language: php
4
+
5
+branches:
6
+  only:
7
+    - stable
8
+
9
+cache:
10
+  directories:
11
+    - $HOME/.composer/cache
12
+
13
+before_install:
14
+  - composer self-update
15
+
16
+install:
17
+  - composer install --no-dev --no-interaction --ignore-platform-reqs
18
+  - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Core.zip .
19
+  - composer require --update-no-dev --no-interaction "topthink/think-image:^1.0"
20
+  - composer require --update-no-dev --no-interaction "topthink/think-migration:^1.0"
21
+  - composer require --update-no-dev --no-interaction "topthink/think-captcha:^1.0"
22
+  - composer require --update-no-dev --no-interaction "topthink/think-mongo:^1.0"
23
+  - composer require --update-no-dev --no-interaction "topthink/think-worker:^1.0"
24
+  - composer require --update-no-dev --no-interaction "topthink/think-helper:^1.0"
25
+  - composer require --update-no-dev --no-interaction "topthink/think-queue:^1.0"
26
+  - composer require --update-no-dev --no-interaction "topthink/think-angular:^1.0"
27
+  - composer require --dev --update-no-dev --no-interaction "topthink/think-testing:^1.0"
28
+  - zip -r --exclude='*.git*' --exclude='*.zip' --exclude='*.travis.yml' ThinkPHP_Full.zip .
29
+
30
+script:
31
+  - php think unit
32
+
33
+deploy:
34
+  provider: releases
35
+  api_key:
36
+    secure: TSF6bnl2JYN72UQOORAJYL+CqIryP2gHVKt6grfveQ7d9rleAEoxlq6PWxbvTI4jZ5nrPpUcBUpWIJHNgVcs+bzLFtyh5THaLqm39uCgBbrW7M8rI26L8sBh/6nsdtGgdeQrO/cLu31QoTzbwuz1WfAVoCdCkOSZeXyT/CclH99qV6RYyQYqaD2wpRjrhA5O4fSsEkiPVuk0GaOogFlrQHx+C+lHnf6pa1KxEoN1A0UxxVfGX6K4y5g4WQDO5zT4bLeubkWOXK0G51XSvACDOZVIyLdjApaOFTwamPcD3S1tfvuxRWWvsCD5ljFvb2kSmx5BIBNwN80MzuBmrGIC27XLGOxyMerwKxB6DskNUO9PflKHDPI61DRq0FTy1fv70SFMSiAtUv9aJRT41NQh9iJJ0vC8dl+xcxrWIjU1GG6+l/ZcRqVx9V1VuGQsLKndGhja7SQ+X1slHl76fRq223sMOql7MFCd0vvvxVQ2V39CcFKao/LB1aPH3VhODDEyxwx6aXoTznvC/QPepgWsHOWQzKj9ftsgDbsNiyFlXL4cu8DWUty6rQy8zT2b4O8b1xjcwSUCsy+auEjBamzQkMJFNlZAIUrukL/NbUhQU37TAbwsFyz7X0E/u/VMle/nBCNAzgkMwAUjiHM6FqrKKBRWFbPrSIixjfjkCnrMEPw=
37
+  file:
38
+    - ThinkPHP_Core.zip
39
+    - ThinkPHP_Full.zip
40
+  skip_cleanup: true
41
+  on:
42
+    tags: true

+ 32
- 0
LICENSE.txt View File

@@ -0,0 +1,32 @@
1
+
2
+ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
3
+版权所有Copyright © 2006-2016 by ThinkPHP (http://thinkphp.cn)
4
+All rights reserved。
5
+ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。
6
+
7
+Apache Licence是著名的非盈利开源组织Apache采用的协议。
8
+该协议和BSD类似,鼓励代码共享和尊重原作者的著作权,
9
+允许代码修改,再作为开源或商业软件发布。需要满足
10
+的条件: 
11
+1. 需要给代码的用户一份Apache Licence ;
12
+2. 如果你修改了代码,需要在被修改的文件中说明;
13
+3. 在延伸的代码中(修改和有源代码衍生的代码中)需要
14
+带有原来代码中的协议,商标,专利声明和其他原来作者规
15
+定需要包含的说明;
16
+4. 如果再发布的产品中包含一个Notice文件,则在Notice文
17
+件中需要带有本协议内容。你可以在Notice中增加自己的
18
+许可,但不可以表现为对Apache Licence构成更改。 
19
+具体的协议参考:http://www.apache.org/licenses/LICENSE-2.0
20
+
21
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31
+ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32
+POSSIBILITY OF SUCH DAMAGE.

+ 56
- 0
README.md View File

@@ -0,0 +1,56 @@
1
+ThinkPHP 6.0
2
+===============
3
+
4
+> 运行环境要求PHP7.1+,兼容PHP8.0。
5
+
6
+[官方应用服务市场](https://market.topthink.com) | [`ThinkAPI`——官方统一API服务](https://docs.topthink.com/think-api)
7
+
8
+ThinkPHPV6.0版本由[亿速云](https://www.yisu.com/)独家赞助发布。
9
+
10
+## 主要新特性
11
+
12
+* 采用`PHP7`强类型(严格模式)
13
+* 支持更多的`PSR`规范
14
+* 原生多应用支持
15
+* 更强大和易用的查询
16
+* 全新的事件系统
17
+* 模型事件和数据库事件统一纳入事件系统
18
+* 模板引擎分离出核心
19
+* 内部功能中间件化
20
+* SESSION/Cookie机制改进
21
+* 对Swoole以及协程支持改进
22
+* 对IDE更加友好
23
+* 统一和精简大量用法
24
+
25
+## 安装
26
+
27
+~~~
28
+composer create-project topthink/think tp 6.0.*
29
+~~~
30
+
31
+如果需要更新框架使用
32
+~~~
33
+composer update topthink/framework
34
+~~~
35
+
36
+## 文档
37
+
38
+[完全开发手册](https://www.kancloud.cn/manual/thinkphp6_0/content)
39
+
40
+## 参与开发
41
+
42
+请参阅 [ThinkPHP 核心框架包](https://github.com/top-think/framework)。
43
+
44
+## 版权信息
45
+
46
+ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
47
+
48
+本项目包含的第三方源码和二进制文件之版权信息另行标注。
49
+
50
+版权所有Copyright © 2006-2020 by ThinkPHP (http://thinkphp.cn)
51
+
52
+All rights reserved。
53
+
54
+ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。
55
+
56
+更多细节参阅 [LICENSE.txt](LICENSE.txt)

+ 9
- 0
app/.htaccess View File

@@ -0,0 +1,9 @@
1
+<IfModule mod_rewrite.c>
2
+   Options +FollowSymlinks
3
+   RewriteEngine On
4
+   RewriteCond %{REQUEST_FILENAME} !-d
5
+   RewriteCond %{REQUEST_FILENAME} !-f
6
+   #如果页面出现"No input file specified." 请注释第一条,启用第二条
7
+   #RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
8
+   RewriteRule ^(.*)$ index.php [E=PATH_INFO:$1,QSA,PT,L]
9
+</IfModule>

+ 22
- 0
app/AppService.php View File

@@ -0,0 +1,22 @@
1
+<?php
2
+declare (strict_types = 1);
3
+
4
+namespace app;
5
+
6
+use think\Service;
7
+
8
+/**
9
+ * 应用服务类
10
+ */
11
+class AppService extends Service
12
+{
13
+    public function register()
14
+    {
15
+        // 服务注册
16
+    }
17
+
18
+    public function boot()
19
+    {
20
+        // 服务启动
21
+    }
22
+}

+ 75
- 0
app/ExceptionHandle.php View File

@@ -0,0 +1,75 @@
1
+<?php
2
+namespace app;
3
+
4
+use think\db\exception\DataNotFoundException;
5
+use think\db\exception\ModelNotFoundException;
6
+use think\exception\Handle;
7
+use think\exception\HttpException;
8
+use think\exception\HttpResponseException;
9
+use think\exception\ValidateException;
10
+use think\Response;
11
+use Throwable;
12
+
13
+/**
14
+ * 应用异常处理类
15
+ */
16
+class ExceptionHandle extends Handle
17
+{
18
+    /**
19
+     * 不需要记录信息(日志)的异常类列表
20
+     * @var array
21
+     */
22
+    protected $ignoreReport = [
23
+        HttpException::class,
24
+        HttpResponseException::class,
25
+        ModelNotFoundException::class,
26
+        DataNotFoundException::class,
27
+        ValidateException::class,
28
+    ];
29
+
30
+    /**
31
+     * 记录异常信息(包括日志或者其它方式记录)
32
+     *
33
+     * @access public
34
+     * @param  Throwable $exception
35
+     * @return void
36
+     */
37
+    public function report(Throwable $exception): void
38
+    {
39
+        // 使用内置的方式记录异常日志
40
+        parent::report($exception);
41
+    }
42
+
43
+    /**
44
+     * Render an exception into an HTTP response.
45
+     *
46
+     * @access public
47
+     * @param \think\Request   $request
48
+     * @param Throwable $e
49
+     * @return Response
50
+     */
51
+    public function render($request, Throwable $e): Response
52
+    {
53
+        if (env('APP_DEBUG',true) == false) {
54
+            // 参数验证错误
55
+            if ($e instanceof ValidateException) {
56
+                $data = array('code'=>0, 'show'=> 1, 'msg'=>'参数验证错误', 'data'=>[]);
57
+                return json($data, 200);
58
+            }
59
+
60
+            // 请求异常
61
+            if ($e instanceof HttpException) {
62
+                $data = array('code'=>0, 'show'=> 1, 'msg'=>'请求异常', 'data'=>[]);
63
+                return json($data, 200);
64
+            }
65
+
66
+//            // 其他服务器内部错误
67
+//            $data = array('code'=>0, 'show'=> 1, 'msg'=>'服务器内部错误 (^o^)Y', 'data'=>[]);
68
+//            return json($data, 200);
69
+        }
70
+        
71
+        // 其他错误交给系统处理
72
+        return parent::render($request, $e);
73
+
74
+    }
75
+}

+ 8
- 0
app/Request.php View File

@@ -0,0 +1,8 @@
1
+<?php
2
+namespace app;
3
+
4
+// 应用请求对象类
5
+class Request extends \think\Request
6
+{
7
+
8
+}

+ 27
- 0
app/admin/command/Hello.php View File

@@ -0,0 +1,27 @@
1
+<?php
2
+namespace app\admin\command;
3
+
4
+use think\console\Command;
5
+use think\console\Input;
6
+use think\console\input\Argument;
7
+use think\console\input\Option;
8
+use think\console\Output;
9
+use think\facade\Db;
10
+
11
+class Hello extends Command
12
+{
13
+    protected function configure()
14
+    {
15
+        $this->setName('hello')
16
+            ->setDescription('Say Hello');
17
+    }
18
+
19
+    protected function execute(Input $input, Output $output)
20
+    {
21
+        $data = [
22
+            'number' => mt_rand(100000, 999999),
23
+            'create_time' => time()
24
+        ];
25
+        Db::name('test_crontab')->insert($data);
26
+    }
27
+}

+ 26
- 0
app/admin/config/project.php View File

@@ -0,0 +1,26 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+return [
21
+    //样式显示
22
+    'env_name' => env('project.env_name', '本地环境-'),
23
+    'admin_name' => env('project.admin_name', '平台后台'),
24
+    'theme_color' => 'layui-bg-blue',
25
+    'theme_button' => 'layui-btn-normal',
26
+];

+ 142
- 0
app/admin/controller/Admin.php View File

@@ -0,0 +1,142 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+
24
+use app\admin\logic\AdminLogic;
25
+use app\admin\logic\LoginLogic;
26
+use app\admin\validate\AdminPasswordValidate;
27
+use app\admin\validate\AdminValidate;
28
+use app\common\basics\AdminBase;
29
+use app\common\model\Role;
30
+use app\common\model\Admin as AdminModel;
31
+use app\common\server\JsonServer;
32
+
33
+class Admin extends AdminBase
34
+{
35
+    /**
36
+     * Notes: 列表
37
+     * @author 段誉(2021/4/10 16:44)
38
+     * @return string|\think\response\Json
39
+     * @throws \think\db\exception\DataNotFoundException
40
+     * @throws \think\db\exception\DbException
41
+     * @throws \think\db\exception\ModelNotFoundException
42
+     */
43
+    public function lists()
44
+    {
45
+        if ($this->request->isAjax()) {
46
+            $get = $this->request->get();
47
+            return JsonServer::success('获取成功', AdminLogic::lists($get));
48
+        }
49
+        return view('', ['role_lists' => (new Role())->getRoleLists()]);
50
+    }
51
+
52
+
53
+    /**
54
+     * Notes: 添加
55
+     * @author 段誉(2021/4/10 16:44)
56
+     * @return string|\think\response\Json
57
+     * @throws \think\db\exception\DataNotFoundException
58
+     * @throws \think\db\exception\DbException
59
+     * @throws \think\db\exception\ModelNotFoundException
60
+     */
61
+    public function add()
62
+    {
63
+        if ($this->request->isAjax()) {
64
+            $post = $this->request->post();
65
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
66
+            (new AdminValidate())->goCheck('add');
67
+            if (AdminLogic::addAdmin($post)) {
68
+                return JsonServer::success('操作成功');
69
+            }
70
+            return JsonServer::error(AdminLogic::getError() ?: '操作失败');
71
+        }
72
+        return view('', ['role_lists' => (new Role())->getRoleLists()]);
73
+    }
74
+
75
+    /**
76
+     * Notes: 编辑
77
+     * @author 段誉(2021/4/10 16:45)
78
+     * @return string
79
+     * @throws \think\db\exception\DataNotFoundException
80
+     * @throws \think\db\exception\DbException
81
+     * @throws \think\db\exception\ModelNotFoundException
82
+     */
83
+    public function edit()
84
+    {
85
+        $id = $this->request->get('admin_id');
86
+        if ($this->request->isAjax()) {
87
+            $post = $this->request->post();
88
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
89
+            (new AdminValidate())->goCheck('edit');
90
+            if (AdminLogic::editAdmin($post)) {
91
+                return JsonServer::success('操作成功');
92
+            }
93
+            return JsonServer::error(AdminLogic::getError() ?: '操作失败');
94
+        }
95
+        return view('',[
96
+            'detail' => AdminModel::find($id),
97
+            'role_lists' => (new Role())->getRoleLists()
98
+        ]);
99
+    }
100
+
101
+
102
+    /**
103
+     * Notes: 删除
104
+     * @author 段誉(2021/4/30 11:31)
105
+     * @return \think\response\Json
106
+     */
107
+    public function del()
108
+    {
109
+        if ($this->request->isAjax()) {
110
+            $id = $this->request->post('admin_id');
111
+            if (AdminLogic::delAdmin($id)) {
112
+                return JsonServer::success('操作成功');
113
+            }
114
+        }
115
+        return JsonServer::error('操作失败');
116
+    }
117
+
118
+
119
+    /**
120
+     * Notes: 修改密码
121
+     * @author 段誉(2021/4/30 12:03)
122
+     * @return \think\response\Json|\think\response\View
123
+     */
124
+    public function password()
125
+    {
126
+        if ($this->request->isAjax()) {
127
+            $post = $this->request->post();
128
+            $post['admin_id'] = $this->adminId;
129
+            (new AdminPasswordValidate())->goCheck('', $post);
130
+
131
+            $res = AdminLogic::updatePassword($post['password'], $this->adminId);
132
+            if ($res) {
133
+                return JsonServer::success('操作成功');
134
+            }
135
+            return JsonServer::error(AdminLogic::getError() ?: '操作失败');
136
+        }
137
+        return view('', [
138
+            'account' => $this->adminUser['account']
139
+        ]);
140
+    }
141
+
142
+}

+ 134
- 0
app/admin/controller/Auth.php View File

@@ -0,0 +1,134 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+
24
+use app\admin\validate\AuthValidate;
25
+use app\admin\logic\AuthLogic;
26
+use app\common\basics\AdminBase;
27
+use app\common\server\JsonServer;
28
+use think\facade\View;
29
+
30
+class Auth extends AdminBase
31
+{
32
+    /**
33
+     * Notes: 列表
34
+     * @author 段誉(2021/4/10 16:44)
35
+     * @return string|\think\response\Json
36
+     * @throws \think\db\exception\DataNotFoundException
37
+     * @throws \think\db\exception\DbException
38
+     * @throws \think\db\exception\ModelNotFoundException
39
+     */
40
+    public function lists()
41
+    {
42
+        if($this->request->isAjax()) {
43
+            $data = AuthLogic::lists();
44
+            return json(['code' => 0, 'msg' => '列表', 'data' => json_encode($data)]);
45
+        }
46
+        return view();
47
+    }
48
+
49
+
50
+    /**
51
+     * Notes: 添加
52
+     * @author 段誉(2021/4/12 16:43)
53
+     * @return string|\think\response\Json
54
+     * @throws \think\db\exception\DataNotFoundException
55
+     * @throws \think\db\exception\DbException
56
+     * @throws \think\db\exception\ModelNotFoundException
57
+     */
58
+    public function add()
59
+    {
60
+        if ($this->request->isAjax()) {
61
+            $post = $this->request->post();
62
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
63
+            (new AuthValidate())->goCheck();
64
+            $result = AuthLogic::addMenu($post);
65
+            if (false === $result) {
66
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
67
+            }
68
+            return JsonServer::success('操作成功');
69
+        }
70
+        return view('', ['menu_lists' => AuthLogic::chooseMenu()]);
71
+    }
72
+
73
+    /**
74
+     * Notes: 编辑
75
+     * @author 段誉(2021/4/12 16:43)
76
+     * @return string|\think\response\Json
77
+     * @throws \think\db\exception\DataNotFoundException
78
+     * @throws \think\db\exception\DbException
79
+     * @throws \think\db\exception\ModelNotFoundException
80
+     */
81
+    public function edit()
82
+    {
83
+        $id = $this->request->get('id');
84
+        if ($this->request->isAjax()) {
85
+            $post = $this->request->post();
86
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
87
+            (new AuthValidate())->goCheck();
88
+            if (false === AuthLogic::editMenu($post)) {
89
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
90
+            }
91
+            return JsonServer::success('操作成功');
92
+        }
93
+
94
+        return view('', [
95
+            'detail' => AuthLogic::detail($id)->toArray(),
96
+            'menu_lists' => AuthLogic::chooseMenu()
97
+        ]);
98
+    }
99
+
100
+
101
+    /**
102
+     * Notes: 删除
103
+     * @author 段誉(2021/4/12 16:43)
104
+     * @return \think\response\Json
105
+     * @throws \think\db\exception\DataNotFoundException
106
+     * @throws \think\db\exception\DbException
107
+     * @throws \think\db\exception\ModelNotFoundException
108
+     */
109
+    public function del()
110
+    {
111
+        if ($this->request->isAjax()) {
112
+            $post = $this->request->post();
113
+            if (empty($post['ids'])) {
114
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
115
+            }
116
+            AuthLogic::delMenu($post['ids']);
117
+            return JsonServer::success('操作成功');
118
+        }
119
+    }
120
+
121
+
122
+    /**
123
+     * Notes: 设置
124
+     * @author 段誉(2021/4/12 16:43)
125
+     */
126
+    public function status()
127
+    {
128
+        if ($this->request->isAjax()) {
129
+            $post = $this->request->post();
130
+            AuthLogic::setStatus($post);
131
+            return JsonServer::success('操作成功');
132
+        }
133
+    }
134
+}

+ 22
- 0
app/admin/controller/Dispatch.php View File

@@ -0,0 +1,22 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller;
5
+
6
+
7
+use think\facade\View;
8
+
9
+class Dispatch
10
+{
11
+    /**
12
+     * @Notes: 错误提示
13
+     * @Author: 张无忌
14
+     * @param $msg
15
+     * @return \think\response\View
16
+     */
17
+    public static function dispatch_error($msg)
18
+    {
19
+        View::assign('msg', $msg);
20
+        return view('dispatch_error');
21
+    }
22
+}

+ 131
- 0
app/admin/controller/Express.php View File

@@ -0,0 +1,131 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+use app\admin\validate\ExpressValidate;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\ConfigServer;
26
+use app\common\logic\ExpressLogic;
27
+use app\common\server\JsonServer;
28
+use think\db;
29
+use think\exception\ValidateException;
30
+
31
+class Express extends AdminBase
32
+{
33
+    /**
34
+     * lists
35
+     * @return mixed
36
+     * @throws \think\exception\DbException
37
+     * @throws db\exception\DataNotFoundException
38
+     * @throws db\exception\ModelNotFoundException
39
+     */
40
+    public function lists()
41
+    {
42
+        if ($this->request->isAjax()) {
43
+            $get = $this->request->get();
44
+            return JsonServer::error('', ExpressLogic::lists($get));
45
+        }
46
+    }
47
+
48
+    /**
49
+     * 添加
50
+     * @return mixed
51
+     */
52
+    public function add()
53
+    {
54
+        if ($this->request->isAjax()) {
55
+            $post = $this->request->post();
56
+            $post['del'] = 0;
57
+            try {
58
+                validate(ExpressValidate::class)->scene('add')->check($post);
59
+                $result = ExpressLogic::addExpress($post);
60
+                if ($result) {
61
+                    return JsonServer::success('添加成功');
62
+                }
63
+                return JsonServer::error($result);
64
+            } catch (ValidateException $e) {
65
+                return JsonServer::error($e->getMessage());
66
+            }
67
+        }
68
+        return view();
69
+    }
70
+
71
+    /**
72
+     * 编辑
73
+     * @param $id
74
+     * @return mixed
75
+     */
76
+    public function edit($id)
77
+    {
78
+        if ($this->request->isAjax()) {
79
+            $post = $this->request->post();
80
+            $post['del'] = 0;
81
+            try {
82
+                validate(ExpressValidate::class)->scene('edit')->check($post);
83
+                $result = ExpressLogic::editExpress($post);
84
+                if ($result) {
85
+                    return JsonServer::success('修改成功');
86
+                }
87
+                return JsonServer::error($result);
88
+            } catch (ValidateException $e) {
89
+                return JsonServer::error($e->getMessage());
90
+            }
91
+        }
92
+        return view('', [
93
+            'info' => ExpressLogic::info($id)
94
+        ]);
95
+    }
96
+
97
+
98
+    /**
99
+     * 删除
100
+     * @param $delData
101
+     * @throws \think\Exception
102
+     * @throws \think\exception\PDOException
103
+     */
104
+    public function del($delData)
105
+    {
106
+        if ($this->request->isAjax()) {
107
+            $result = ExpressLogic::delExpress($delData);
108
+            if ($result) {
109
+                return JsonServer::success('删除成功');
110
+            }
111
+            return JsonServer::error('删除失败');
112
+        }
113
+    }
114
+
115
+    //查询配置
116
+    public function setExpress()
117
+    {
118
+        $post = $this->request->post();
119
+        if ($post) {
120
+            ConfigServer::set('express', 'way', $post['way']);
121
+
122
+            ConfigServer::set('kd100', 'appkey', $post['kd100_appkey']);
123
+            ConfigServer::set('kd100', 'appsecret', $post['kd100_customer']);
124
+
125
+            ConfigServer::set('kdniao', 'appkey', $post['kdniao_appkey']);
126
+            ConfigServer::set('kdniao', 'appsecret', $post['kdniao_ebussinessid']);
127
+            ConfigServer::set('kdniao', 'type', $post['kdniao_type']);
128
+        }
129
+        return JsonServer::success('操作成功');
130
+    }
131
+}

+ 204
- 0
app/admin/controller/File.php View File

@@ -0,0 +1,204 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller;
21
+
22
+
23
+use app\admin\logic\FileLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+use app\common\server\FileServer;
27
+
28
+class File extends AdminBase
29
+{
30
+    /**
31
+     * NOTE: 图片列表
32
+     * @author: 张无忌
33
+     */
34
+    public function lists()
35
+    {
36
+        if ($this->request->isAjax()) {
37
+            $get = $this->request->get();
38
+            $lists = FileLogic::getFile($get);
39
+            return JsonServer::success('获取成功', $lists);
40
+        }
41
+        
42
+        $get = $this->request->get();
43
+        $get['type'] = $get['type'] ?? 10; // 10 图片
44
+        $get['shop_id'] = $get['shop_id'] ?? 0; // 0 平台
45
+
46
+        return view('', [
47
+            'type'     => $get['type'],
48
+            'category' => json_encode(FileLogic::getCate($get))
49
+        ]);
50
+    }
51
+
52
+    /**
53
+     * NOTE: 移动文件
54
+     * @author: 张无忌
55
+     */
56
+    public function move()
57
+    {
58
+        if ($this->request->isAjax()) {
59
+            $post = $this->request->post();
60
+            $res = FileLogic::move($post);
61
+            if ($res) {
62
+                return JsonServer::success('移动成功', FileLogic::getCate($post["type"]));
63
+            }
64
+
65
+            $error = FileLogic::getError() ?: '移动失败';
66
+            return JsonServer::error($error);
67
+        }
68
+
69
+        $get = $this->request->get();
70
+        $get['type'] = $get['type'] ?? 10; // 10 图片
71
+        $get['shop_id'] = $get['shop_id'] ?? 0; // 0 平台
72
+        return view('', [
73
+            'categoryTree' => FileLogic::categoryToSelectThree($get)
74
+        ]);
75
+    }
76
+
77
+    /**
78
+     * NOTE: 删除文件
79
+     * @author: 张无忌
80
+     */
81
+    public function del()
82
+    {
83
+        if ($this->request->isAjax()) {
84
+            $post = $this->request->post();
85
+            $res = FileLogic::del($post);
86
+            $data = [
87
+                'shop_id' => 0,
88
+                'type' => $post['type']
89
+            ];
90
+            if ($res) {
91
+                return JsonServer::success('删除成功', FileLogic::getCate($data));
92
+            }
93
+
94
+            $error = FileLogic::getError() ?: '删除失败';
95
+            return JsonServer::error($error);
96
+        }
97
+
98
+        return JsonServer::error("请求异常");
99
+    }
100
+
101
+    /**
102
+     * 其他文件上传
103
+     */
104
+    public function other()
105
+    {
106
+        if ($this->request->isPost()) {
107
+            $local = $this->request->get('local',0);
108
+            $sub_dir = $this->request->get('sub_dir','');
109
+            $local = $local == 0 ? false : true;
110
+            $save_path = 'uploads/other';
111
+
112
+            if ($local && $local !== '') {
113
+                $save_path = 'uploads/other/'.$sub_dir;
114
+            }
115
+
116
+            $result = FileServer::other($save_path, $local);
117
+            return JsonServer::success('',$result);
118
+        }
119
+        return JsonServer::success();
120
+    }
121
+
122
+    /** ======================== 华丽的分割线, 下面是文件分类相关 ========================**/
123
+
124
+    /**
125
+     * NOTE: 新增分类
126
+     * @author: 张无忌
127
+     */
128
+    public function addCate()
129
+    {
130
+        if ($this->request->isAjax()) {
131
+            $post = $this->request->post();
132
+            $res = FileLogic::addCate($post);
133
+            $data = [
134
+                'type' => $post['type'],
135
+                'shop_id' => 0
136
+            ];
137
+            if ($res) {
138
+                return JsonServer::success('新增成功', FileLogic::getCate($data));
139
+            }
140
+
141
+            $error = FileLogic::getError() ?: '新增失败';
142
+            return JsonServer::error($error);
143
+        }
144
+        $get = $this->request->get();
145
+        $get['type'] = $get['type'] ?? 10; // 10 图片
146
+        $get['shop_id'] = $get['shop_id'] ?? 0; // 0 平台
147
+        return view('addCate', [
148
+            'categoryTree' => FileLogic::categoryToSelect($get)
149
+        ]);
150
+    }
151
+
152
+    /**
153
+     * NOTE: 编辑分类
154
+     * @author: 张无忌
155
+     */
156
+    public function editCate()
157
+    {
158
+        if ($this->request->isAjax()) {
159
+            $post = $this->request->post();
160
+            $res = FileLogic::editCate($post);
161
+            if ($res) {
162
+                $data = [
163
+                    'type' => $post["type"],
164
+                    'shop_id' => 0
165
+                ];
166
+                return JsonServer::success('编辑成功', FileLogic::getCate($data));
167
+            }
168
+
169
+            $error = FileLogic::getError() ?: '编辑失败';
170
+            return JsonServer::error($error);
171
+        }
172
+
173
+        $get = $this->request->get();
174
+        return view('editCate', [
175
+            'detail'       => FileLogic::getCateById($get['id']),
176
+            'categoryTree' => FileLogic::categoryToSelect($get)
177
+        ]);
178
+    }
179
+
180
+    /**
181
+     * NOTE: 删除分类
182
+     * @author: 张无忌
183
+     */
184
+    public function delCate()
185
+    {
186
+        if ($this->request->isAjax()) {
187
+            $id = $this->request->post('id');
188
+            $type = $this->request->post('type');
189
+            $res = FileLogic::delCate($id);
190
+            $data = [
191
+                'shop_id' => 0,
192
+                'type' => $type
193
+            ];
194
+            if ($res) {
195
+                return JsonServer::success('删除成功', FileLogic::getCate($data));
196
+            }
197
+
198
+            $error = FileLogic::getError() ?: '删除失败';
199
+            return JsonServer::error($error, FileLogic::getCate($data));
200
+        }
201
+
202
+        return JsonServer::error('请求异常');
203
+    }
204
+}

+ 67
- 0
app/admin/controller/Footprint.php View File

@@ -0,0 +1,67 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller;
5
+
6
+
7
+use app\admin\logic\FootprintLogic;
8
+use app\common\basics\AdminBase;
9
+use app\common\server\ConfigServer;
10
+use app\common\server\JsonServer;
11
+use think\facade\View;
12
+
13
+class Footprint extends AdminBase
14
+{
15
+    /**
16
+     * @Notes: 足迹气泡配置页
17
+     * @Author: 张无忌
18
+     * @return \think\response\View
19
+     */
20
+    public function index()
21
+    {
22
+        $config['footprint_status']   = ConfigServer::get('footprint','footprint_status',0);
23
+        $config['footprint_duration'] = ConfigServer::get('footprint','footprint_duration',60);
24
+        View::assign('config', $config);
25
+        View::assign('footprint', FootprintLogic::lists());
26
+        return view();
27
+    }
28
+
29
+    /**
30
+     * @Notes: 编辑足迹气泡
31
+     * @Author: 张无忌
32
+     */
33
+    public function edit()
34
+    {
35
+        if ($this->request->isAjax()) {
36
+            $post = $this->request->post();
37
+            $result = FootprintLogic::edit($post);
38
+            if ($result === false) {
39
+                $message = FootprintLogic::getError() ?: '编辑失败';
40
+                return JsonServer::error($message);
41
+            }
42
+            return JsonServer::success('编辑成功');
43
+        }
44
+
45
+        $id = $this->request->get('id');
46
+        View::assign('detail', FootprintLogic::detail($id));
47
+        return view();
48
+    }
49
+
50
+    /**
51
+     * @Notes: 设置足迹
52
+     * @Author: 张无忌
53
+     */
54
+    public function set()
55
+    {
56
+        if ($this->request->isAjax()) {
57
+            $post = $this->request->post();
58
+            $result = FootprintLogic::set($post);
59
+            if ($result === false) {
60
+                $message = FootprintLogic::getError() ?: '设置失败';
61
+                return JsonServer::error($message);
62
+            }
63
+            return JsonServer::success('设置成功');
64
+        }
65
+        return JsonServer::error('请求异常');
66
+    }
67
+}

+ 65
- 0
app/admin/controller/Freight.php View File

@@ -0,0 +1,65 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller;
21
+
22
+use app\common\logic\ExpressLogic;
23
+use app\common\basics\AdminBase;
24
+use app\common\server\ConfigServer;
25
+use app\common\logic\FreightLogic;
26
+use app\common\model\Freight as FreightModel;
27
+use app\common\server\JsonServer;
28
+
29
+class Freight extends AdminBase
30
+{
31
+    /**
32
+     * User: 意象信息科技 mjf
33
+     * Desc: 设置快递方式
34
+     */
35
+    public function set()
36
+    {
37
+        if ($this->request->isAjax()) {
38
+            $post = $this->request->post();
39
+            $post['type'] = isset($post['type']) && $post['type'] == 'on' ? 1 : 0;
40
+            ConfigServer::set('express', 'is_express', $post['type']);
41
+            return JsonServer::success('操作成功');
42
+        }
43
+        $type = ConfigServer::get('express', 'is_express');
44
+        return view('', [
45
+            'type' => $type
46
+        ]);
47
+    }
48
+
49
+    /**
50
+     * User: 意象信息科技 mjf
51
+     * Desc: 运费模板列表
52
+     */
53
+    public function lists()
54
+    {
55
+        if ($this->request->isAjax()) {
56
+            $get = $this->request->get();
57
+            return JsonServer::success('获取成功', FreightLogic::lists($get));//运费模板页
58
+        }
59
+        return view('index', [
60
+            'charge_way_lists' => FreightModel::getChargeWay(true),
61
+            'config'=>ExpressLogic::getExpress()
62
+        ]);
63
+    }
64
+
65
+}

+ 79
- 0
app/admin/controller/Index.php View File

@@ -0,0 +1,79 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+
24
+use app\admin\logic\index\StatLogic;
25
+use app\admin\server\MenuServer;
26
+use app\common\basics\AdminBase;
27
+use app\common\model\Role;
28
+use app\common\server\ConfigServer;
29
+use app\common\server\JsonServer;
30
+use think\facade\Config;
31
+
32
+class Index extends AdminBase
33
+{
34
+    /**
35
+     * 后台前端全局界面
36
+     * @return mixed
37
+     */
38
+    public function index()
39
+    {
40
+        return view('',[
41
+            'config' => [
42
+                'name' => ConfigServer::get('website', 'name'),
43
+                'web_favicon' => ConfigServer::get('website', 'web_favicon'),
44
+                'backstage_logo' => ConfigServer::get('website_platform', 'platform_admin_logo'),//主页左上角logo
45
+            ],
46
+            'menu' => MenuServer::getMenuTree($this->adminUser['role_id']), // 菜单渲染
47
+            'view_app_trace' => Config::get('app.app_trace'), // 开启右上角前端示例
48
+            'admin_name' => $this->adminUser['name'],//管理员名称
49
+            'role_name' => (new Role())->getRoleName($this->adminUser['role_id']), // 角色名称
50
+        ]);
51
+    }
52
+
53
+    /**
54
+     * 工作台
55
+     * @return mixed
56
+     */
57
+    public function stat()
58
+    {
59
+        if($this->request->isAjax()){
60
+            return JsonServer::success('', StatLogic::graphData());
61
+        }
62
+        return view('', [
63
+            'res' => StatLogic::stat()
64
+        ]);
65
+    }
66
+    
67
+
68
+    /**
69
+     * 工作台商家数据
70
+     * @return mixed
71
+     */
72
+    public function shop()
73
+    {
74
+        if ($this->request->isAjax()) {
75
+            $get = $this->request->get();
76
+            return JsonServer::success('', StatLogic::shopLists($get));
77
+        }
78
+    }
79
+}

+ 64
- 0
app/admin/controller/Login.php View File

@@ -0,0 +1,64 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+
24
+use app\admin\logic\LoginLogic;
25
+use app\admin\validate\LoginValidate;
26
+use app\common\basics\AdminBase;
27
+use app\common\server\JsonServer;
28
+
29
+class Login extends AdminBase
30
+{
31
+    public $like_not_need_login = ['login'];
32
+
33
+    /**
34
+     * Notes: 登录
35
+     * @author FZR(2021/1/28 15:08)
36
+     */
37
+    public function login()
38
+    {
39
+        if ($this->request->isAjax()) {
40
+            $post = request()->post();
41
+            (new LoginValidate())->goCheck();
42
+            if (LoginLogic::login($post)){
43
+                return JsonServer::success('登录成功');
44
+            }
45
+            $error = LoginLogic::getError() ?: '登录失败';
46
+            return JsonServer::error($error);
47
+        }
48
+
49
+        return view('', [
50
+            'account'  => cookie('account'),
51
+            'config'  => LoginLogic::config(),
52
+        ]);
53
+    }
54
+
55
+    /**
56
+     * Notes: 退出登录
57
+     * @author FZR(2021/1/28 18:44)
58
+     */
59
+    public function logout()
60
+    {
61
+        LoginLogic::logout();
62
+        $this->redirect(url('login/login'));
63
+    }
64
+}

+ 105
- 0
app/admin/controller/Recharge.php View File

@@ -0,0 +1,105 @@
1
+<?php
2
+namespace app\admin\controller;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\admin\logic\RechargeLogic;
6
+use app\common\server\JsonServer;
7
+use app\admin\validate\RechargeTemplateValidate;
8
+use think\exception\ValidateException;
9
+
10
+class Recharge extends AdminBase
11
+{
12
+    public function lists(){
13
+        if($this->request->isAjax()){
14
+            $get = $this->request->get();
15
+            if($get['type'] == 1){ // 充值方案
16
+                $list = RechargeLogic::templatelists($get['type']);
17
+            }else{ // 充值配置
18
+                $list = RechargeLogic::getRechargeConfig();
19
+            }
20
+            return JsonServer::success('', $list);
21
+
22
+        }
23
+        return view();
24
+    }
25
+
26
+    public function add(){
27
+
28
+        if ($this->request->isAjax()){
29
+            $post = $this->request->post();
30
+            try{
31
+                validate(RechargeTemplateValidate::class)->check($post);
32
+            }catch(ValidateException $e) {
33
+                return JsonServer::error($e->getError());
34
+            }
35
+            $result = RechargeLogic::add($post);
36
+            if ($result === true){
37
+                return JsonServer::success('新增成功');
38
+            }
39
+            return JsonServer::error(RechargeLogic::getError());
40
+
41
+        }
42
+        return view();
43
+    }
44
+
45
+    public function changeFields(){
46
+        $table = 'recharge_template';
47
+
48
+        $pk_name = 'id';
49
+        $pk_value = $this->request->get('id');
50
+
51
+        $field = $this->request->get('field');
52
+        $field_value = $this->request->get('value');
53
+        $result = RechargeLogic::changeTableValue($table,$pk_name,$pk_value,$field,$field_value);
54
+        if($result){
55
+            return JsonServer::success('修改成功');
56
+        }
57
+        return JsonServer::error('修改失败');
58
+    }
59
+
60
+    public function edit($id){
61
+        if ($this->request->isAjax()){
62
+            $post = $this->request->post();
63
+            try{
64
+                validate(RechargeTemplateValidate::class)->check($post);
65
+            }catch(ValidateException $e) {
66
+                return JsonServer::error($e->getError());
67
+            }
68
+            $result = RechargeLogic::edit($post);
69
+            if ($result === true){
70
+                return JsonServer::success('编辑成功');
71
+            }
72
+            return JsonServer::error('编辑失败');
73
+        }
74
+
75
+        $info = RechargeLogic::getRechargeTemplate($id);
76
+        return view('', [
77
+            'info' => $info
78
+        ]);
79
+    }
80
+
81
+    public function del($id)
82
+    {
83
+        if ($this->request->isAjax()) {
84
+            $result = RechargeLogic::del($id);
85
+            if ($result) {
86
+                return JsonServer::success('删除成功');
87
+            }
88
+            return JsonServer::error('删除失败');
89
+        }
90
+    }
91
+
92
+    public function setRecharge(){
93
+        if($this->request->isAjax()){
94
+            $post = $this->request->post();
95
+            if($post['give_growth'] < 0) {
96
+                return JsonServer::error('赠送成长值不能小于0');
97
+            }
98
+            if($post['min_money'] < 0) {
99
+                return JsonServer::error('最低充值金额不能小于0');
100
+            }
101
+            RechargeLogic::setRecharge($post);
102
+            return JsonServer::success('设置成功');
103
+        }
104
+    }
105
+}

+ 115
- 0
app/admin/controller/Role.php View File

@@ -0,0 +1,115 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+
24
+use app\admin\logic\RoleLogic;
25
+use app\admin\validate\RoleValidate;
26
+use app\common\basics\AdminBase;
27
+use app\common\server\JsonServer;
28
+
29
+class Role extends AdminBase
30
+{
31
+    /**
32
+     * Notes: 列表
33
+     * @author 段誉(2021/4/13 10:34)
34
+     * @return string|\think\response\Json
35
+     * @throws \think\db\exception\DataNotFoundException
36
+     * @throws \think\db\exception\ModelNotFoundException
37
+     */
38
+    public function lists()
39
+    {
40
+        if ($this->request->isAjax()) {
41
+            $get = $this->request->get();
42
+            return JsonServer::success('', RoleLogic::lists($get));
43
+        }
44
+        return view();
45
+    }
46
+
47
+
48
+    /**
49
+     * Notes: 添加
50
+     * @author 段誉(2021/4/13 10:34)
51
+     * @return string|\think\response\Json
52
+     * @throws \think\db\exception\DataNotFoundException
53
+     * @throws \think\db\exception\ModelNotFoundException
54
+     */
55
+    public function add()
56
+    {
57
+        if ($this->request->isAjax()) {
58
+            $post = $this->request->post();
59
+            (new RoleValidate())->goCheck('add');
60
+            $result = RoleLogic::addRole($post);
61
+            if ($result !== true) {
62
+                return JsonServer::error(RoleLogic::getError() ?: '操作失败');
63
+            }
64
+            return JsonServer::success('操作成功');
65
+        }
66
+        return view('',[
67
+            'auth_tree' => json_encode(RoleLogic::authTree(), true)
68
+        ]);
69
+    }
70
+
71
+
72
+    /**
73
+     * Notes: 编辑
74
+     * @param string $role_id
75
+     * @author 段誉(2021/4/13 10:34)
76
+     * @return string|\think\response\Json
77
+     * @throws \think\Exception
78
+     * @throws \think\db\exception\DataNotFoundException
79
+     * @throws \think\db\exception\ModelNotFoundException
80
+     */
81
+    public function edit($role_id = '')
82
+    {
83
+        if ($this->request->isAjax()) {
84
+            $post = $this->request->post();
85
+            (new RoleValidate())->goCheck('edit');
86
+            $result = RoleLogic::editRole($post);
87
+            if ($result !== true) {
88
+                return JsonServer::error(RoleLogic::getError() ?: '操作失败');
89
+            }
90
+            return JsonServer::success('操作成功');
91
+        }
92
+        $auth_tree = RoleLogic::authTree($role_id);
93
+
94
+        return view('', [
95
+            'info' => RoleLogic::roleInfo($role_id),
96
+            'auth_tree' => json_encode($auth_tree),
97
+        ]);
98
+    }
99
+
100
+    /**
101
+     * Notes: 删除
102
+     * @param $role_id
103
+     * @author 段誉(2021/4/13 10:35)
104
+     * @return \think\response\Json
105
+     * @throws \think\Exception
106
+     */
107
+    public function del($id)
108
+    {
109
+        if ($this->request->isAjax()) {
110
+            (new RoleValidate())->goCheck('del');
111
+            RoleLogic::delRole($id);
112
+            return JsonServer::success('删除成功');
113
+        }
114
+    }
115
+}

+ 172
- 0
app/admin/controller/Seckill.php View File

@@ -0,0 +1,172 @@
1
+<?php
2
+declare (strict_types = 1);
3
+
4
+namespace app\admin\controller;
5
+
6
+use app\admin\logic\SeckillLogic;
7
+use app\common\server\JsonServer;
8
+use think\Request;
9
+use think\Controller;
10
+use app\common\basics\AdminBase;
11
+
12
+class Seckill extends AdminBase
13
+{
14
+    public function lists(){
15
+        $seckill_time = SeckillLogic::getTimeAll();
16
+        return view('', [
17
+            'seckill' => $seckill_time
18
+        ]);
19
+    }
20
+    /**
21
+     * note 秒杀商品
22
+     * create_time 2020/11/13 16:01
23
+     */
24
+    public function goodsLists(){
25
+        if($this->request->isAjax()){
26
+            $get = $this->request->get();
27
+            $list = SeckillLogic::goodsList($get);
28
+            return JsonServer::success('',$list,0);
29
+        }
30
+    }
31
+
32
+    /**
33
+     * note 秒杀时间
34
+     * create_time 2020/11/13 16:01
35
+     */
36
+    public function timeLists(){
37
+        if($this->request->isAjax()){
38
+            $get= $this->request->get();
39
+            $list = SeckillLogic::timeList($get);
40
+            return JsonServer::success('',$list,0);
41
+        }
42
+    }
43
+    /**
44
+     * note 添加秒杀时间段
45
+     * create_time 2020/11/13 16:01
46
+     */
47
+    public function addTime(){
48
+        if($this->request->isAjax()){
49
+            $post = $this->request->post();
50
+            $result = $this->validate($post, 'app\admin\validate\SeckillTime');
51
+            if($result === true){
52
+                SeckillLogic::addTime($post);
53
+                $this->_success('新增成功','');
54
+            }
55
+            $this->_error($result,'');
56
+
57
+
58
+        }
59
+        return $this->fetch();
60
+    }
61
+
62
+    /**
63
+     * note 编辑秒杀时间段
64
+     * create_time 2020/11/13 16:02
65
+     */
66
+    public function editTime($id){
67
+        if($this->request->isAjax()){
68
+            $post = $this->request->post();
69
+            $result = $this->validate($post, 'app\admin\validate\SeckillTime');
70
+            if($result === true){
71
+                SeckillLogic::editTime($post);
72
+                $this->_success('编辑成功','');
73
+            }
74
+            $this->_error($result,'');
75
+        }
76
+        $this->assign('detail',SeckillLogic::getTime($id));
77
+        return $this->fetch();
78
+    }
79
+
80
+    /**
81
+     * note 删除秒杀时间段
82
+     * create_time 2020/11/13 16:02
83
+     */
84
+    public function delTime(){
85
+        if($this->request->isAjax()){
86
+            $id = $this->request->post('id');
87
+            $result = SeckillLogic::delTime($id);
88
+
89
+            if($result == true){
90
+                $this->_success('删除成功','');
91
+            }
92
+            return $this->_error('删除失败','');
93
+
94
+
95
+        }
96
+    }
97
+    /**
98
+     * note 添加秒杀商品
99
+     * create_time 2020/11/13 16:02
100
+     */
101
+    public function addGoods(){
102
+        if($this->request->isAjax()){
103
+            $post = $this->request->post();
104
+            $post['item'] = form_to_linear($post);
105
+            $result = $this->validate($post,'app\admin\validate\SeckillGoods.add');
106
+            if($result === true){
107
+                $result = SeckillLogic::addGoods($post);
108
+                if($result){
109
+                    $this->_success('新增成功','');
110
+                }
111
+                $result = '新增失败';
112
+            }
113
+            $this->_error($result);
114
+
115
+        }
116
+        $seckill_time = SeckillLogic::getTimeAll();
117
+        foreach ($seckill_time as $k=>$v){
118
+//            $seckill_time[$k]["time"]
119
+        }
120
+        return view('', [
121
+            'seckill' =>$seckill_time
122
+        ]);
123
+//        $this->assign('seckill',$seckill_time);
124
+//        return $this->fetch();
125
+    }
126
+    /**
127
+     * note 编辑秒杀商品
128
+     * create_time 2020/11/13 16:02
129
+     */
130
+    public function editGoods(){
131
+        if($this->request->isAjax()){
132
+            $post = $this->request->post();
133
+            $post['item'] = form_to_linear($post);
134
+            $result = $this->validate($post,'app\admin\validate\SeckillGoods.edit');
135
+            if($result === true){
136
+                $result = SeckillLogic::editGoods($post);
137
+                if($result){
138
+                    $this->_success('编辑成功','');
139
+                }
140
+                $result = '编辑失败';
141
+            }
142
+            $this->_error($result);
143
+
144
+
145
+        }
146
+        $id = $this->request->get('id');
147
+        $seckill_id = $this->request->get('seckill_id');
148
+
149
+        $detail = SeckillLogic::getSeckillGoods($id,$seckill_id);
150
+        $seckill_time = SeckillLogic::getTimeAll();
151
+        $this->assign('seckill',$seckill_time);
152
+        $this->assign('detail',$detail);
153
+        return $this->fetch();
154
+    }
155
+
156
+    /**
157
+     * note 删除秒杀商品
158
+     * create_time 2020/11/13 16:05
159
+     */
160
+    public function delGoods(){
161
+        if($this->request->isAjax()){
162
+            $id = $this->request->post('id');
163
+            $seckill_id = $this->request->post('seckill_id');
164
+            $result = SeckillLogic::delGoods($id,$seckill_id);
165
+
166
+            if($result == true){
167
+                $this->_success('删除成功','');
168
+            }
169
+            return $this->_error('删除失败','');
170
+        }
171
+    }
172
+}

+ 93
- 0
app/admin/controller/Statistics.php View File

@@ -0,0 +1,93 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+use app\admin\logic\StatisticsLogic;
26
+
27
+/**
28
+ * 数据统计
29
+ * Class Statistics
30
+ * @package app\admin\controller
31
+ */
32
+class Statistics extends AdminBase
33
+{
34
+
35
+    //访问分析
36
+    public function visit()
37
+    {
38
+        if($this->request->isAjax()){
39
+            $post = $this->request->post();
40
+            $res = StatisticsLogic::visit($post);
41
+            return JsonServer::success('',$res);
42
+        }
43
+        return view();
44
+    }
45
+
46
+    //交易分析
47
+    public function trading()
48
+    {
49
+        if($this->request->isAjax()){
50
+            $post = $this->request->post();
51
+            $res = StatisticsLogic::trading($post);
52
+            return JsonServer::success('',$res);
53
+        }
54
+        return view();
55
+    }
56
+    
57
+    
58
+    //会员分析
59
+    public function member()
60
+    {
61
+        if($this->request->isAjax()){
62
+            $post = $this->request->post();
63
+            $res = StatisticsLogic::member($post);
64
+            return JsonServer::success('',$res);
65
+        }
66
+        return view();
67
+    }
68
+
69
+
70
+    //商家分析
71
+    public function shop()
72
+    {
73
+        if($this->request->isAjax()){
74
+            $get= $this->request->get();
75
+            $res = StatisticsLogic::shop($get);
76
+            return JsonServer::success('',$res);
77
+        }
78
+        return view();
79
+    }
80
+
81
+
82
+    //商品分析
83
+    public function goods()
84
+    {
85
+        if($this->request->isAjax()){
86
+            $get= $this->request->get();
87
+            $res = StatisticsLogic::goods($get);
88
+            return JsonServer::success('',$res);
89
+        }
90
+        return view();
91
+    }
92
+
93
+}

+ 47
- 0
app/admin/controller/Upload.php View File

@@ -0,0 +1,47 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller;
21
+
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\server\FileServer;
25
+use app\common\server\JsonServer;
26
+use Exception;
27
+
28
+class Upload extends AdminBase
29
+{
30
+//    public $like_not_need_login = ['image'];
31
+
32
+    /**
33
+     * NOTE: 上传图片
34
+     * @author: 张无忌
35
+     */
36
+    public function image()
37
+    {
38
+        try {
39
+            $cid = $this->request->post('cid');
40
+            $result = FileServer::image($cid, 0); // 0 平台
41
+
42
+            return JsonServer::success("上传成功", $result);
43
+        } catch (Exception $e) {
44
+            return JsonServer::error($e->getMessage());
45
+        }
46
+    }
47
+}

+ 24
- 0
app/admin/controller/account_log/AccountLog.php View File

@@ -0,0 +1,24 @@
1
+<?php
2
+namespace app\admin\controller\account_log;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\admin\logic\account_log\AccountLogLogic;
6
+use app\common\model\AccountLog as AccountLogModel;
7
+use app\common\server\JsonServer;
8
+
9
+class AccountLog extends AdminBase
10
+{
11
+    public function growthLists()
12
+    {
13
+        if($this->request->isAjax()) {
14
+            $get = $this->request->get();
15
+            $data = AccountLogLogic::growthLists($get);
16
+            return JsonServer::success('', $data);
17
+        }
18
+
19
+        return view('', [
20
+            'typeDescArr' => AccountLogLogic::getTypeDesc(AccountLogModel::growth_change),
21
+            'time' => AccountLogLogic::getTime()
22
+        ]);
23
+    }
24
+}

+ 109
- 0
app/admin/controller/activity_area/Area.php View File

@@ -0,0 +1,109 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\activity_area;
20
+
21
+use app\common\basics\AdminBase;
22
+use app\common\server\JsonServer;
23
+use think\facade\View;
24
+use app\admin\validate\activity_area\AreaValidate;
25
+use app\admin\logic\activity_area\AreaLogic;
26
+use app\admin\logic\activity_area\GoodsLogic;
27
+
28
+/**
29
+ * Class Area
30
+ * @package app\admin\controller\activity_area
31
+ */
32
+class Area extends AdminBase
33
+{
34
+    /**
35
+     * @notes 活动专区列表
36
+     * @return \think\response\Json|\think\response\View
37
+     * @author suny
38
+     * @date 2021/7/13 6:57 下午
39
+     */
40
+    public function lists()
41
+    {
42
+
43
+        if ($this->request->isAjax()) {
44
+            $get = $this->request->get();
45
+            $lists = AreaLogic::lists($get);
46
+            return JsonServer::success('获取成功', $lists);
47
+        }
48
+        return View();
49
+    }
50
+
51
+    /**
52
+     * @notes 新增活动专区
53
+     * @return \think\response\Json|\think\response\View
54
+     * @author suny
55
+     * @date 2021/7/13 6:57 下午
56
+     */
57
+    public function add()
58
+    {
59
+
60
+        if ($this->request->isAjax()) {
61
+            $post = $this->request->post();
62
+            $post['del'] = 0;
63
+            (new AreaValidate())->goCheck('add', $post);
64
+            AreaLogic::add($post);
65
+            return JsonServer::success('添加成功');
66
+        }
67
+        return View();
68
+    }
69
+
70
+    /**
71
+     * @notes 编辑活动专区
72
+     * @return \think\response\Json|\think\response\View
73
+     * @author suny
74
+     * @date 2021/7/13 6:57 下午
75
+     */
76
+    public function edit()
77
+    {
78
+
79
+        if ($this->request->isAjax()) {
80
+            $post = $this->request->post();
81
+            $post['del'] = 0;
82
+            $post['status'] = isset($post['status']) ? 1 : 0;
83
+            (new AreaValidate())->goCheck('edit', $post);
84
+            AreaLogic::edit($post);
85
+            return JsonServer::success('修改成功');
86
+        }
87
+        $id = $this->request->get('id');
88
+        $detail = AreaLogic::getActivityArea($id);
89
+        View::assign('detail', $detail);
90
+        return View();
91
+    }
92
+
93
+
94
+    /**
95
+     * @notes 删除活动专区
96
+     * @return \think\response\Json
97
+     * @author suny
98
+     * @date 2021/7/13 6:57 下午
99
+     */
100
+    public function del()
101
+    {
102
+
103
+        $id = $this->request->post('id');
104
+        (new AreaValidate())->goCheck('del', ['id' => $id]);
105
+
106
+        return JsonServer::success('删除成功', [AreaLogic::del($id)]);
107
+    }
108
+
109
+}

+ 125
- 0
app/admin/controller/activity_area/Goods.php View File

@@ -0,0 +1,125 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\activity_area;
21
+
22
+use app\common\basics\AdminBase;
23
+use app\common\server\JsonServer;
24
+use think\facade\View;
25
+use app\admin\logic\activity_area\AreaLogic;
26
+use app\admin\logic\activity_area\GoodsLogic;
27
+use app\admin\validate\activity_area\ActivityGoods;
28
+
29
+/**
30
+ * Class Goods
31
+ * @package app\admin\controller\activity_area
32
+ */
33
+class Goods extends AdminBase
34
+{
35
+
36
+    /**
37
+     * @notes 活动专区商品列表
38
+     * @return \think\response\Json|\think\response\View
39
+     * @throws \think\db\exception\DataNotFoundException
40
+     * @throws \think\db\exception\DbException
41
+     * @throws \think\db\exception\ModelNotFoundException
42
+     * @author suny
43
+     * @date 2021/7/13 6:58 下午
44
+     */
45
+    public function lists()
46
+    {
47
+
48
+        if ($this->request->isAjax()) {
49
+            $get = $this->request->get();
50
+            $list = GoodsLogic::lists($get);
51
+            return JsonServer::success('获取成功', $list);
52
+        }
53
+        $activity_area = AreaLogic::getActivityAreaAll();
54
+        $num = GoodsLogic::getNum();
55
+        View::assign('num', $num);
56
+        View::assign('activity_area', $activity_area);
57
+        return View();
58
+    }
59
+
60
+    /**
61
+     * @notes 活动专区商品审核
62
+     * @return \think\response\Json|\think\response\View
63
+     * @author suny
64
+     * @date 2021/7/13 6:58 下午
65
+     */
66
+    public function audit()
67
+    {
68
+
69
+        if ($this->request->isAjax()) {
70
+            $post = $this->request->post();
71
+            (new ActivityGoods())->goCheck('audit', $post);
72
+            $result = GoodsLogic::audit($post);
73
+            if ($result) {
74
+                return JsonServer::success('操作成功');
75
+            }
76
+            return JsonServer::error('操作失败');
77
+        }
78
+        $id = $this->request->get('id');
79
+        $detail = GoodsLogic::getActivityAreaGoods($id);
80
+        View::assign('detail', $detail);
81
+        View::assign('id', $id);
82
+        return View();
83
+    }
84
+
85
+    /**
86
+     * @notes 违规操作
87
+     * @return \think\response\Json|\think\response\View
88
+     * @author suny
89
+     * @date 2021/7/13 6:58 下午
90
+     */
91
+    public function violation()
92
+    {
93
+
94
+        if ($this->request->isAjax()) {
95
+            $post = $this->request->post();
96
+            $id = $post['id'];
97
+            (new ActivityGoods())->goCheck('violation', $post);
98
+            $result = GoodsLogic::violation($post);
99
+            if ($result) {
100
+                return JsonServer::success('操作成功');
101
+            }
102
+            return JsonServer::error('操作失败');
103
+        }
104
+        $id = $this->request->get('id');
105
+        $detail = GoodsLogic::getActivityAreaGoods($id);
106
+        View::assign('detail', $detail);
107
+        View::assign('id', $id);
108
+        return View();
109
+    }
110
+
111
+    /**
112
+     * @notes 活动商品详情
113
+     * @return \think\response\View
114
+     * @author suny
115
+     * @date 2021/7/13 6:58 下午
116
+     */
117
+    public function detail()
118
+    {
119
+
120
+        $get = $this->request->get();
121
+        $detail = GoodsLogic::detail($get);
122
+        View::assign('detail', $detail);
123
+        return View();
124
+    }
125
+}

+ 94
- 0
app/admin/controller/after_sale/AfterSale.php View File

@@ -0,0 +1,94 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\after_sale;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+use app\common\model\Freight;
26
+use app\common\model\after_sale\AfterSale as AfterSaleModel;
27
+use app\admin\logic\after_sale\AfterSaleLogic;
28
+use think\exception\ValidateException;
29
+
30
+/**
31
+ * Class AfterSale
32
+ * @package app\admin\controller\after_sale
33
+ */
34
+class AfterSale extends AdminBase
35
+{
36
+    /**
37
+     * @notes 售后列表
38
+     * @return \think\response\Json|\think\response\View
39
+     * @author suny
40
+     * @date 2021/7/13 6:59 下午
41
+     */
42
+    public function lists()
43
+    {
44
+        if ($this->request->isAjax()) {
45
+            $get = $this->request->get();
46
+            return JsonServer::success('', AfterSaleLogic::list($get));
47
+        }
48
+        $data = AfterSaleLogic::list();
49
+        // 售后状态
50
+        $status = AfterSaleModel::getStatusDesc(true);
51
+        $status = AfterSaleLogic::getStatus($status);
52
+        $all = AfterSaleLogic::getAll();
53
+        return view('', [
54
+            'data' => $data,
55
+            'all' => $all,
56
+            'status' => $status
57
+        ]);
58
+    }
59
+
60
+    /**
61
+     * @notes 售后详情
62
+     * @return \think\response\View
63
+     * @author suny
64
+     * @date 2021/7/13 6:59 下午
65
+     */
66
+    public function detail()
67
+    {
68
+        $id = $this->request->get('id');
69
+        $detail = AfterSaleLogic::getDetail($id);
70
+        return view('', [
71
+            'detail' => $detail
72
+        ]);
73
+    }
74
+
75
+
76
+    /**
77
+     * @notes 导出Excel
78
+     * @return \think\response\Json
79
+     * @throws \think\db\exception\DataNotFoundException
80
+     * @throws \think\db\exception\DbException
81
+     * @throws \think\db\exception\ModelNotFoundException
82
+     * @author 段誉
83
+     * @date 2022/4/24 10:20
84
+     */
85
+    public function export()
86
+    {
87
+        $params = $this->request->get();
88
+        $result = AfterSaleLogic::list($params, true);
89
+        if(false === $result) {
90
+            return JsonServer::error(AfterSaleLogic::getError() ?: '导出失败');
91
+        }
92
+        return JsonServer::success('', $result);
93
+    }
94
+}

+ 230
- 0
app/admin/controller/bargain/Bargain.php View File

@@ -0,0 +1,230 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\bargain;
22
+
23
+use app\admin\logic\bargain\BargainLogic;
24
+use app\common\server\ConfigServer;
25
+use app\common\server\JsonServer;
26
+use app\common\basics\AdminBase;
27
+use app\admin\validate\BargainValidate;
28
+use think\facade\View;
29
+
30
+/**
31
+ * Class Bargain
32
+ * @package app\admin\controller\bargain
33
+ */
34
+class Bargain extends AdminBase
35
+{
36
+
37
+    /**
38
+     * @notes 砍价活动商品列表
39
+     * @return string|\think\response\Json
40
+     * @author suny
41
+     * @date 2021/7/13 6:59 下午
42
+     */
43
+    public function activity()
44
+    {
45
+
46
+        if ($this->request->isAjax()) {
47
+            $get = $this->request->get();
48
+            $lists = BargainLogic::activity($get);
49
+            return JsonServer::success('获取成功', $lists);
50
+        }
51
+        $num = BargainLogic::getNum();
52
+        View::assign('num', $num);
53
+        return View::fetch('bargain/activity');
54
+    }
55
+
56
+    /**
57
+     * @notes 砍价活动商品审核
58
+     * @return \think\response\Json|\think\response\View
59
+     * @author suny
60
+     * @date 2021/7/13 6:59 下午
61
+     */
62
+    public function audit()
63
+    {
64
+
65
+        if ($this->request->isAjax()) {
66
+            $post = $this->request->post();
67
+            (new BargainValidate())->goCheck('audit', $post);
68
+            $result = BargainLogic::audit($post);
69
+            if ($result) {
70
+                return JsonServer::success('操作成功');
71
+            }
72
+            return JsonServer::error('操作失败');
73
+        }
74
+        $id = $this->request->get('id');
75
+        View::assign('id', $id);
76
+        return View('bargain/audit');
77
+    }
78
+
79
+
80
+    /**
81
+     * @notes 违规操作
82
+     * @return \think\response\Json|\think\response\View
83
+     * @author suny
84
+     * @date 2021/7/13 6:59 下午
85
+     */
86
+    public function violation()
87
+    {
88
+
89
+        if ($this->request->isAjax()) {
90
+            $post = $this->request->post();
91
+            $id = $post['id'];
92
+            (new BargainValidate())->goCheck('violation', $post);
93
+            $result = BargainLogic::violation($post);
94
+            if ($result) {
95
+                return JsonServer::success('操作成功');
96
+            }
97
+            return JsonServer::error('操作失败');
98
+        }
99
+        $id = $this->request->get('id');
100
+        View::assign('id', $id);
101
+        return View('bargain/violation');
102
+    }
103
+
104
+    /**
105
+     * @notes 砍价商品详情
106
+     * @return \think\response\View
107
+     * @author suny
108
+     * @date 2021/7/13 6:59 下午
109
+     */
110
+    public function bargain_detail()
111
+    {
112
+
113
+        $get = $this->request->get();
114
+        $detail = BargainLogic::detail($get);
115
+        View::assign('detail', $detail);
116
+        return View('bargain/bargain_detail');
117
+    }
118
+
119
+    /**
120
+     * @notes 切换状态
121
+     * @return \think\response\Json
122
+     * @author suny
123
+     * @date 2021/7/13 7:00 下午
124
+     */
125
+    public function switchStatus()
126
+    {
127
+
128
+        if ($this->request->isAjax()) {
129
+            $post = $this->request->post();
130
+            if (BargainLogic::switchStatus($post)) {
131
+                return JsonServer::success('更新成功');
132
+            } else {
133
+                $error = BargainLogic::getError() ?? '更新失败';
134
+                return JsonServer::error($error);
135
+            }
136
+        }
137
+    }
138
+
139
+    /**
140
+     * @notes 砍价记录列表
141
+     * @return string|\think\response\Json
142
+     * @author suny
143
+     * @date 2021/7/13 7:00 下午
144
+     */
145
+    public function launch()
146
+    {
147
+
148
+        if ($this->request->isAjax()) {
149
+            $get = $this->request->get();
150
+            $lists = BargainLogic::getLaunch($get);
151
+            if (false === $lists) {
152
+                return JsonServer::error('结束时间必须大于开始时间!');
153
+            } else {
154
+                return JsonServer::success('OK', $lists);
155
+            }
156
+        }
157
+
158
+        $bargain_id = $this->request->get('bargain_id', 0);
159
+        View::assign('bargain_id', $bargain_id);
160
+        return View::fetch('bargain/launch');
161
+    }
162
+
163
+    /**
164
+     * @notes 砍价记录详情
165
+     * @return string
166
+     * @author suny
167
+     * @date 2021/7/13 7:00 下午
168
+     */
169
+    public function detail()
170
+    {
171
+
172
+        $id = $this->request->get('id');
173
+        $detail = BargainLogic::getLaunchDetail($id);
174
+        View::assign('detail', $detail);
175
+        return View::fetch('bargain/detail');
176
+    }
177
+
178
+    /**
179
+     * @notes 砍价订单记录
180
+     * @return \think\response\Json
181
+     * @author suny
182
+     * @date 2021/7/13 7:00 下午
183
+     */
184
+    public function knifeOrderRecord()
185
+    {
186
+
187
+        $launch_id = $this->request->get('launch_id');
188
+        $get = $this->request->get();
189
+        $lists = BargainLogic::getKnifeOrderRecord($launch_id, $get);
190
+        return JsonServer::success('获取成功', $lists);
191
+    }
192
+
193
+    /**
194
+     * @notes 砍价助力记录
195
+     * @return \think\response\Json
196
+     * @author suny
197
+     * @date 2021/7/13 7:00 下午
198
+     */
199
+    public function knifeRecord()
200
+    {
201
+
202
+        $launch_id = $this->request->get('launch_id');
203
+        $get = $this->request->get();
204
+        $lists = BargainLogic::getKnifeRecord($launch_id, $get);
205
+        return JsonServer::success('获取成功', $lists);
206
+    }
207
+
208
+    /**
209
+     * @notes 砍价设置
210
+     * @return string|\think\response\Json
211
+     * @author suny
212
+     * @date 2021/7/13 7:00 下午
213
+     */
214
+    public function set()
215
+    {
216
+
217
+        if ($this->request->isAjax()) {
218
+            $payment_limit_time = $this->request->post('payment_limit_time', 0);
219
+            try {
220
+                ConfigServer::set('bargain', 'payment_limit_time', $payment_limit_time);
221
+            } catch (\Exception $e) {
222
+                return JsonServer::error('设置失败');
223
+            }
224
+            return JsonServer::success('设置成功');
225
+        }
226
+        $payment_limit_time = ConfigServer::get('bargain', 'payment_limit_time', 0);
227
+        View::assign('payment_limit_time', $payment_limit_time);
228
+        return View::fetch('bargain/set');
229
+    }
230
+}

+ 34
- 0
app/admin/controller/common/Goods.php View File

@@ -0,0 +1,34 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\common;
20
+use app\admin\logic\common\GoodsLogic;
21
+use app\common\basics\AdminBase;
22
+use app\common\server\JsonServer;
23
+
24
+class goods extends AdminBase{
25
+
26
+    public function selectGoods(){
27
+        if($this->request->isAjax()){
28
+            $get = $this->request->get();
29
+            $list = GoodsLogic::selectGoods($get);
30
+            return JsonServer::success('',$list);
31
+        }
32
+        return view();
33
+    }
34
+}

+ 108
- 0
app/admin/controller/community/CommunityArticle.php View File

@@ -0,0 +1,108 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\community;
5
+
6
+
7
+use app\admin\logic\community\CommunityArticleLogic;
8
+use app\admin\validate\community\CommunityArticleValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\enum\CommunityArticleEnum;
11
+use app\common\server\JsonServer;
12
+
13
+/**
14
+ * 种草社区文章
15
+ * Class CommunityArticle
16
+ * @package app\admin\controller\community
17
+ */
18
+class CommunityArticle extends AdminBase
19
+{
20
+
21
+
22
+    /**
23
+     * @notes 文章列表
24
+     * @return \think\response\Json|\think\response\View
25
+     * @author 段誉
26
+     * @date 2022/5/10 11:08
27
+     */
28
+    public function lists()
29
+    {
30
+        if ($this->request->isAjax()) {
31
+            $get = $this->request->get();
32
+            $lists = CommunityArticleLogic::lists($get);
33
+            return JsonServer::success("获取成功", $lists);
34
+        }
35
+        return view('', [
36
+            'status' => CommunityArticleEnum::getStatusDesc()
37
+        ]);
38
+    }
39
+
40
+
41
+    /**
42
+     * @notes 审核文章
43
+     * @return \think\response\Json|\think\response\View
44
+     * @author 段誉
45
+     * @date 2022/5/10 17:45
46
+     */
47
+    public function audit()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $post = $this->request->post();
51
+            (new CommunityArticleValidate())->goCheck('audit', $post);
52
+            $result = CommunityArticleLogic::audit($post);
53
+            if (false === $result) {
54
+                return JsonServer::error(CommunityArticleLogic::getError() ?: '操作失败');
55
+            }
56
+            return JsonServer::success('编辑成功');
57
+        }
58
+        $id = $this->request->get('id');
59
+        return view('', [
60
+            'detail' => CommunityArticleLogic::detail($id)
61
+        ]);
62
+    }
63
+
64
+
65
+
66
+    /**
67
+     * @notes 文章详情
68
+     * @return \think\response\Json|\think\response\View
69
+     * @author 段誉
70
+     * @date 2022/5/10 19:05
71
+     */
72
+    public function detail()
73
+    {
74
+        if ($this->request->isAjax()) {
75
+            $get = $this->request->get();
76
+            $result = CommunityArticleLogic::getRelationData($get);
77
+            return JsonServer::success('', $result);
78
+        }
79
+        $id = $this->request->get('id');
80
+        return view('', [
81
+            'detail' => CommunityArticleLogic::detail($id)
82
+        ]);
83
+    }
84
+
85
+
86
+
87
+
88
+    /**
89
+     * @notes 删除文章
90
+     * @return \think\response\Json|void
91
+     * @author 段誉
92
+     * @date 2022/5/10 16:46
93
+     */
94
+    public function del()
95
+    {
96
+        if ($this->request->isAjax()) {
97
+            (new CommunityArticleValidate())->goCheck('id');
98
+            $id = $this->request->post('id');
99
+            $result = CommunityArticleLogic::del($id);
100
+            if (false === $result) {
101
+                return JsonServer::error(CommunityArticleLogic::getError() ?: '删除失败');
102
+            }
103
+            return JsonServer::success('删除成功');
104
+        }
105
+    }
106
+
107
+
108
+}

+ 120
- 0
app/admin/controller/community/CommunityCategory.php View File

@@ -0,0 +1,120 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\community;
5
+
6
+
7
+use app\admin\logic\community\CommunityCategoryLogic;
8
+use app\admin\validate\community\CommunityCategoryValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\server\JsonServer;
11
+
12
+/**
13
+ * 种草社区分类
14
+ * Class CommunityCategory
15
+ * @package app\admin\controller\content
16
+ */
17
+class CommunityCategory extends AdminBase
18
+{
19
+
20
+
21
+    /**
22
+     * @notes 获取分类列表
23
+     * @return \think\response\Json|\think\response\View
24
+     * @throws \think\db\exception\DbException
25
+     * @author 段誉
26
+     * @date 2022/4/28 10:41
27
+     */
28
+    public function lists()
29
+    {
30
+        if ($this->request->isAjax()) {
31
+            $get = $this->request->get();
32
+            $lists = CommunityCategoryLogic::lists($get);
33
+            return JsonServer::success("获取成功", $lists);
34
+        }
35
+        return view();
36
+    }
37
+
38
+
39
+    /**
40
+     * @notes 新增分类
41
+     * @return \think\response\Json|\think\response\View
42
+     * @author 段誉
43
+     * @date 2022/4/28 10:39
44
+     */
45
+    public function add()
46
+    {
47
+        if ($this->request->isAjax()) {
48
+            $post = $this->request->post();
49
+            $post['del'] = 0;
50
+            (new CommunityCategoryValidate())->goCheck('add', $post);
51
+            CommunityCategoryLogic::add($post);
52
+            return JsonServer::success('新增成功');
53
+        }
54
+        return view();
55
+    }
56
+
57
+
58
+
59
+    /**
60
+     * @notes 编辑分类
61
+     * @return \think\response\Json|\think\response\View
62
+     * @author 段誉
63
+     * @date 2022/4/28 10:40
64
+     */
65
+    public function edit()
66
+    {
67
+        if ($this->request->isAjax()) {
68
+            $post = $this->request->post();
69
+            $post['del'] = 0;
70
+            (new CommunityCategoryValidate())->goCheck('edit', $post);
71
+            CommunityCategoryLogic::edit($post);
72
+            return JsonServer::success('编辑成功');
73
+        }
74
+
75
+        $id = $this->request->get('id');
76
+        return view('', [
77
+            'detail' => CommunityCategoryLogic::detail($id)
78
+        ]);
79
+    }
80
+
81
+
82
+
83
+    /**
84
+     * @notes 删除分类
85
+     * @return \think\response\Json
86
+     * @author 段誉
87
+     * @date 2022/4/28 10:40
88
+     */
89
+    public function del()
90
+    {
91
+        if ($this->request->isAjax()) {
92
+            (new CommunityCategoryValidate())->goCheck('id');
93
+            $id = $this->request->post('id');
94
+            $result = CommunityCategoryLogic::del($id);
95
+            if (false === $result) {
96
+                return JsonServer::error(CommunityCategoryLogic::getError() ?: '删除失败');
97
+            }
98
+            return JsonServer::success('删除成功');
99
+        }
100
+        return JsonServer::error('异常');
101
+    }
102
+
103
+
104
+    /**
105
+     * @notes 设置显示z状态
106
+     * @return \think\response\Json
107
+     * @author 段誉
108
+     * @date 2022/4/28 10:41
109
+     */
110
+    public function status()
111
+    {
112
+        if ($this->request->isAjax()) {
113
+            (new CommunityCategoryValidate())->goCheck('status');
114
+            $post = $this->request->post();
115
+            CommunityCategoryLogic::setShowStatus($post);
116
+            return JsonServer::success('操作成功');
117
+        }
118
+        return JsonServer::success('异常');
119
+    }
120
+}

+ 82
- 0
app/admin/controller/community/CommunityComment.php View File

@@ -0,0 +1,82 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\community;
5
+
6
+
7
+use app\admin\logic\community\CommunityCommentLogic;
8
+use app\admin\validate\community\CommunityCommentValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\enum\CommunityCommentEnum;
11
+use app\common\server\JsonServer;
12
+
13
+
14
+/**
15
+ * 种草社区评论
16
+ * Class CommunityComment
17
+ * @package app\admin\controller\community
18
+ */
19
+class CommunityComment extends AdminBase
20
+{
21
+
22
+    /**
23
+     * @notes 评论列表
24
+     * @return \think\response\Json|\think\response\View
25
+     * @author 段誉
26
+     * @date 2022/5/10 12:05
27
+     */
28
+    public function lists()
29
+    {
30
+        if ($this->request->isAjax()) {
31
+            $get = $this->request->get();
32
+            $lists = CommunityCommentLogic::lists($get);
33
+            return JsonServer::success("获取成功", $lists);
34
+        }
35
+        return view('', [
36
+            'status' => CommunityCommentEnum::getStatusDesc()
37
+        ]);
38
+    }
39
+
40
+
41
+    /**
42
+     * @notes 审核评论
43
+     * @return \think\response\Json|\think\response\View
44
+     * @author 段誉
45
+     * @date 2022/5/10 15:12
46
+     */
47
+    public function audit()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $post = $this->request->post();
51
+            (new CommunityCommentValidate())->goCheck('audit', $post);
52
+            CommunityCommentLogic::audit($post);
53
+            return JsonServer::success('审核成功');
54
+        }
55
+        $id = $this->request->get('id');
56
+        return view('', [
57
+            'detail' => CommunityCommentLogic::detail($id)
58
+        ]);
59
+    }
60
+
61
+
62
+    /**
63
+     * @notes 删除评论
64
+     * @return \think\response\Json|void
65
+     * @throws \think\db\exception\DataNotFoundException
66
+     * @throws \think\db\exception\DbException
67
+     * @throws \think\db\exception\ModelNotFoundException
68
+     * @author 段誉
69
+     * @date 2022/5/10 15:42
70
+     */
71
+    public function del()
72
+    {
73
+        if ($this->request->isAjax()) {
74
+            (new CommunityCommentValidate())->goCheck('id');
75
+            $id = $this->request->post('id/d');
76
+            CommunityCommentLogic::del($id);
77
+            return JsonServer::success('删除成功');
78
+        }
79
+    }
80
+
81
+
82
+}

+ 40
- 0
app/admin/controller/community/CommunitySetting.php View File

@@ -0,0 +1,40 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\community;
5
+
6
+
7
+use app\admin\logic\community\CommunitySettingLogic;
8
+use app\common\basics\AdminBase;
9
+use app\common\server\JsonServer;
10
+
11
+/**
12
+ * 种草社区设置
13
+ * Class CommunityTopic
14
+ * @package app\admin\controller\content
15
+ */
16
+class CommunitySetting extends AdminBase
17
+{
18
+
19
+
20
+    /**
21
+     * @notes 社区配置
22
+     * @return \think\response\Json|\think\response\View
23
+     * @throws \think\db\exception\DataNotFoundException
24
+     * @throws \think\db\exception\DbException
25
+     * @throws \think\db\exception\ModelNotFoundException
26
+     * @author 段誉
27
+     * @date 2022/4/28 16:16
28
+     */
29
+    public function setting()
30
+    {
31
+        if ($this->request->isAjax()) {
32
+            $post = $this->request->post();
33
+            CommunitySettingLogic::setConfig($post);
34
+            return JsonServer::success('操作成功');
35
+        }
36
+        $config = CommunitySettingLogic::getConfig();
37
+        return view('', ['config' => $config]);
38
+    }
39
+
40
+}

+ 120
- 0
app/admin/controller/community/CommunityTopic.php View File

@@ -0,0 +1,120 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\community;
5
+
6
+
7
+use app\admin\logic\community\CommunityCategoryLogic;
8
+use app\admin\logic\community\CommunityTopicLogic;
9
+use app\admin\validate\community\CommunityTopicValidate;
10
+use app\common\basics\AdminBase;
11
+use app\common\server\JsonServer;
12
+
13
+/**
14
+ * 种草社区话题
15
+ * Class CommunityTopic
16
+ * @package app\admin\controller\content
17
+ */
18
+class CommunityTopic extends AdminBase
19
+{
20
+
21
+    /**
22
+     * @notes 获取话题列表
23
+     * @return \think\response\Json|\think\response\View
24
+     * @throws \think\db\exception\DbException
25
+     * @author 段誉
26
+     * @date 2022/4/28 10:41
27
+     */
28
+    public function lists()
29
+    {
30
+        if ($this->request->isAjax()) {
31
+            $get = $this->request->get();
32
+            $lists = CommunityTopicLogic::lists($get);
33
+            return JsonServer::success("获取成功", $lists);
34
+        }
35
+        return view('', ['cate' => CommunityCategoryLogic::getCategory()]);
36
+    }
37
+
38
+
39
+    /**
40
+     * @notes 新增话题
41
+     * @return \think\response\Json|\think\response\View
42
+     * @author 段誉
43
+     * @date 2022/4/28 10:39
44
+     */
45
+    public function add()
46
+    {
47
+        if ($this->request->isAjax()) {
48
+            $post = $this->request->post();
49
+            $post['del'] = 0;
50
+            (new CommunityTopicValidate())->goCheck('add', $post);
51
+            CommunityTopicLogic::add($post);
52
+            return JsonServer::success('新增成功');
53
+        }
54
+        return view('', ['cate' => CommunityCategoryLogic::getCategory()]);
55
+    }
56
+
57
+
58
+
59
+    /**
60
+     * @notes 编辑话题
61
+     * @return \think\response\Json|\think\response\View
62
+     * @author 段誉
63
+     * @date 2022/4/28 10:40
64
+     */
65
+    public function edit()
66
+    {
67
+        if ($this->request->isAjax()) {
68
+            $post = $this->request->post();
69
+            $post['del'] = 0;
70
+            (new CommunityTopicValidate())->goCheck('edit', $post);
71
+            CommunityTopicLogic::edit($post);
72
+            return JsonServer::success('编辑成功');
73
+        }
74
+
75
+        $id = $this->request->get('id');
76
+        return view('', [
77
+            'detail' => CommunityTopicLogic::detail($id),
78
+            'cate' => CommunityCategoryLogic::getCategory()
79
+        ]);
80
+    }
81
+
82
+
83
+
84
+    /**
85
+     * @notes 删除话题
86
+     * @return \think\response\Json
87
+     * @author 段誉
88
+     * @date 2022/4/28 10:40
89
+     */
90
+    public function del()
91
+    {
92
+        if ($this->request->isAjax()) {
93
+            (new CommunityTopicValidate())->goCheck('id');
94
+            $id = $this->request->post('id');
95
+            $result = CommunityTopicLogic::del($id);
96
+            if (false === $result) {
97
+                return JsonServer::error(CommunityTopicLogic::getError() ?: '删除失败');
98
+            }
99
+            return JsonServer::success('删除成功');
100
+        }
101
+    }
102
+
103
+
104
+    /**
105
+     * @notes 设置显示z状态
106
+     * @return \think\response\Json
107
+     * @author 段誉
108
+     * @date 2022/4/28 10:41
109
+     */
110
+    public function status()
111
+    {
112
+        if ($this->request->isAjax()) {
113
+            (new CommunityTopicValidate())->goCheck('status');
114
+            $post = $this->request->post();
115
+            CommunityTopicLogic::setStatus($post);
116
+            return JsonServer::success('操作成功');
117
+        }
118
+        return JsonServer::success('异常');
119
+    }
120
+}

+ 109
- 0
app/admin/controller/content/Article.php View File

@@ -0,0 +1,109 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\content;
5
+
6
+
7
+use app\admin\logic\content\ClosureCategoryLogic;
8
+use app\admin\logic\content\ClosureLogic;
9
+use app\admin\validate\content\ClosureValidate;
10
+use app\common\basics\AdminBase;
11
+use app\common\server\JsonServer;
12
+
13
+class Article extends AdminBase
14
+{
15
+    public function lists()
16
+    {
17
+        if ($this->request->isAjax()) {
18
+            $get = $this->request->get();
19
+            $lists = ClosureLogic::lists($get);
20
+            return JsonServer::success("获取成功", $lists);
21
+        }
22
+
23
+        return view('', [
24
+            'category' => ClosureCategoryLogic::getCategory()
25
+        ]);
26
+    }
27
+
28
+    public function add()
29
+    {
30
+        if ($this->request->isAjax()) {
31
+            (new ClosureValidate())->goCheck('add');
32
+            $post = $this->request->post();
33
+            $res = ClosureLogic::add($post);
34
+            if ($res === false) {
35
+                $error = ClosureLogic::getError() ?: '新增失败';
36
+                return JsonServer::error($error);
37
+            }
38
+            return JsonServer::success('新增成功');
39
+        }
40
+
41
+        return view('', [
42
+            'category' => ClosureCategoryLogic::getCategory()
43
+        ]);
44
+    }
45
+
46
+    /***
47
+     * @Notes: 编辑文章
48
+     * @Author: 张无忌
49
+     */
50
+    public function edit()
51
+    {
52
+        if ($this->request->isAjax()) {
53
+            (new ClosureValidate())->goCheck('edit');
54
+            $post = $this->request->post();
55
+            $res = ClosureLogic::edit($post);
56
+            if ($res === false) {
57
+                $error = ClosureLogic::getError() ?: '编辑失败';
58
+                return JsonServer::error($error);
59
+            }
60
+            return JsonServer::success('编辑成功');
61
+        }
62
+
63
+        $id = $this->request->get('id');
64
+        return view('', [
65
+            'detail'   => ClosureLogic::detail($id),
66
+            'category' => ClosureCategoryLogic::getCategory()
67
+        ]);
68
+    }
69
+
70
+    /**
71
+     * @Notes: 删除文章
72
+     * @Author: 张无忌
73
+     */
74
+    public function del()
75
+    {
76
+        if ($this->request->isAjax()) {
77
+            (new ClosureValidate())->goCheck('id');
78
+            $id = $this->request->post('id');
79
+            $res = ClosureLogic::del($id);
80
+            if ($res === false) {
81
+                $error = ClosureLogic::getError() ?: '删除失败';
82
+                return JsonServer::error($error);
83
+            }
84
+            return JsonServer::success('删除成功');
85
+        }
86
+
87
+        return JsonServer::success('异常');
88
+    }
89
+
90
+    /**
91
+     * @Notes: 隐藏文章
92
+     * @Author: 张无忌
93
+     */
94
+    public function hide()
95
+    {
96
+        if ($this->request->isAjax()) {
97
+            (new ClosureValidate())->goCheck('id');
98
+            $id = $this->request->post('id');
99
+            $res = ClosureLogic::hide($id);
100
+            if ($res === false) {
101
+                $error = ClosureLogic::getError() ?: '操作失败';
102
+                return JsonServer::error($error);
103
+            }
104
+            return JsonServer::success('操作成功');
105
+        }
106
+
107
+        return JsonServer::success('异常');
108
+    }
109
+}

+ 112
- 0
app/admin/controller/content/ArticleCategory.php View File

@@ -0,0 +1,112 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\content;
5
+
6
+
7
+use app\admin\logic\content\ClosureCategoryLogic;
8
+use app\admin\validate\content\ClosureCategoryValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\server\JsonServer;
11
+
12
+class ArticleCategory extends AdminBase
13
+{
14
+    /**
15
+     * @NOTES: 文章分类列表
16
+     * @author: 张无忌
17
+     */
18
+    public function lists()
19
+    {
20
+        if ($this->request->isAjax()) {
21
+            $get = $this->request->get();
22
+            $lists = ClosureCategoryLogic::lists($get);
23
+            return JsonServer::success("获取成功", $lists);
24
+        }
25
+
26
+        return view();
27
+    }
28
+
29
+    /**
30
+     * @NOTES: 添加文章分类
31
+     * @author: 张无忌
32
+     */
33
+    public function add()
34
+    {
35
+        if ($this->request->isAjax()) {
36
+            (new ClosureCategoryValidate())->goCheck('add');
37
+            $post = $this->request->post();
38
+            $res = ClosureCategoryLogic::add($post);
39
+            if ($res === false) {
40
+                $error = ClosureCategoryLogic::getError() ?: '新增失败';
41
+                return JsonServer::error($error);
42
+            }
43
+            return JsonServer::success('新增成功');
44
+        }
45
+
46
+
47
+        return view();
48
+    }
49
+
50
+    /**
51
+     * @NOTES: 编辑文章分类
52
+     * @author: 张无忌
53
+     */
54
+    public function edit()
55
+    {
56
+        if ($this->request->isAjax()) {
57
+            (new ClosureCategoryValidate())->goCheck('edit');
58
+            $post = $this->request->post();
59
+            $res = ClosureCategoryLogic::edit($post);
60
+            if ($res === false) {
61
+                $error = ClosureCategoryLogic::getError() ?: '编辑失败';
62
+                return JsonServer::error($error);
63
+            }
64
+            return JsonServer::success('编辑成功');
65
+        }
66
+
67
+        $id = $this->request->get('id');
68
+        return view('', [
69
+            'detail' => ClosureCategoryLogic::detail($id)
70
+        ]);
71
+    }
72
+
73
+    /**
74
+     * @NOTES: 删除文章分类
75
+     * @author: 张无忌
76
+     */
77
+    public function del()
78
+    {
79
+        if ($this->request->isAjax()) {
80
+            (new ClosureCategoryValidate())->goCheck('id');
81
+            $id = $this->request->post('id');
82
+            $res = ClosureCategoryLogic::del($id);
83
+            if ($res === false) {
84
+                $error = ClosureCategoryLogic::getError() ?: '删除失败';
85
+                return JsonServer::error($error);
86
+            }
87
+            return JsonServer::success('删除成功');
88
+        }
89
+
90
+        return JsonServer::error('异常');
91
+    }
92
+
93
+    /**
94
+     * @Notes: 隐藏分类
95
+     * @Author: 张无忌
96
+     */
97
+    public function hide()
98
+    {
99
+        if ($this->request->isAjax()) {
100
+            (new ClosureCategoryValidate())->goCheck('id');
101
+            $id = $this->request->post('id');
102
+            $res = ClosureCategoryLogic::hide($id);
103
+            if ($res === false) {
104
+                $error = ClosureCategoryLogic::getError() ?: '操作失败';
105
+                return JsonServer::error($error);
106
+            }
107
+            return JsonServer::success('操作成功');
108
+        }
109
+
110
+        return JsonServer::success('异常');
111
+    }
112
+}

+ 118
- 0
app/admin/controller/content/Help.php View File

@@ -0,0 +1,118 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\content;
5
+
6
+
7
+use app\admin\logic\content\HelpCategoryLogic;
8
+use app\admin\logic\content\HelpLogic;
9
+use app\admin\validate\content\HelpValidate;
10
+use app\common\basics\AdminBase;
11
+use app\common\server\JsonServer;
12
+
13
+class Help extends AdminBase
14
+{
15
+    /**
16
+     * @NOTES: 帮助分类列表
17
+     * @author: 张无忌
18
+     */
19
+    public function lists()
20
+    {
21
+        if ($this->request->isAjax()) {
22
+            $get = $this->request->get();
23
+            $lists = HelpLogic::lists($get);
24
+            return JsonServer::success("获取成功", $lists);
25
+        }
26
+
27
+        return view('', [
28
+            'category' => HelpCategoryLogic::getCategory()
29
+        ]);
30
+    }
31
+
32
+    /**
33
+     * @NOTES: 添加帮助类
34
+     * @author: 张无忌
35
+     */
36
+    public function add()
37
+    {
38
+        if ($this->request->isAjax()) {
39
+            (new HelpValidate())->goCheck('add');
40
+            $post = $this->request->post();
41
+            $res = HelpLogic::add($post);
42
+            if ($res === false) {
43
+                $error = HelpLogic::getError() ?: '新增失败';
44
+                return JsonServer::error($error);
45
+            }
46
+            return JsonServer::success('新增成功');
47
+        }
48
+
49
+
50
+        return view('', [
51
+            'category' => HelpCategoryLogic::getCategory()
52
+        ]);
53
+    }
54
+
55
+    /**
56
+     * @NOTES: 编辑帮助分类
57
+     * @author: 张无忌
58
+     */
59
+    public function edit()
60
+    {
61
+        if ($this->request->isAjax()) {
62
+            (new HelpValidate())->goCheck('edit');
63
+            $post = $this->request->post();
64
+            $res = HelpLogic::edit($post);
65
+            if ($res === false) {
66
+                $error = HelpLogic::getError() ?: '编辑失败';
67
+                return JsonServer::error($error);
68
+            }
69
+            return JsonServer::success('编辑成功');
70
+        }
71
+
72
+        $id = $this->request->get('id');
73
+        return view('', [
74
+            'detail'   => HelpLogic::detail($id),
75
+            'category' => HelpCategoryLogic::getCategory()
76
+        ]);
77
+    }
78
+
79
+    /**
80
+     * @NOTES: 删除帮助分类
81
+     * @author: 张无忌
82
+     */
83
+    public function del()
84
+    {
85
+        if ($this->request->isAjax()) {
86
+            (new HelpValidate())->goCheck('id');
87
+            $id = $this->request->post('id');
88
+            $res = HelpLogic::del($id);
89
+            if ($res === false) {
90
+                $error = HelpLogic::getError() ?: '删除失败';
91
+                return JsonServer::error($error);
92
+            }
93
+            return JsonServer::success('删除成功');
94
+        }
95
+
96
+        return JsonServer::error('异常');
97
+    }
98
+
99
+    /**
100
+     * @Notes: 隐藏帮助分类
101
+     * @Author: 张无忌
102
+     */
103
+    public function hide()
104
+    {
105
+        if ($this->request->isAjax()) {
106
+            (new HelpValidate())->goCheck('id');
107
+            $id = $this->request->post('id');
108
+            $res = HelpLogic::hide($id);
109
+            if ($res === false) {
110
+                $error = HelpLogic::getError() ?: '操作失败';
111
+                return JsonServer::error($error);
112
+            }
113
+            return JsonServer::success('操作成功');
114
+        }
115
+
116
+        return JsonServer::success('异常');
117
+    }
118
+}

+ 112
- 0
app/admin/controller/content/HelpCategory.php View File

@@ -0,0 +1,112 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\content;
5
+
6
+
7
+use app\admin\logic\content\HelpCategoryLogic;
8
+use app\admin\validate\content\HelpCategoryValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\server\JsonServer;
11
+
12
+class HelpCategory extends AdminBase
13
+{
14
+    /**
15
+     * @NOTES: 帮助分类列表
16
+     * @author: 张无忌
17
+     */
18
+    public function lists()
19
+    {
20
+        if ($this->request->isAjax()) {
21
+            $get = $this->request->get();
22
+            $lists = HelpCategoryLogic::lists($get);
23
+            return JsonServer::success("获取成功", $lists);
24
+        }
25
+
26
+        return view();
27
+    }
28
+
29
+    /**
30
+     * @NOTES: 添加帮助分类
31
+     * @author: 张无忌
32
+     */
33
+    public function add()
34
+    {
35
+        if ($this->request->isAjax()) {
36
+            (new HelpCategoryValidate())->goCheck('add');
37
+            $post = $this->request->post();
38
+            $res = HelpCategoryLogic::add($post);
39
+            if ($res === false) {
40
+                $error = HelpCategoryLogic::getError() ?: '新增失败';
41
+                return JsonServer::error($error);
42
+            }
43
+            return JsonServer::success('新增成功');
44
+        }
45
+
46
+
47
+        return view();
48
+    }
49
+
50
+    /**
51
+     * @NOTES: 编辑帮助分类
52
+     * @author: 张无忌
53
+     */
54
+    public function edit()
55
+    {
56
+        if ($this->request->isAjax()) {
57
+            (new HelpCategoryValidate())->goCheck('edit');
58
+            $post = $this->request->post();
59
+            $res = HelpCategoryLogic::edit($post);
60
+            if ($res === false) {
61
+                $error = HelpCategoryLogic::getError() ?: '编辑失败';
62
+                return JsonServer::error($error);
63
+            }
64
+            return JsonServer::success('编辑成功');
65
+        }
66
+
67
+        $id = $this->request->get('id');
68
+        return view('', [
69
+            'detail' => HelpCategoryLogic::detail($id)
70
+        ]);
71
+    }
72
+
73
+    /**
74
+     * @NOTES: 删除帮组分类
75
+     * @author: 张无忌
76
+     */
77
+    public function del()
78
+    {
79
+        if ($this->request->isAjax()) {
80
+            (new HelpCategoryValidate())->goCheck('id');
81
+            $id = $this->request->post('id');
82
+            $res = HelpCategoryLogic::del($id);
83
+            if ($res === false) {
84
+                $error = HelpCategoryLogic::getError() ?: '删除失败';
85
+                return JsonServer::error($error);
86
+            }
87
+            return JsonServer::success('删除成功');
88
+        }
89
+
90
+        return JsonServer::error('异常');
91
+    }
92
+
93
+    /**
94
+     * @Notes: 隐藏帮助分类
95
+     * @Author: 张无忌
96
+     */
97
+    public function hide()
98
+    {
99
+        if ($this->request->isAjax()) {
100
+            (new HelpCategoryValidate())->goCheck('id');
101
+            $id = $this->request->post('id');
102
+            $res = HelpCategoryLogic::hide($id);
103
+            if ($res === false) {
104
+                $error = HelpCategoryLogic::getError() ?: '操作失败';
105
+                return JsonServer::error($error);
106
+            }
107
+            return JsonServer::success('操作成功');
108
+        }
109
+
110
+        return JsonServer::success('异常');
111
+    }
112
+}

+ 40
- 0
app/admin/controller/coupon/ShopCoupon.php View File

@@ -0,0 +1,40 @@
1
+<?php
2
+namespace app\admin\controller\coupon;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\admin\logic\coupon\ShopCouponLogic;
6
+use app\common\server\JsonServer;
7
+
8
+class ShopCoupon extends AdminBase
9
+{
10
+    public function lists(){
11
+        if($this->request->isAjax()){
12
+            $get = $this->request->get();
13
+            $data = ShopCouponLogic::lists($get);
14
+            return JsonServer::success('', $data);
15
+        }
16
+        return view();
17
+    }
18
+
19
+    public function detail(){
20
+        $id = $this->request->get('id');
21
+        $detail = ShopCouponLogic::getCoupon($id,true);
22
+        return view('', [
23
+            'detail' => json_encode($detail,JSON_UNESCAPED_UNICODE)
24
+        ]);
25
+    }
26
+
27
+    public function record()
28
+    {
29
+        if($this->request->isAjax()){
30
+            $get = $this->request->get();
31
+            $data = ShopCouponLogic::record($get);
32
+            return JsonServer::success('', $data);
33
+        }
34
+
35
+        $id = $this->request->get('id');
36
+        return view('', [
37
+            'id' => $id
38
+        ]);
39
+    }
40
+}

+ 125
- 0
app/admin/controller/decoration/Ad.php View File

@@ -0,0 +1,125 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\decoration;
20
+use app\admin\logic\decoration\AdLogic;
21
+use app\admin\validate\decoration\AdValidate;
22
+use app\common\basics\AdminBase;
23
+use app\common\enum\AdEnum;
24
+use app\common\server\JsonServer;
25
+
26
+class Ad extends AdminBase{
27
+
28
+    /**
29
+     * Notes:获取广告列表
30
+     * @return \think\response\Json|\think\response\View
31
+     * @author: cjhao 2021/4/20 11:00
32
+     */
33
+    public function lists(){
34
+        if($this->request->isAjax()){
35
+            $get = $this->request->get();
36
+            $list = AdLogic::lists($get);
37
+            return JsonServer::success('',$list);
38
+        }
39
+        return view();
40
+    }
41
+
42
+    /**
43
+     * Notes:添加广告
44
+     * @return \think\response\Json|\think\response\View
45
+     * @author: cjhao 2021/4/20 11:00
46
+     */
47
+    public function add(){
48
+        if($this->request->isAjax()){
49
+            $post = $this->request->post();
50
+            $post['del'] = 0;
51
+            (new AdValidate())->goCheck('Add',$post);
52
+
53
+            $result = AdLogic::add($post);
54
+            if($result){
55
+                return JsonServer::success('添加成功');
56
+            }
57
+            return JsonServer::error('添加失败');
58
+        }
59
+        $terminal = $this->request->get('terminal');
60
+        $position_list = AdLogic::getPositionList($terminal);
61
+        $category_list = AdLogic::getCategoryList();
62
+        $link_page = AdEnum::getLinkPage($terminal);
63
+        return view('',['position_list'=>$position_list,'category_list'=>$category_list,'link_page'=>$link_page]);
64
+    }
65
+
66
+    /**
67
+     * Notes:编辑广告
68
+     * @return \think\response\Json|\think\response\View
69
+     * @author: cjhao 2021/4/20 11:01
70
+     */
71
+    public function edit(){
72
+        if($this->request->isAjax()){
73
+            $post = $this->request->post();
74
+            $post['del'] = 0;
75
+            (new AdValidate())->goCheck('edit',$post);
76
+            AdLogic::edit($post);
77
+            return JsonServer::success('修改成功');
78
+
79
+
80
+        }
81
+        $id = $this->request->get('id');
82
+        $detail = AdLogic::getAd($id);
83
+        $position_list = AdLogic::getPositionList($detail['terminal']);
84
+        $category_list = AdLogic::getCategoryList();
85
+        $link_page = AdEnum::getLinkPage($detail['terminal']);
86
+        return view('',['detail'=>$detail,'position_list'=>$position_list,'category_list'=>$category_list,'link_page'=>$link_page]);
87
+    }
88
+
89
+    /**
90
+     * Notes:删除广告
91
+     * @return \think\response\Json
92
+     * @author: cjhao 2021/4/20 11:01
93
+     */
94
+    public function del(){
95
+        $id = $this->request->post('id');
96
+        (new AdValidate())->goCheck('del');
97
+        ADLogic::del($id);
98
+        return JsonServer::success('删除成功');
99
+    }
100
+
101
+    /**
102
+     * Notes:切换广告状态
103
+     * @return \think\response\Json
104
+     * @author: cjhao 2021/4/20 11:01
105
+     */
106
+    public function swtichStatus(){
107
+        (new AdValidate())->goCheck('swtich');
108
+        $post = $this->request->post();
109
+        ADLogic::swtichStatus($post);
110
+        return JsonServer::success('操作成功');
111
+    }
112
+
113
+    /**
114
+     * Notes:获取广告位列表
115
+     * @return \think\response\Json
116
+     * @author: cjhao 2021/4/22 11:09
117
+     */
118
+    public function getPositionList(){
119
+        $terminal = $this->request->get('terminal');
120
+        $list = ADLogic::getPositionList($terminal);
121
+        return JsonServer::success('',$list->toArray());
122
+    }
123
+
124
+
125
+}

+ 110
- 0
app/admin/controller/decoration/AdPosition.php View File

@@ -0,0 +1,110 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\decoration;
20
+use app\admin\logic\decoration\AdPositionLogic;
21
+use app\admin\validate\decoration\AdPositionValidate;
22
+use app\common\basics\AdminBase;
23
+use app\common\server\JsonServer;
24
+
25
+class AdPosition extends AdminBase{
26
+
27
+    /**
28
+     * Notes:获取广告位列表
29
+     * @return \think\response\Json|\think\response\View
30
+     * @author: cjhao 2021/4/17 14:26
31
+     */
32
+    public function lists(){
33
+        if($this->request->isAjax()){
34
+            $get = $this->request->get();
35
+            $list = AdPositionLogic::lists($get);
36
+            return JsonServer::success('',$list);
37
+        }
38
+        return view();
39
+    }
40
+
41
+    /**
42
+     * Notes:添加广告位
43
+     * @return \think\response\Json
44
+     * @author: cjhao 2021/4/17 14:49
45
+     */
46
+    public function add(){
47
+        if($this->request->isAjax()){
48
+            $post = $this->request->post();
49
+            $post['del'] = 0;
50
+            //验证数据
51
+            (new AdPositionValidate())->goCheck('Add',$post);
52
+            //添加操作
53
+            $result = AdPositionLogic::add($post);
54
+            if($result){
55
+                return JsonServer::success('添加成功');
56
+            }
57
+            return JsonServer::error('添加失败');
58
+        }
59
+        return view();
60
+    }
61
+
62
+    /**
63
+     * Notes:编辑广告位
64
+     * @return \think\response\Json
65
+     * @author: cjhao 2021/4/17 14:52
66
+     */
67
+    public function edit(){
68
+        if($this->request->isAjax()){
69
+            $post = $this->request->post();
70
+            $post['del'] = 0;
71
+            //验证数据
72
+            (new AdPositionValidate())->goCheck('Add',$post);
73
+            AdPositionLogic::edit($post);
74
+            return JsonServer::success('修改成功');
75
+
76
+        }
77
+        $id = $this->request->get('id');
78
+        $detail = AdPositionLogic::getPosition($id);
79
+        return view('',['detail'=>$detail]);
80
+    }
81
+
82
+    /**
83
+     * Notes:删除广告位
84
+     * @return \think\response\Json
85
+     * @author: cjhao 2021/4/19 11:21
86
+     */
87
+    public function del(){
88
+
89
+        (new AdPositionValidate())->goCheck('del');
90
+
91
+        $id = $this->request->post('id');
92
+        AdPositionLogic::del($id);
93
+        return JsonServer::success('删除成功');
94
+
95
+
96
+    }
97
+
98
+
99
+    public function swtichStatus(){
100
+        (new AdPositionValidate())->goCheck('swtich');
101
+        $post = $this->request->post();
102
+        AdPositionLogic::swtichStatus($post);
103
+        return JsonServer::success('操作成功');
104
+
105
+
106
+    }
107
+
108
+
109
+
110
+}

+ 57
- 0
app/admin/controller/decoration/BottomNav.php View File

@@ -0,0 +1,57 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\decoration;
20
+use app\admin\logic\decoration\BottomNavLogic;
21
+use app\common\basics\AdminBase;
22
+use app\common\server\JsonServer;
23
+
24
+class BottomNav extends AdminBase{
25
+
26
+    /**
27
+     * Notes:获取底部导航
28
+     * @return \think\response\View
29
+     * @author: cjhao 2021/4/22 11:45
30
+     */
31
+    public function lists(){
32
+        if($this->request->isAjax()){
33
+            $list = BottomNavLogic::lists();
34
+            return JsonServer::success('',$list);
35
+        }
36
+        return view();
37
+    }
38
+
39
+    /**
40
+     * Notes:编辑底部导航
41
+     * @return \think\response\Json|\think\response\View
42
+     * @author: cjhao 2021/4/27 16:09
43
+     */
44
+    public function edit(){
45
+        if($this->request->isAjax()){
46
+            $post = $this->request->post();
47
+            BottomNavLogic::edit($post);
48
+            return JsonServer::success('修改成功');
49
+
50
+        }
51
+        $id = $this->request->get('id');
52
+        $detail = BottomNavLogic::getBootomNav($id);
53
+        return view('',['detail'=>$detail]);
54
+
55
+
56
+    }
57
+}

+ 245
- 0
app/admin/controller/decoration/MenuDecorate.php View File

@@ -0,0 +1,245 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\decoration;
20
+use app\admin\logic\decoration\MenuDecorateLogic;
21
+use app\admin\validate\decoration\MenuDecorateValidate;
22
+use app\common\basics\AdminBase;
23
+use app\common\enum\MenuEnum;
24
+use app\common\enum\DecorationEnum;
25
+use app\common\server\JsonServer;
26
+use app\common\server\ConfigServer;
27
+
28
+
29
+class MenuDecorate extends AdminBase{
30
+
31
+    /**
32
+     * Notes:获取菜单列表
33
+     * @return \think\response\Json|\think\response\View
34
+     * @author: cjhao 2021/4/28 9:49
35
+     */
36
+    public function lists(){
37
+        if($this->request->isAjax()){
38
+            $get = $this->request->get();
39
+            $list = MenuDecorateLogic::lists($get);
40
+            return JsonServer::success('',$list);
41
+        }
42
+        $type = $this->request->get('type');
43
+        $other_set = MenuDecorateLogic::getOtherSet($type);
44
+        return view('',['type'=>$type,'other_set'=>$other_set]);
45
+    }
46
+
47
+    /**
48
+     * Notes:新增导航
49
+     * @return \think\response\View
50
+     * @author: cjhao 2021/5/15 16:29
51
+     */
52
+    public function add(){
53
+        if($this->request->isAjax()){
54
+            $post = $this->request->post();
55
+            $post['del'] = 0;
56
+            $post['decorate_type'] = $post['type'];
57
+            (new MenuDecorateValidate())->goCheck('Add',$post);
58
+            $result = MenuDecorateLogic::add($post);
59
+            if($result){
60
+                return JsonServer::success('添加成功');
61
+            }
62
+            return JsonServer::error('添加失败');
63
+
64
+        }
65
+        $type = $this->request->get('type');
66
+        $menu_type = MenuEnum::INDEX;
67
+        if(2 == $type){
68
+            $menu_type = MenuEnum::CENTRE;
69
+        }
70
+        return view('',['menu_list'=>$menu_type]);
71
+    }
72
+
73
+
74
+    /**
75
+     * Notes:编辑菜单
76
+     * @return \think\response\Json|\think\response\View
77
+     * @author: cjhao 2021/5/18 17:39
78
+     */
79
+    public function edit(){
80
+        if($this->request->isAjax()){
81
+            $post = $this->request->post();
82
+            $post['del'] = 0;
83
+            $post['decorate_type'] = $post['type'];
84
+            (new MenuDecorateValidate())->goCheck('edit',$post);
85
+            $result = MenuDecorateLogic::edit($post);
86
+
87
+            if($result){
88
+                return JsonServer::success('修改成功');
89
+            }
90
+            return JsonServer::error('修改失败');
91
+        }
92
+        $id = $this->request->get('id');
93
+        $detail = MenuDecorateLogic::getMenuDecorate($id);
94
+        $type = $this->request->get('type');
95
+        $menu_type = MenuEnum::INDEX;
96
+        if(2 == $type){
97
+            $menu_type = MenuEnum::CENTRE;
98
+        }
99
+        return view('',['menu_list'=>$menu_type,'detail'=>$detail]);
100
+    }
101
+
102
+    /**
103
+     * Notes:删除菜单
104
+     * @return \think\response\Json
105
+     * @author: cjhao 2021/5/18 18:37
106
+     */
107
+    public function del(){
108
+        $id = $this->request->post('id');
109
+        (new MenuDecorateValidate())->goCheck('del');
110
+        MenuDecorateLogic::del($id);
111
+        return JsonServer::success('删除成功');
112
+    }
113
+
114
+
115
+    /**
116
+     * Notes:切换菜单状态
117
+     * @return \think\response\Json
118
+     * @author: cjhao 2021/5/18 18:37
119
+     */
120
+    public function swtichStatus(){
121
+        (new MenuDecorateValidate())->goCheck('swtich');
122
+        $post = $this->request->post();
123
+        MenuDecorateLogic::swtichStatus($post);
124
+        return JsonServer::success('操作成功');
125
+    }
126
+
127
+
128
+    /**
129
+     * Notes:其他设置
130
+     * @return \think\response\Json
131
+     * @author: cjhao 2021/5/19 14:10
132
+     */
133
+    public function otherSet(){
134
+        $post = $this->request->post();
135
+        MenuDecorateLogic::otherSet($post);
136
+        return JsonServer::success('设置成功');
137
+    }
138
+
139
+    /**
140
+     * 底部导航
141
+     */
142
+    public function bottomNavigation()
143
+    {
144
+        if($this->request->isAjax()) {
145
+            $get = $this->request->get();
146
+            $result = MenuDecorateLogic::bottomNavigation($get);
147
+            return JsonServer::success('', $result);
148
+        }
149
+
150
+        $unSelectedTextColor = ConfigServer::get('decoration', 'navigation_setting_ust_color', '#000000');
151
+        $selectedTextColor = ConfigServer::get('decoration', 'navigation_setting_st_color', '#000000');
152
+
153
+        return view('', [
154
+            'unSelectedTextColor' => $unSelectedTextColor,
155
+            'selectedTextColor' => $selectedTextColor,
156
+        ]);
157
+    }
158
+
159
+    /**
160
+     * 编辑底部导航
161
+     */
162
+    public function editNavigation()
163
+    {
164
+        if($this->request->isAjax()) {
165
+            $post = $this->request->post();
166
+            $result = MenuDecorateLogic::editNavigation($post);
167
+            if($result === true) {
168
+                return JsonServer::success('操作成功');
169
+            }
170
+            return JsonServer::error(MenuDecorateLogic::getError());
171
+        }
172
+        $id = $this->request->get('id');
173
+        $navigation = MenuDecorateLogic::getNavigation($id);
174
+        return view('', [
175
+            'navigation' => $navigation
176
+        ]);
177
+    }
178
+
179
+    /**
180
+     * 底部导航 - 其他设置
181
+     */
182
+    public function setNavigationSetting()
183
+    {
184
+        $post = $this->request->post();
185
+        ConfigServer::set('decoration', 'navigation_setting_ust_color', $post['unSelectedTextColor']);
186
+        ConfigServer::set('decoration', 'navigation_setting_st_color', $post['selectedTextColor']);
187
+        // ConfigServer::set('decoration', 'navigation_setting_top_bg_image', $post['top_bg_image']);
188
+        return JsonServer::success('设置成功');
189
+    }
190
+
191
+    /**
192
+     * 商品分类布局页
193
+     */
194
+    public function categoryLayout() {
195
+        if($this->request->isPost()) {
196
+            $post = $this->request->post();
197
+            // 这里设置值要与显示时取值不同,这里相当于所有的
198
+            ConfigServer::set('decoration', 'layout_no', $post['layout_no']);
199
+            return JsonServer::success('设置成功');
200
+        }
201
+
202
+        $category_layouts = DecorationEnum::CATEGORY_LAYOUT;
203
+        $category_layouts_tips = DecorationEnum::CATEGORY_LAYOUT_TIPS;
204
+        $layout_no = ConfigServer::get('decoration', 'layout_no', '1');
205
+        return view('', [
206
+            'category_layouts' => $category_layouts,
207
+            'category_layouts_tips' => $category_layouts_tips,
208
+            'layout_no' => $layout_no,
209
+        ]);
210
+    }
211
+
212
+    /**
213
+     * @Notes: 商品详情店铺信息
214
+     * @Author: 张无忌
215
+     */
216
+    public function goods()
217
+    {
218
+        if ($this->request->post()) {
219
+            $post = $this->request->post();
220
+            ConfigServer::set('decoration', 'shop_hide_goods', $post['shop_hide_goods']);
221
+            return JsonServer::success('设置成功');
222
+        }
223
+
224
+        return view('', [
225
+            'shop_hide_goods' => ConfigServer::get('decoration', 'shop_hide_goods', 0)
226
+        ]);
227
+    }
228
+
229
+    /**
230
+     * @Notes: 店铺街显示隐藏
231
+     * @Author: 张无忌
232
+     */
233
+    function shop()
234
+    {
235
+        if ($this->request->post()) {
236
+            $post = $this->request->post();
237
+            ConfigServer::set('decoration', 'shop_street_hide', $post['shop_street_hide']);
238
+            return JsonServer::success('设置成功');
239
+        }
240
+
241
+        return view('', [
242
+            'shop_street_hide' => ConfigServer::get('decoration', 'shop_street_hide', 1)
243
+        ]);
244
+    }
245
+}

+ 58
- 0
app/admin/controller/distribution/Apply.php View File

@@ -0,0 +1,58 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\distribution;
5
+
6
+
7
+use app\admin\logic\distribution\ApplyLogic;
8
+use app\common\basics\AdminBase;
9
+use app\common\server\JsonServer;
10
+use think\facade\View;
11
+
12
+class Apply extends AdminBase
13
+{
14
+    /**
15
+     * @Notes: 分销申请列表
16
+     * @Author: 张无忌
17
+     */
18
+    public function lists()
19
+    {
20
+        if ($this->request->isAjax()) {
21
+            $get = $this->request->get();
22
+            $lists = ApplyLogic::lists($get);
23
+            return JsonServer::success('获取成功', $lists);
24
+        }
25
+
26
+        return view();
27
+    }
28
+
29
+    /**
30
+     * @Notes: 分销申请详细
31
+     * @Author: 张无忌
32
+     */
33
+    public function detail()
34
+    {
35
+        $id = $this->request->get('id');
36
+        View::assign('detail', ApplyLogic::detail($id));
37
+        return view();
38
+    }
39
+
40
+    /**
41
+     * @Notes: 审核分销申请
42
+     * @Author: 张无忌
43
+     */
44
+    public function audit()
45
+    {
46
+        if ($this->request->isAjax()) {
47
+            $post = $this->request->post();
48
+            $res = ApplyLogic::audit($post);
49
+            if ($res === false) {
50
+                $message = ApplyLogic::getError() ?: '审核失败';
51
+                return JsonServer::error($message);
52
+            }
53
+            return JsonServer::success('审核成功');
54
+        }
55
+
56
+        return view();
57
+    }
58
+}

+ 89
- 0
app/admin/controller/distribution/Center.php View File

@@ -0,0 +1,89 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\CenterLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\model\distribution\Distribution;
7
+use app\common\model\distribution\DistributionLevel;
8
+use app\common\model\user\User;
9
+use app\common\server\JsonServer;
10
+use app\common\model\distribution\DistributionOrderGoods;
11
+
12
+class Center extends AdminBase
13
+{
14
+    public function data()
15
+    {
16
+        // 已结算: 已结算
17
+        $settled = DistributionOrderGoods::where(['status'=>2])->sum('money');
18
+        // 预估: 待返佣 + 已结算
19
+        $estimate = DistributionOrderGoods::where('status', 'in', [1, 2])->sum('money');
20
+        return view('', [
21
+            'settled' => $settled,
22
+            'estimate' => $estimate
23
+        ]);
24
+    }
25
+
26
+    /**
27
+     * @notes 数据概览
28
+     * @return \think\response\Json
29
+     * @author Tab
30
+     * @date 2021/9/6 14:35
31
+     */
32
+    public function center()
33
+    {
34
+        $data = CenterLogic::center();
35
+        return view('', ['data' => $data]);
36
+    }
37
+
38
+    /**
39
+     * @notes 分销初始化数据
40
+     * @return \think\response\Json
41
+     * @author Tab
42
+     * @date 2021/9/6 14:26
43
+     */
44
+    public function updateTable()
45
+    {
46
+        try {
47
+            $defaultLevel = DistributionLevel::where('is_default', 1)->findOrEmpty()->toArray();
48
+            if (empty($defaultLevel)) {
49
+                // 没有默认等级,初始化
50
+                DistributionLevel::create([
51
+                    'name' => '默认等级',
52
+                    'weights' => '1',
53
+                    'is_default' => '1',
54
+                    'remark' => '默认等级',
55
+                    'update_relation' => '1'
56
+                ]);
57
+            }
58
+            // 默认分销会员等级
59
+            $defaultLevelId = DistributionLevel::where('is_default', 1)->value('id');
60
+            // 生成分销基础信息表
61
+            $users = User::field('id,is_distribution')
62
+                ->where(['del' => 0])
63
+                ->select()
64
+                ->toArray();
65
+            $distribution = Distribution::column('user_id');
66
+            $addData = [];
67
+            foreach($users as $item) {
68
+                if (in_array($item['id'], $distribution)) {
69
+                    // 已有基础分销记录,跳过
70
+                    continue;
71
+                }
72
+                $data = [
73
+                    'user_id' => $item['id'],
74
+                    'level_id' => $defaultLevelId,
75
+                    'is_distribution' => $item['is_distribution'],
76
+                    'is_freeze' => 0,
77
+                    'remark' => '',
78
+                ];
79
+                $addData[] = $data;
80
+            }
81
+            $distributionModel = new Distribution();
82
+            $distributionModel->saveAll($addData);
83
+
84
+            return JsonServer::success('初始化数据完成');
85
+        } catch(\Exception $e) {
86
+            return JsonServer::error($e->getMessage());
87
+        }
88
+    }
89
+}

+ 47
- 0
app/admin/controller/distribution/DistributionGoods.php View File

@@ -0,0 +1,47 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\DistributionGoodsLogic;
5
+use app\common\basics\AdminBase;
6
+use app\admin\logic\goods\CategoryLogic as MallCategoryLogic;
7
+use app\common\server\JsonServer;
8
+use app\shop\logic\goods\CategoryLogic as ShopCategoryLogic;
9
+
10
+/**
11
+ * 分销商品
12
+ * Class DistributionGoodsLogic
13
+ * @package app\admin\controller\distribution
14
+ */
15
+class DistributionGoods extends AdminBase
16
+{
17
+    /**
18
+     * @notes 分销商品列表页
19
+     * @return \think\response\View
20
+     * @author Tab
21
+     * @date 2021/9/2 17:30
22
+     */
23
+    public function index()
24
+    {
25
+        if ($this->request->isPost()) {
26
+            $params = $this->request->post();
27
+            $lists = DistributionGoodsLogic::lists($params);
28
+            return JsonServer::success('', $lists);
29
+        }
30
+        // 显示分销商品列表页
31
+        $cate_list = MallCategoryLogic::categoryTreeeTree();
32
+        return view('', ['cate_list' => $cate_list]);
33
+    }
34
+
35
+    /**
36
+     * @notes 查看商品佣金比例
37
+     * @return \think\response\View
38
+     * @author Tab
39
+     * @date 2021/9/2 17:57
40
+     */
41
+    public function detail()
42
+    {
43
+        $params = $this->request->get();
44
+        $detail = DistributionGoodsLogic::detail($params);
45
+        return view('', ['detail' => $detail]);
46
+    }
47
+}

+ 84
- 0
app/admin/controller/distribution/DistributionLevel.php View File

@@ -0,0 +1,84 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\DistributionLevelLogic;
5
+use app\admin\validate\distribution\DistributionLevelValidate;
6
+use app\common\basics\AdminBase;
7
+use app\common\server\JsonServer;
8
+
9
+class DistributionLevel extends AdminBase
10
+{
11
+    /**
12
+     * @notes 分销等级列表
13
+     * @return \think\response\View
14
+     * @author Tab
15
+     * @date 2021/9/1 11:01
16
+     */
17
+    public function index()
18
+    {
19
+        if ($this->request->isPost()) {
20
+            $result = DistributionLevelLogic::index();
21
+            return JsonServer::success('', $result);
22
+        }
23
+        return view();
24
+    }
25
+
26
+    /**
27
+     * @notes 添加分销等级
28
+     * @return \think\response\View
29
+     * @author Tab
30
+     * @date 2021/9/1 12:02
31
+     */
32
+    public function add()
33
+    {
34
+        if ($this->request->isPost()) {
35
+            $params = (new DistributionLevelValidate())->goCheck('add');
36
+            $result = DistributionLevelLogic::add($params);
37
+            if($result) {
38
+                return JsonServer::success('添加成功');
39
+            }
40
+            return JsonServer::error(DistributionLevelLogic::getError());
41
+        }
42
+        // 显示添加页面
43
+        return view();
44
+    }
45
+
46
+    /**
47
+     * @notes 编辑分销等级
48
+     * @return \think\response\View
49
+     * @author Tab
50
+     * @date 2021/9/1 15:39
51
+     */
52
+    public function edit()
53
+    {
54
+        if ($this->request->isPost()) {
55
+            $params = (new DistributionLevelValidate())->goCheck('edit');
56
+            $result = DistributionLevelLogic::edit($params);
57
+            if($result) {
58
+                return JsonServer::success('编辑成功');
59
+            }
60
+            return JsonServer::error(DistributionLevelLogic::getError());
61
+        }
62
+
63
+        $params = $this->request->get();
64
+        $detail = DistributionLevelLogic::detail($params);
65
+        $template = $detail['is_default'] ? 'edit_default' : 'edit';
66
+        return view($template, ['detail' => $detail]);
67
+    }
68
+
69
+    /**
70
+     * @notes 删除分销等级
71
+     * @return \think\response\Json
72
+     * @author Tab
73
+     * @date 2021/9/1 16:18
74
+     */
75
+    public function delete()
76
+    {
77
+        $params = $this->request->post();
78
+        $result = DistributionLevelLogic::delete($params);
79
+        if($result) {
80
+            return JsonServer::success('删除成功');
81
+        }
82
+        return JsonServer::error(DistributionLevelLogic::getError());
83
+    }
84
+}

+ 112
- 0
app/admin/controller/distribution/DistributionMember.php View File

@@ -0,0 +1,112 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\DistributionLevelLogic;
5
+use app\admin\logic\distribution\DistributionMemberLogic;
6
+use app\common\basics\AdminBase;
7
+use app\common\server\JsonServer;
8
+
9
+/**
10
+ * 分销会员
11
+ * Class DistributionMember
12
+ * @package app\admin\controller\distribution
13
+ */
14
+class DistributionMember extends AdminBase
15
+{
16
+    /**
17
+     * @notes 分销会员列表
18
+     * @return \think\response\View
19
+     * @author Tab
20
+     * @date 2021/9/2 18:26
21
+     */
22
+    public function index()
23
+    {
24
+        if ($this->request->isPost()) {
25
+            $params = $this->request->post();
26
+            $result = DistributionMemberLogic::lists($params);
27
+            return JsonServer::success('', $result);
28
+        }
29
+        $levels = DistributionLevelLogic::getLevels();
30
+        return view('', ['levels' => $levels]);
31
+    }
32
+
33
+    /**
34
+     * @notes 开通分销会员
35
+     * @return \think\response\View
36
+     * @author Tab
37
+     * @date 2021/9/2 19:32
38
+     */
39
+    public function open()
40
+    {
41
+        if($this->request->isPost()) {
42
+            $params = $this->request->post();
43
+            $result = DistributionMemberLogic::open($params);
44
+            if($result) {
45
+                return JsonServer::success('开通成功');
46
+            }
47
+            return JsonServer::error(DistributionMemberLogic::getError());
48
+        }
49
+        $levels = DistributionLevelLogic::getLevels();
50
+        return view('', ['levels' => $levels]);
51
+    }
52
+
53
+    /**
54
+     * @notes 用户列表
55
+     * @return \think\response\Json|\think\response\View
56
+     * @throws \think\db\exception\DataNotFoundException
57
+     * @throws \think\db\exception\DbException
58
+     * @throws \think\db\exception\ModelNotFoundException
59
+     * @author Tab
60
+     * @date 2021/9/3 11:50
61
+     */
62
+    public function userLists()
63
+    {
64
+        if ($this->request->isPost()) {
65
+            $params = $this->request->post();
66
+            $lists = DistributionMemberLogic::getUserLists($params);
67
+            return JsonServer::success('', $lists);
68
+        }
69
+        return view();
70
+    }
71
+
72
+    /**
73
+     * @notes 分销会员等级调整
74
+     * @return \think\response\Json|\think\response\View
75
+     * @author Tab
76
+     * @date 2021/9/3 14:10
77
+     */
78
+    public function adjust()
79
+    {
80
+        if($this->request->isPost()) {
81
+            $params = $this->request->post();
82
+            $result = DistributionMemberLogic::adjust($params);
83
+            if($result) {
84
+                return JsonServer::success('调整成功');
85
+            }
86
+            return JsonServer::error(DistributionMemberLogic::getError());
87
+        }
88
+        $params = $this->request->get();
89
+        $user = DistributionMemberLogic::getUser($params);
90
+        $levels = DistributionLevelLogic::getLevels();
91
+        return view('', [
92
+            'user' => $user,
93
+            'levels' => $levels
94
+        ]);
95
+    }
96
+
97
+    /**
98
+     * @notes 冻结资格/恢复资格
99
+     * @return \think\response\Json
100
+     * @author Tab
101
+     * @date 2021/9/3 14:20
102
+     */
103
+    public function isFreeze()
104
+    {
105
+        $params = $this->request->post();
106
+        $result = DistributionMemberLogic::isFreeze($params);
107
+        if($result) {
108
+            return JsonServer::success('操作成功');
109
+        }
110
+        return JsonServer::error(DistributionMemberLogic::getError());
111
+    }
112
+}

+ 25
- 0
app/admin/controller/distribution/DistributionOrder.php View File

@@ -0,0 +1,25 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\DistributionOrderLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\server\JsonServer;
7
+
8
+class DistributionOrder extends AdminBase
9
+{
10
+    /**
11
+     * @notes 分销订单列表
12
+     * @return \think\response\View
13
+     * @author Tab
14
+     * @date 2021/9/3 16:53
15
+     */
16
+    public function index()
17
+    {
18
+        if($this->request->isPost()) {
19
+            $params = $this->request->post();
20
+            $result = DistributionOrderLogic::lists($params);
21
+            return JsonServer::success('', $result);
22
+        }
23
+        return view();
24
+    }
25
+}

+ 49
- 0
app/admin/controller/distribution/DistributionSetting.php View File

@@ -0,0 +1,49 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\DistributionSettingLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\server\JsonServer;
7
+
8
+class DistributionSetting extends AdminBase
9
+{
10
+    /**
11
+     * @notes 基础设置
12
+     * @return \think\response\View
13
+     * @author Tab
14
+     * @date 2021/9/1 9:14
15
+     */
16
+    public function index()
17
+    {
18
+        $config = DistributionSettingLogic::getConfig();
19
+        return view('', ['config' => $config]);
20
+    }
21
+
22
+    /**
23
+     * @notes 分销设置
24
+     * @return \think\response\Json
25
+     * @author Tab
26
+     * @date 2021/9/1 9:15
27
+     */
28
+    public function set()
29
+    {
30
+        $params = $this->request->post();
31
+        $result = DistributionSettingLogic::set($params);
32
+        if ($result) {
33
+            return JsonServer::success('设置成功');
34
+        }
35
+        return JsonServer::error(DistributionSettingLogic::getError());
36
+    }
37
+
38
+    /**
39
+     * @notes 结算设置
40
+     * @return \think\response\View
41
+     * @author Tab
42
+     * @date 2021/9/1 9:17
43
+     */
44
+    public function settlement()
45
+    {
46
+        $config = DistributionSettingLogic::getConfig();
47
+        return view('', ['config' => $config]);
48
+    }
49
+}

+ 154
- 0
app/admin/controller/distribution/Member.php View File

@@ -0,0 +1,154 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\model\distribution\DistributionMemberApply;
6
+use app\common\server\JsonServer;
7
+use app\admin\logic\distribution\MemberLogic;
8
+use app\admin\validate\distribution\MemberValidate;
9
+use think\exception\ValidateException;
10
+
11
+class Member extends AdminBase
12
+{
13
+    public function index()
14
+    {
15
+        if ($this->request->isAjax()) {
16
+            $get = $this->request->get();
17
+            $type = $get['type'] ?? 'member';
18
+            if ($type == 'member') {
19
+                return JsonServer::success('获取成功', MemberLogic::memberLists($get));
20
+            }
21
+            return JsonServer::success('获取成功', MemberLogic::auditLists($get));
22
+        }
23
+
24
+        return view('index', ['status' => DistributionMemberApply::getApplyStatus(true)]);
25
+    }
26
+
27
+    public function addMember()
28
+    {
29
+        if ($this->request->isAjax()) {
30
+            $post = $this->request->post();
31
+            try{
32
+                validate(MemberValidate::class)->scene('add')->check($post);
33
+            }catch(ValidateException $e) {
34
+                return JsonServer::error($e->getError());
35
+            }
36
+
37
+            $result = MemberLogic::addMember($post);
38
+            if($result === true) {
39
+               return JsonServer::success('添加成功');
40
+            }
41
+            return JsonServer::error($result);
42
+        }
43
+        return view();
44
+    }
45
+
46
+    public function info()
47
+    {
48
+        $get = $this->request->get();
49
+        $info = MemberLogic::getMemberInfo($get);
50
+        return view('info', ['detail'=>$info]);
51
+    }
52
+
53
+    public function fans()
54
+    {
55
+        if ($this->request->isAjax()) {
56
+            $get = $this->request->get();
57
+            return JsonServer::success('', MemberLogic::getFansLists($get));
58
+        }
59
+
60
+        $user_id = $this->request->get('id');
61
+        return view('', ['user_id'=>$user_id]);
62
+    }
63
+
64
+    public function earningsDetail()
65
+    {
66
+        if ($this->request->isAjax()) {
67
+            $get = $this->request->get();
68
+            return JsonServer::success('', MemberLogic::getEarningsDetail($get));
69
+        }
70
+
71
+        $user_id = $this->request->get('id');
72
+        return view('', ['user_id'=>$user_id]);
73
+    }
74
+
75
+    public function updateLeader()
76
+    {
77
+        if ($this->request->isAjax()) {
78
+            $post = $this->request->post();
79
+            try{
80
+                validate(MemberValidate::class)->scene('updateLeader')->check($post);
81
+            }catch(ValidateException $e) {
82
+                return JsonServer::error($e->getError());
83
+            }
84
+            $result = MemberLogic::updateRelation($post);
85
+            if ($result === true){
86
+                return JsonServer::success('操作成功');
87
+            }
88
+            return JsonServer::error($result);
89
+        }
90
+
91
+        $user_id = $this->request->get('id');
92
+        return view('',[
93
+            'first_leader' => MemberLogic::getLeaderInfo($user_id),
94
+            'user_id' => $user_id
95
+        ]);
96
+    }
97
+
98
+    public function freeze()
99
+    {
100
+        if ($this->request->isAjax()) {
101
+            $post = $this->request->post();
102
+            try{
103
+                validate(MemberValidate::class)->scene('freeze')->check($post);
104
+            }catch(ValidateException $e) {
105
+                return JsonServer::error($e->getError());
106
+            }
107
+            $result = MemberLogic::freeze($post);
108
+            if($result === true) {
109
+                return JsonServer::success('操作成功');
110
+            }
111
+            return JsonServer::error('操作失败');
112
+        }
113
+    }
114
+
115
+    // 删除分销资格
116
+    public function del()
117
+    {
118
+        if($this->request->isPost()) {
119
+            $post = $this->request->post();
120
+            $result = MemberLogic::del($post);
121
+            if($result === true) {
122
+                return JsonServer::success('操作成功');
123
+            }
124
+            return JsonServer::error('操作失败');
125
+        }
126
+    }
127
+
128
+
129
+    /**
130
+     * 审核分销会员
131
+     */
132
+    public function audit()
133
+    {
134
+        if ($this->request->isAjax()) {
135
+            $post = $this->request->post();
136
+            try{
137
+                validate(MemberValidate::class)->scene('audit')->check($post);
138
+            }catch(ValidateException $e) {
139
+                return JsonServer::error($e->getError());
140
+            }
141
+            if ($post['type'] == 'pass') {
142
+                $res = MemberLogic::auditPass($post);
143
+            } else {
144
+                $res = MemberLogic::auditRefuse($post);
145
+            }
146
+
147
+            if ($res !== true) {
148
+                return JsonServer::error('操作失败');
149
+            }
150
+            return JsonServer::success('操作成功');
151
+        }
152
+    }
153
+
154
+}

+ 22
- 0
app/admin/controller/distribution/Record.php View File

@@ -0,0 +1,22 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\admin\logic\distribution\RecordLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\server\JsonServer;
7
+use app\common\utils\Time;
8
+
9
+class Record extends AdminBase
10
+{
11
+    public function lists()
12
+    {
13
+        if($this->request->isAjax()) {
14
+            $get = $this->request->get();
15
+            $data = RecordLogic::lists($get);
16
+            return JsonServer::success('', $data);
17
+        }
18
+        return view('', [
19
+            'time' => Time::getTime()
20
+        ]);
21
+    }
22
+}

+ 36
- 0
app/admin/controller/distribution/Setting.php View File

@@ -0,0 +1,36 @@
1
+<?php
2
+namespace app\admin\controller\distribution;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\server\ConfigServer;
6
+use app\common\server\JsonServer;
7
+
8
+class Setting extends AdminBase
9
+{
10
+    /**
11
+     * 分销设置
12
+     */
13
+    public function setting()
14
+    {
15
+        if($this->request->isPost()) {
16
+            $post = $this->request->post();
17
+            ConfigServer::set('distribution', 'is_open', $post['is_open']);
18
+            ConfigServer::set('distribution', 'member_apply', $post['member_apply']);
19
+            if(isset($post['image'])) {
20
+                // 图片链接去除域名再入库
21
+                $domain = $this->request->domain();
22
+                $post['image'] = str_replace($domain, '', $post['image']);
23
+                ConfigServer::set('distribution', 'image', $post['image']);
24
+            }else{
25
+                ConfigServer::set('distribution', 'image', '');
26
+            }
27
+            return JsonServer::success('设置成功');
28
+        }
29
+        $config = [
30
+            'is_open' => ConfigServer::get('distribution', 'is_open', 1),
31
+            'member_apply' => ConfigServer::get('distribution', 'member_apply', 1),
32
+            'image' => ConfigServer::get('distribution', 'image', ''),
33
+        ];
34
+        return view('', ['config' => $config]);
35
+    }
36
+}

+ 39
- 0
app/admin/controller/finance/Finance.php View File

@@ -0,0 +1,39 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\finance;
21
+
22
+use app\common\basics\AdminBase;
23
+use app\admin\logic\finance\FinanceLogic;
24
+use think\facade\View;
25
+
26
+/**
27
+ * 财务中心
28
+ * Class Finance
29
+ * @package app\admin\controller\finance
30
+ */
31
+class Finance extends AdminBase
32
+{
33
+    public function center()
34
+    {
35
+
36
+        View::assign('shop', FinanceLogic::shop());
37
+        return view();
38
+    }
39
+}

+ 65
- 0
app/admin/controller/finance/Integral.php View File

@@ -0,0 +1,65 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\finance;
21
+
22
+
23
+use app\admin\logic\finance\IntegralLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+
27
+class Integral extends AdminBase
28
+{
29
+    /**
30
+     * @notes 积分明细
31
+     * @return \think\response\Json|\think\response\View
32
+     * @author ljj
33
+     * @date 2022/2/22 6:00 下午
34
+     */
35
+    public function integral()
36
+    {
37
+        if ($this->request->isAjax()) {
38
+            $get = $this->request->get();
39
+            $data = IntegralLogic::integral($get);
40
+            return JsonServer::success('', $data, 1);
41
+        }
42
+
43
+        return view();
44
+    }
45
+
46
+
47
+    /**
48
+     * @notes 导出积分明细Excel
49
+     * @return \think\response\Json
50
+     * @throws \think\db\exception\DataNotFoundException
51
+     * @throws \think\db\exception\DbException
52
+     * @throws \think\db\exception\ModelNotFoundException
53
+     * @author 段誉
54
+     * @date 2022/4/24 10:20
55
+     */
56
+    public function export()
57
+    {
58
+        $params = $this->request->get();
59
+        $result = IntegralLogic::integral($params, true);
60
+        if(false === $result) {
61
+            return JsonServer::error(IntegralLogic::getError() ?: '导出失败');
62
+        }
63
+        return JsonServer::success('', $result);
64
+    }
65
+}

+ 270
- 0
app/admin/controller/finance/Shop.php View File

@@ -0,0 +1,270 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\finance;
21
+
22
+use app\admin\logic\finance\ShopSettlementLogic;
23
+use app\admin\logic\finance\ShopWithdrawalLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+
27
+use think\facade\View;
28
+
29
+/**
30
+ * 财务-商家相关
31
+ * Class Shop
32
+ * @package app\admin\controller\finance
33
+ */
34
+class Shop extends AdminBase
35
+{
36
+    /**
37
+     * @Notes: 商家提现列表
38
+     * @Author: 张无忌
39
+     */
40
+    public function withdrawal()
41
+    {
42
+        if($this->request->isAjax()){
43
+            $get= $this->request->get();
44
+            $lists = ShopWithdrawalLogic::lists($get);
45
+            return JsonServer::success('获取成功', $lists);
46
+        }
47
+
48
+        View::assign('summary', ShopWithdrawalLogic::summary());
49
+        View::assign('statistics', ShopWithdrawalLogic::statistics());
50
+        return view();
51
+    }
52
+
53
+    /**
54
+     * @Notes: 商家提现详细
55
+     * @Author: 张无忌
56
+     * @return \think\response\View
57
+     */
58
+    public function withdrawalDetail()
59
+    {
60
+        $id = $this->request->get('id');
61
+        View::assign('detail', ShopWithdrawalLogic::detail($id));
62
+        return view();
63
+    }
64
+
65
+    /**
66
+     * @Notes: 商家提现统计
67
+     * @Author: 张无忌
68
+     */
69
+    public function withdrawalStatistics()
70
+    {
71
+        if ($this->request->isAjax()) {
72
+            $statistics = ShopWithdrawalLogic::statistics();
73
+            return JsonServer::success('获取成功', $statistics);
74
+        }
75
+
76
+        return JsonServer::error('请求异常');
77
+    }
78
+
79
+    /**
80
+     * @Notes: 审核商家提现
81
+     * @Author: 张无忌
82
+     */
83
+    public function withdrawalExamine()
84
+    {
85
+        if ($this->request->isAjax()) {
86
+            $post = $this->request->post();
87
+            $res = ShopWithdrawalLogic::examine($post);
88
+            if ($res === false) {
89
+                $error = ShopWithdrawalLogic::getError() ?: '审核失败';
90
+                return JsonServer::error($error);
91
+            }
92
+
93
+            return JsonServer::success('审核成功');
94
+        }
95
+
96
+        return view();
97
+    }
98
+
99
+    /**
100
+     * @Notes: 商家提现转账
101
+     * @Author: 张无忌
102
+     */
103
+    public function withdrawalTransfer()
104
+    {
105
+        if ($this->request->isAjax()) {
106
+            $post = $this->request->post();
107
+            $res = ShopWithdrawalLogic::transfer($post);
108
+            if ($res === false) {
109
+                $error = ShopWithdrawalLogic::getError() ?: '审核失败';
110
+                return JsonServer::error($error);
111
+            }
112
+
113
+            return JsonServer::success('审核成功');
114
+        }
115
+
116
+        $id = $this->request->get('id');
117
+        View::assign('detail', ShopWithdrawalLogic::detail($id));
118
+        return view();
119
+    }
120
+    
121
+    /**
122
+     * @notes 在线转账
123
+     * @return \think\response\Json|void
124
+     * @author lbzy
125
+     * @datetime 2023-06-07 09:48:22
126
+     */
127
+    function WithdrawalTransferOnline()
128
+    {
129
+        if ($this->request->isAjax()) {
130
+            $post = $this->request->post();
131
+            $res = ShopWithdrawalLogic::transfer_online($post);
132
+            if ($res === false) {
133
+                $error = ShopWithdrawalLogic::getError() ? : '在线转账失败';
134
+                return JsonServer::error($error);
135
+            }
136
+            
137
+            return JsonServer::success(ShopWithdrawalLogic::getError() ? : '在线转账成功');
138
+        }
139
+    }
140
+
141
+
142
+    /**
143
+     * @Notes: 商家结算列表
144
+     * @Author: 张无忌
145
+     */
146
+    public function settlement()
147
+    {
148
+        if($this->request->isAjax()){
149
+            $get= $this->request->get();
150
+            $lists = ShopSettlementLogic::lists($get);
151
+            return JsonServer::success('获取成功', $lists);
152
+        }
153
+
154
+        $statistics = ShopSettlementLogic::statistics();
155
+        View::assign('statistics', $statistics);
156
+        return view();
157
+    }
158
+
159
+    /**
160
+     * @Notes: 商家结算记录
161
+     * @Author: 张无忌
162
+     */
163
+    public function settlementRecord()
164
+    {
165
+        if ($this->request->isAjax()) {
166
+            $get = $this->request->get();
167
+            $lists = ShopSettlementLogic::record($get);
168
+            return JsonServer::success('获取成功', $lists);
169
+        }
170
+
171
+        $shop_id = $this->request->get('shop_id');
172
+        $statistics = ShopSettlementLogic::statistics($shop_id);
173
+        View::assign('shop_id', $shop_id);
174
+        View::assign('statistics', $statistics);
175
+        return view();
176
+    }
177
+
178
+    /**
179
+     * @Notes: 商家结算详细记录
180
+     * @Author: 张无忌
181
+     */
182
+    public function settlementDetail()
183
+    {
184
+        if ($this->request->isAjax()) {
185
+            $get = $this->request->get();
186
+            $lists = ShopSettlementLogic::detail($get);
187
+            return JsonServer::success('获取成功', $lists);
188
+        }
189
+
190
+        $settle_id = $this->request->get('settle_id');
191
+        View::assign('settle_id', $settle_id);
192
+        return view();
193
+    }
194
+
195
+
196
+    /**
197
+     * @Notes: 账户明细列表
198
+     * @Author: 张无忌
199
+     */
200
+    public function account()
201
+    {
202
+        if($this->request->isAjax()){
203
+            $get= $this->request->get();
204
+            $lists = ShopWithdrawalLogic::account($get);
205
+            return JsonServer::success('获取成功', $lists);
206
+        }
207
+
208
+        return view();
209
+    }
210
+
211
+
212
+    /**
213
+     * @notes 导出商家提现Excel
214
+     * @return \think\response\Json
215
+     * @throws \think\db\exception\DataNotFoundException
216
+     * @throws \think\db\exception\DbException
217
+     * @throws \think\db\exception\ModelNotFoundException
218
+     * @author 段誉
219
+     * @date 2022/4/24 10:20
220
+     */
221
+    public function withdrawalExport()
222
+    {
223
+        $params = $this->request->get();
224
+        $result = ShopWithdrawalLogic::lists($params, true);
225
+        if(false === $result) {
226
+            return JsonServer::error(ShopWithdrawalLogic::getError() ?: '导出失败');
227
+        }
228
+        return JsonServer::success('', $result);
229
+    }
230
+
231
+    /**
232
+     * @notes 导出商家结算Excel
233
+     * @return \think\response\Json
234
+     * @throws \think\db\exception\DataNotFoundException
235
+     * @throws \think\db\exception\DbException
236
+     * @throws \think\db\exception\ModelNotFoundException
237
+     * @author 段誉
238
+     * @date 2022/4/24 10:20
239
+     */
240
+    public function settlementExport()
241
+    {
242
+        $params = $this->request->get();
243
+        $result = ShopSettlementLogic::lists($params, true);
244
+        if(false === $result) {
245
+            return JsonServer::error(ShopSettlementLogic::getError() ?: '导出失败');
246
+        }
247
+        return JsonServer::success('', $result);
248
+    }
249
+
250
+
251
+    /**
252
+     * @notes 导出商家账户明细Excel
253
+     * @return \think\response\Json
254
+     * @throws \think\db\exception\DataNotFoundException
255
+     * @throws \think\db\exception\DbException
256
+     * @throws \think\db\exception\ModelNotFoundException
257
+     * @author 段誉
258
+     * @date 2022/4/24 10:20
259
+     */
260
+    public function accountExport()
261
+    {
262
+        $params = $this->request->get();
263
+        $result = ShopWithdrawalLogic::account($params, true);
264
+        if(false === $result) {
265
+            return JsonServer::error(ShopWithdrawalLogic::getError() ?: '导出失败');
266
+        }
267
+        return JsonServer::success('', $result);
268
+    }
269
+
270
+}

+ 476
- 0
app/admin/controller/finance/User.php View File

@@ -0,0 +1,476 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\finance;
21
+
22
+use app\common\basics\AdminBase;
23
+use app\common\model\AccountLog;
24
+use app\common\server\JsonServer;
25
+use app\admin\logic\finance\WithdrawLogic;
26
+use app\common\model\order\Order as OrderModel;
27
+use app\common\model\Client_;
28
+use app\common\enum\PayEnum;
29
+
30
+/**
31
+ * 财务-会员相关
32
+ * Class User
33
+ * @package app\admin\controller\finance
34
+ */
35
+class User extends AdminBase
36
+{
37
+    /**
38
+     * @notes 会员佣金提现列表
39
+     * @return \think\response\Json|\think\response\View
40
+     * @throws \think\db\exception\DataNotFoundException
41
+     * @throws \think\db\exception\DbException
42
+     * @throws \think\db\exception\ModelNotFoundException
43
+     * @author suny
44
+     * @date 2021/7/13 7:01 下午
45
+     */
46
+    public function withdrawal()
47
+    {
48
+
49
+        if ($this->request->isAjax()) {
50
+            $get = $this->request->get();
51
+            $data = WithdrawLogic::lists($get);
52
+            return JsonServer::success('', $data, 1);
53
+        }
54
+        $today = [
55
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time()))),
56
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time())) + 86399)
57
+        ];
58
+
59
+        $yesterday = [
60
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day")))),
61
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day"))) + 86399)
62
+        ];
63
+
64
+
65
+        $days_ago7 = [
66
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-7 day")))),
67
+            date('Y-m-d 23:59:59', time())
68
+        ];
69
+
70
+        $days_ago30 = [
71
+            date('Y-m-d 00:00:00', strtotime("-30 day")),
72
+            date('Y-m-d 23:59:59', time())
73
+        ];
74
+        $summary = WithdrawLogic::summary();
75
+        return view('', [
76
+            'today' => $today,
77
+            'yesterday' => $yesterday,
78
+            'days_ago7' => $days_ago7,
79
+            'days_ago30' => $days_ago30,
80
+            'summary' => $summary
81
+        ]);
82
+    }
83
+
84
+    /**
85
+     * @notes 会员佣金明细列表
86
+     * @return \think\response\Json|\think\response\View
87
+     * @throws \think\db\exception\DataNotFoundException
88
+     * @throws \think\db\exception\DbException
89
+     * @throws \think\db\exception\ModelNotFoundException
90
+     * @author suny
91
+     * @date 2021/7/13 7:01 下午
92
+     */
93
+    public function commission()
94
+    {
95
+
96
+        if ($this->request->isAjax()) {
97
+            $get = $this->request->get();
98
+            $data = WithdrawLogic::commission($get);
99
+            return JsonServer::success('', $data, 1);
100
+        }
101
+        $today = [
102
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time()))),
103
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time())) + 86399)
104
+        ];
105
+
106
+        $yesterday = [
107
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day")))),
108
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day"))) + 86399)
109
+        ];
110
+
111
+
112
+        $days_ago7 = [
113
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-7 day")))),
114
+            date('Y-m-d 23:59:59', time())
115
+        ];
116
+
117
+        $days_ago30 = [
118
+            date('Y-m-d 00:00:00', strtotime("-30 day")),
119
+            date('Y-m-d 23:59:59', time())
120
+        ];
121
+        return view('', [
122
+            'today' => $today,
123
+            'yesterday' => $yesterday,
124
+            'days_ago7' => $days_ago7,
125
+            'days_ago30' => $days_ago30,
126
+            'source_type' => AccountLog::getEarningsChange()
127
+        ]);
128
+    }
129
+
130
+    /**
131
+     * @notes 充值明细列表
132
+     * @return \think\response\Json|\think\response\View
133
+     * @author suny
134
+     * @date 2021/7/13 7:01 下午
135
+     */
136
+    public function recharge()
137
+    {
138
+
139
+        if ($this->request->isAjax()) {
140
+            $get = $this->request->get();
141
+            $data = WithdrawLogic::recharge($get);
142
+            return JsonServer::success('', $data, 1);
143
+        }
144
+        // 订单状态
145
+        $order_status = OrderModel::getOrderStatus(true);
146
+        // 订单类型
147
+        $order_type = OrderModel::getOrderType(true);
148
+        // 订单来源
149
+        $order_source = Client_::getClient(true);
150
+        unset($order_source[2]);
151
+        // 支付方式
152
+        $pay_way = PayEnum::getPayWay(true);
153
+        unset($pay_way[3], $pay_way[4]);
154
+        // 配送方式
155
+        $today = [
156
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time()))),
157
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time())) + 86399)
158
+        ];
159
+
160
+        $yesterday = [
161
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day")))),
162
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day"))) + 86399)
163
+        ];
164
+
165
+
166
+        $days_ago7 = [
167
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-7 day")))),
168
+            date('Y-m-d 23:59:59', time())
169
+        ];
170
+
171
+        $days_ago30 = [
172
+            date('Y-m-d 00:00:00', strtotime("-30 day")),
173
+            date('Y-m-d 23:59:59', time())
174
+        ];
175
+        return view('', [
176
+            'order_status' => $order_status,
177
+            'order_type' => $order_type,
178
+            'order_source' => $order_source,
179
+            'pay_way' => $pay_way,
180
+            'today' => $today,
181
+            'yesterday' => $yesterday,
182
+            'days_ago7' => $days_ago7,
183
+            'days_ago30' => $days_ago30,
184
+        ]);
185
+    }
186
+
187
+
188
+    /**
189
+     * @notes 账户明细列表
190
+     * @return \think\response\Json|\think\response\View
191
+     * @throws \think\db\exception\DataNotFoundException
192
+     * @throws \think\db\exception\DbException
193
+     * @throws \think\db\exception\ModelNotFoundException
194
+     * @author suny
195
+     * @date 2021/7/13 7:02 下午
196
+     */
197
+    public function account()
198
+    {
199
+
200
+        if ($this->request->isAjax()) {
201
+            $get = $this->request->get();
202
+            $data = WithdrawLogic::account($get);
203
+            return JsonServer::success('', $data, 1);
204
+        }
205
+        $today = [
206
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time()))),
207
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", time())) + 86399)
208
+        ];
209
+
210
+        $yesterday = [
211
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day")))),
212
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-1 day"))) + 86399)
213
+        ];
214
+
215
+
216
+        $days_ago7 = [
217
+            date('Y-m-d H:i:s', strtotime(date("Y-m-d", strtotime("-7 day")))),
218
+            date('Y-m-d 23:59:59', time())
219
+        ];
220
+
221
+        $days_ago30 = [
222
+            date('Y-m-d 00:00:00', strtotime("-30 day")),
223
+            date('Y-m-d 23:59:59', time())
224
+        ];
225
+        return view('', [
226
+            'today' => $today,
227
+            'yesterday' => $yesterday,
228
+            'days_ago7' => $days_ago7,
229
+            'days_ago30' => $days_ago30,
230
+        ]);
231
+    }
232
+
233
+    /**
234
+     * @notes 会员佣金提现详情
235
+     * @return \think\response\View
236
+     * @author suny
237
+     * @date 2021/7/13 7:02 下午
238
+     */
239
+    public function withdraw_detail()
240
+    {
241
+
242
+        $id = $this->request->get('id', '', 'intval');
243
+        $detail = WithdrawLogic::detail($id);
244
+        return view('detail', [
245
+            'detail' => $detail
246
+        ]);
247
+    }
248
+
249
+    /**
250
+     * @notes 显示提现审核界面
251
+     * @return \think\response\View
252
+     * @author suny
253
+     * @date 2021/7/13 7:02 下午
254
+     */
255
+    public function withdraw_review()
256
+    {
257
+
258
+        $id = $this->request->get('id', '', 'intval');
259
+        return view('review', [
260
+            'id' => $id
261
+        ]);
262
+    }
263
+
264
+    /**
265
+     * @notes 审核通过
266
+     * @return \think\response\Json
267
+     * @throws \think\db\exception\DataNotFoundException
268
+     * @throws \think\db\exception\DbException
269
+     * @throws \think\db\exception\ModelNotFoundException
270
+     * @throws \think\exception\DbException
271
+     * @author suny
272
+     * @date 2021/7/13 7:02 下午
273
+     */
274
+    public function confirm()
275
+    {
276
+
277
+        if ($this->request->isAjax()) {
278
+            $post = $this->request->post();
279
+            $result = WithdrawLogic::confirm($post);
280
+            if ($result['code']) {
281
+                return JsonServer::success($result['msg']);
282
+            } else {
283
+                return JsonServer::error($result['msg']);
284
+            }
285
+        }
286
+    }
287
+
288
+    /**
289
+     * @notes 审核拒绝
290
+     * @return \think\response\Json
291
+     * @throws \think\exception\PDOException
292
+     * @author suny
293
+     * @date 2021/7/13 7:02 下午
294
+     */
295
+    public function refuse()
296
+    {
297
+
298
+        if ($this->request->isAjax()) {
299
+            $post = $this->request->post();
300
+            WithdrawLogic::refuse($post);
301
+            return JsonServer::success('已拒绝提现');
302
+        }
303
+    }
304
+
305
+    /**
306
+     * @notes 显示提现转账界面
307
+     * @return \think\response\View
308
+     * @author suny
309
+     * @date 2021/7/13 7:02 下午
310
+     */
311
+    public function transfer()
312
+    {
313
+
314
+        $id = $this->request->get('id', '', 'intval');
315
+        return view('', [
316
+            'id' => $id
317
+        ]);
318
+    }
319
+
320
+    /**
321
+     * @notes 转账失败
322
+     * @return \think\response\Json
323
+     * @throws \think\db\exception\DataNotFoundException
324
+     * @throws \think\db\exception\DbException
325
+     * @throws \think\db\exception\ModelNotFoundException
326
+     * @throws \think\exception\DbException
327
+     * @author suny
328
+     * @date 2021/7/13 7:02 下午
329
+     */
330
+    public function transferFail()
331
+    {
332
+
333
+        $post = $this->request->post();
334
+        $result = WithdrawLogic::transferFail($post);
335
+        if ($result['code']) {
336
+            return JsonServer::success($result['msg']);
337
+        } else {
338
+            return JsonServer::error($result['msg']);
339
+        }
340
+    }
341
+
342
+    /**
343
+     * @notes 转账成功
344
+     * @return \think\response\Json
345
+     * @author suny
346
+     * @date 2021/7/13 7:02 下午
347
+     */
348
+    public function transferSuccess()
349
+    {
350
+
351
+        $post = $this->request->post();
352
+        $result = WithdrawLogic::transferSuccess($post);
353
+        if ($result['code']) {
354
+            return JsonServer::success($result['msg']);
355
+        } else {
356
+            return JsonServer::error($result['msg']);
357
+        }
358
+    }
359
+
360
+    /**
361
+     * @notes 提现结果查询
362
+     * @return \think\response\Json
363
+     * @author suny
364
+     * @date 2021/7/13 7:02 下午
365
+     */
366
+    public function search()
367
+    {
368
+
369
+        $id = $this->request->post('id', '', 'intval');
370
+        $result = WithdrawLogic::search($id);
371
+        if ($result['code']) {
372
+            return JsonServer::success($result['msg']);
373
+        } else {
374
+            return JsonServer::error($result['msg']);
375
+        }
376
+    }
377
+
378
+    /**
379
+     * @notes 提现失败
380
+     * @return \think\response\Json
381
+     * @throws \think\db\exception\DataNotFoundException
382
+     * @throws \think\db\exception\DbException
383
+     * @throws \think\db\exception\ModelNotFoundException
384
+     * @throws \think\exception\DbException
385
+     * @author suny
386
+     * @date 2021/7/13 7:03 下午
387
+     */
388
+    public function withdrawFailed()
389
+    {
390
+
391
+        $id = $this->request->post('id', '', 'intval');
392
+        WithdrawLogic::withdrawFailed($id);
393
+        return JsonServer::success('提现失败已回退佣金');
394
+    }
395
+
396
+
397
+    /**
398
+     * @notes 导出充值明细Excel
399
+     * @return \think\response\Json
400
+     * @throws \think\db\exception\DataNotFoundException
401
+     * @throws \think\db\exception\DbException
402
+     * @throws \think\db\exception\ModelNotFoundException
403
+     * @author 段誉
404
+     * @date 2022/4/24 10:20
405
+     */
406
+    public function rechargeExport()
407
+    {
408
+        $params = $this->request->get();
409
+        $result = WithdrawLogic::recharge($params, true);
410
+        if(false === $result) {
411
+            return JsonServer::error(WithdrawLogic::getError() ?: '导出失败');
412
+        }
413
+        return JsonServer::success('', $result);
414
+    }
415
+
416
+
417
+    /**
418
+     * @notes 导出账户明细Excel
419
+     * @return \think\response\Json
420
+     * @throws \think\db\exception\DataNotFoundException
421
+     * @throws \think\db\exception\DbException
422
+     * @throws \think\db\exception\ModelNotFoundException
423
+     * @author 段誉
424
+     * @date 2022/4/24 10:20
425
+     */
426
+    public function accountExport()
427
+    {
428
+        $params = $this->request->get();
429
+        $result = WithdrawLogic::account($params, true);
430
+        if(false === $result) {
431
+            return JsonServer::error(WithdrawLogic::getError() ?: '导出失败');
432
+        }
433
+        return JsonServer::success('', $result);
434
+    }
435
+
436
+
437
+    /**
438
+     * @notes 导出佣金明细Excel
439
+     * @return \think\response\Json
440
+     * @throws \think\db\exception\DataNotFoundException
441
+     * @throws \think\db\exception\DbException
442
+     * @throws \think\db\exception\ModelNotFoundException
443
+     * @author 段誉
444
+     * @date 2022/4/24 10:20
445
+     */
446
+    public function commissionExport()
447
+    {
448
+        $params = $this->request->get();
449
+        $result = WithdrawLogic::commission($params, true);
450
+        if(false === $result) {
451
+            return JsonServer::error(WithdrawLogic::getError() ?: '导出失败');
452
+        }
453
+        return JsonServer::success('', $result);
454
+    }
455
+
456
+
457
+
458
+    /**
459
+     * @notes 导出佣金提现Excel
460
+     * @return \think\response\Json
461
+     * @throws \think\db\exception\DataNotFoundException
462
+     * @throws \think\db\exception\DbException
463
+     * @throws \think\db\exception\ModelNotFoundException
464
+     * @author 段誉
465
+     * @date 2022/4/24 10:20
466
+     */
467
+    public function withdrawalExport()
468
+    {
469
+        $params = $this->request->get();
470
+        $result = WithdrawLogic::lists($params, true);
471
+        if(false === $result) {
472
+            return JsonServer::error(WithdrawLogic::getError() ?: '导出失败');
473
+        }
474
+        return JsonServer::success('', $result);
475
+    }
476
+}

+ 125
- 0
app/admin/controller/goods/Brand.php View File

@@ -0,0 +1,125 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\goods;
22
+
23
+
24
+use app\admin\logic\goods\BrandLogic;
25
+use app\admin\validate\goods\BrandValidate;
26
+use app\common\basics\AdminBase;
27
+use app\common\model\goods\GoodsBrand as GoodsBrandModel;
28
+use app\common\server\JsonServer;
29
+
30
+
31
+/**
32
+ * 商品品牌
33
+ * Class GoodsBrand
34
+ * @package app\admin\controller
35
+ */
36
+class Brand extends AdminBase
37
+{
38
+    /**
39
+     * Notes: 列表
40
+     * @author 段誉(2021/4/15 10:49)
41
+     * @return string|\think\response\Json
42
+     */
43
+    public function lists()
44
+    {
45
+        if ($this->request->isAjax()) {
46
+            $get = $this->request->get();
47
+            return JsonServer::success('获取成功', BrandLogic::lists($get));
48
+        }
49
+        return view();
50
+    }
51
+
52
+
53
+    /**
54
+     * Notes: 添加
55
+     * @author 段誉(2021/4/15 10:49)
56
+     * @return string|\think\response\Json
57
+     */
58
+    public function add()
59
+    {
60
+        if ($this->request->isAjax()) {
61
+            $post = $this->request->post();
62
+            (new BrandValidate())->goCheck('add');
63
+            if (BrandLogic::add($post)) {
64
+                return JsonServer::success('操作成功');
65
+            }
66
+            return JsonServer::error(BrandLogic::getError() ?: '操作失败');
67
+        }
68
+        return view('', ['capital' => getCapital()]);
69
+    }
70
+
71
+    /**
72
+     * Notes: 编辑
73
+     * @author 段誉(2021/4/15 10:49)
74
+     * @return string|\think\response\Json
75
+     * @throws \think\db\exception\DataNotFoundException
76
+     * @throws \think\db\exception\DbException
77
+     * @throws \think\db\exception\ModelNotFoundException
78
+     */
79
+    public function edit()
80
+    {
81
+        $id = $this->request->get('id');
82
+        if ($this->request->isAjax()) {
83
+            $post = $this->request->post();
84
+            (new BrandValidate())->goCheck('edit');
85
+            if (BrandLogic::edit($post)) {
86
+                return JsonServer::success('操作成功');
87
+            }
88
+            return JsonServer::error(BrandLogic::getError() ?: '操作失败');
89
+        }
90
+        return view('', [
91
+            'detail'    => GoodsBrandModel::find($id),
92
+            'capital'   => getCapital()
93
+        ]);
94
+    }
95
+
96
+    /**
97
+     * Notes: 删除
98
+     * @author 段誉(2021/4/15 10:49)
99
+     * @return \think\response\Json
100
+     */
101
+    public function del()
102
+    {
103
+        if ($this->request->isAjax()) {
104
+            $id = $this->request->post('id');
105
+            (new BrandValidate())->goCheck('del');
106
+            if (BrandLogic::del($id)) {
107
+                return JsonServer::success('操作成功');
108
+            }
109
+            return JsonServer::error(BrandLogic::getError() ?: '操作失败');
110
+        }
111
+    }
112
+
113
+
114
+    /**
115
+     * Notes: 切换状态
116
+     * @author 段誉(2021/4/15 15:17)
117
+     * @return \think\response\Json
118
+     */
119
+    public function switchStatus()
120
+    {
121
+        $post = $this->request->post();
122
+        GoodsBrandModel::update(['is_show' => $post['is_show']], ['id' => $post['id']]);
123
+        return JsonServer::success('操作成功');
124
+    }
125
+}

+ 142
- 0
app/admin/controller/goods/Category.php View File

@@ -0,0 +1,142 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\goods;
21
+
22
+use app\common\basics\AdminBase;
23
+use app\admin\logic\goods\CategoryLogic;
24
+use app\admin\validate\goods\CategoryValidate;
25
+use think\exception\ValidateException;
26
+use app\common\server\JsonServer;
27
+use think\facade\View;
28
+
29
+/**
30
+ * 平台商品分类
31
+ * Class Category
32
+ * @package app\admin\controller\goods
33
+ */
34
+class Category extends AdminBase
35
+{
36
+    /**
37
+     * 列表
38
+     */
39
+    public function lists()
40
+    {
41
+        if ($this->request->isAjax()) {
42
+            $category_tree = CategoryLogic::lists();
43
+            // reqData方式渲染
44
+            $treeTableData = [
45
+                'code' => 0,
46
+                'msg' => '分类列表',
47
+                'data' => json_encode($category_tree)
48
+            ];
49
+            return json($treeTableData);
50
+        }
51
+        return view();
52
+    }
53
+
54
+    /**
55
+     * 添加
56
+     */
57
+    public function add()
58
+    {
59
+        if ($this->request->isAjax()) {
60
+            $post = $this->request->post();
61
+            $post['del'] = 0;
62
+            try {
63
+                validate(CategoryValidate::class)->scene('add')->check($post);
64
+            } catch (ValidateException $e) {
65
+                return JsonServer::error($e->getError());
66
+            }
67
+            $res = CategoryLogic::add($post);
68
+            if ($res) {
69
+                return JsonServer::success('分类添加成功');
70
+            } else {
71
+                return JsonServer::error('分类添加失败');
72
+            }
73
+        }
74
+
75
+        $category_list = CategoryLogic::categoryTwoTree();
76
+        return view('add', ['category_list' => $category_list]);
77
+    }
78
+
79
+    /**
80
+     * 删除
81
+     */
82
+    public function del()
83
+    {
84
+        $post = $this->request->post();
85
+        try {
86
+            validate(CategoryValidate::class)->scene('del')->check($post);
87
+        } catch (ValidateException $e) {
88
+            return JsonServer::error($e->getError());
89
+        }
90
+        $res = CategoryLogic::del($post);
91
+        if ($res) {
92
+            return JsonServer::success('删除分类成功');
93
+        } else {
94
+            return JsonServer::error('删除分类失败');
95
+        }
96
+    }
97
+
98
+
99
+    /**
100
+     * 编辑
101
+     */
102
+    public function edit()
103
+    {
104
+        if ($this->request->isAjax()) {
105
+            $post = $this->request->post();
106
+            $post['del'] = 0;
107
+            try {
108
+                validate(CategoryValidate::class)->scene('edit')->check($post);
109
+            } catch (ValidateException $e) {
110
+                return JsonServer::error($e->getError());
111
+            }
112
+            $res = CategoryLogic::edit($post);
113
+            if ($res) {
114
+                return JsonServer::success('编辑分类成功');
115
+            } else {
116
+                return JsonServer::error('编辑分类失败');
117
+            }
118
+        }
119
+
120
+        $id = $this->request->get('id');
121
+        $detail = CategoryLogic::getCategory($id);
122
+        $category_list = CategoryLogic::categoryTwoTree();
123
+        return view('edit', [
124
+            'detail' => $detail,
125
+            'category_list' => $category_list
126
+        ]);
127
+    }
128
+
129
+    /**
130
+     * 修改显示状态
131
+     */
132
+    public function switchStatus()
133
+    {
134
+        $post = $this->request->post();
135
+        $res = CategoryLogic::switchStatus($post);
136
+        if ($res) {
137
+            return JsonServer::success('修改成功');
138
+        } else {
139
+            return JsonServer::error('修改失败');
140
+        }
141
+    }
142
+}

+ 122
- 0
app/admin/controller/goods/Column.php View File

@@ -0,0 +1,122 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\goods;
22
+
23
+
24
+use app\admin\logic\goods\ColumnLogic;
25
+use app\admin\validate\goods\ColumnValidate;
26
+use app\common\basics\AdminBase;
27
+use app\common\model\goods\GoodsColumn as GoodsColumnModel;
28
+use app\common\server\JsonServer;
29
+
30
+
31
+/**
32
+ * 商品栏目
33
+ * Class GoodsColumn
34
+ * @package app\admin\controller
35
+ */
36
+class Column extends AdminBase
37
+{
38
+    /**
39
+     * Notes: 列表
40
+     * @author 段誉(2021/4/15 10:49)
41
+     * @return string|\think\response\Json
42
+     */
43
+    public function lists()
44
+    {
45
+        if ($this->request->isAjax()) {
46
+            $get = $this->request->get();
47
+            return JsonServer::success('获取成功', ColumnLogic::lists($get));
48
+        }
49
+        return view();
50
+    }
51
+
52
+
53
+    /**
54
+     * Notes: 添加
55
+     * @author 段誉(2021/4/15 10:49)
56
+     * @return string|\think\response\Json
57
+     */
58
+    public function add()
59
+    {
60
+        if ($this->request->isAjax()) {
61
+            $post = $this->request->post();
62
+            (new ColumnValidate())->goCheck('add');
63
+            if (ColumnLogic::add($post)) {
64
+                return JsonServer::success('操作成功');
65
+            }
66
+            return JsonServer::error(ColumnLogic::getError() ?: '操作失败');
67
+        }
68
+        return view();
69
+    }
70
+
71
+    /**
72
+     * Notes: 编辑
73
+     * @author 段誉(2021/4/15 10:49)
74
+     * @return string|\think\response\Json
75
+     * @throws \think\db\exception\DataNotFoundException
76
+     * @throws \think\db\exception\DbException
77
+     * @throws \think\db\exception\ModelNotFoundException
78
+     */
79
+    public function edit()
80
+    {
81
+        $id = $this->request->get('id');
82
+        if ($this->request->isAjax()) {
83
+            $post = $this->request->post();
84
+            (new ColumnValidate())->goCheck('edit');
85
+            if (ColumnLogic::edit($post)) {
86
+                return JsonServer::success('操作成功');
87
+            }
88
+            return JsonServer::error(ColumnLogic::getError() ?: '操作失败');
89
+        }
90
+        return view('', ['detail' => GoodsColumnModel::find($id)]);
91
+    }
92
+
93
+    /**
94
+     * Notes: 删除
95
+     * @author 段誉(2021/4/15 10:49)
96
+     * @return \think\response\Json
97
+     */
98
+    public function del()
99
+    {
100
+        if ($this->request->isAjax()) {
101
+            $id = $this->request->post('id');
102
+            (new ColumnValidate())->goCheck('del');
103
+            if (ColumnLogic::del($id)) {
104
+                return JsonServer::success('操作成功');
105
+            }
106
+            return JsonServer::error(ColumnLogic::getError() ?: '操作失败');
107
+        }
108
+    }
109
+
110
+
111
+    /**
112
+     * Notes: 切换状态
113
+     * @author 段誉(2021/4/15 15:17)
114
+     * @return \think\response\Json
115
+     */
116
+    public function switchStatus()
117
+    {
118
+        $post = $this->request->post();
119
+        GoodsColumnModel::update(['status' => $post['status']],['id' => $post['id']]);
120
+        return JsonServer::success('操作成功');
121
+    }
122
+}

+ 48
- 0
app/admin/controller/goods/Comment.php View File

@@ -0,0 +1,48 @@
1
+<?php
2
+namespace app\admin\controller\goods;
3
+
4
+use app\admin\logic\goods\CommentLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\server\JsonServer;
7
+
8
+class Comment extends AdminBase
9
+{
10
+    /**
11
+     * 评价列表
12
+     */
13
+    public function lists()
14
+    {
15
+        if($this->request->isAjax()) {
16
+            $get = $this->request->get();
17
+            $data = CommentLogic::lists($get);
18
+            return JsonServer::success('', $data);
19
+        }
20
+        return view();
21
+    }
22
+
23
+    /**
24
+     * 显示/隐藏商品评价
25
+     */
26
+    public function changeStatus()
27
+    {
28
+        $post = $this->request->post();
29
+        $result = CommentLogic::changeStatus($post);
30
+        if($result === true) {
31
+            return JsonServer::success('操作成功');
32
+        }
33
+        return JsonServer::error(CommentLogic::getError());
34
+    }
35
+
36
+    /**
37
+     * 删除
38
+     */
39
+    public function del()
40
+    {
41
+        $post = $this->request->post();
42
+        $result = CommentLogic::del($post);
43
+        if($result === true) {
44
+            return JsonServer::success('删除成功');
45
+        }
46
+        return JsonServer::error(CommentLogic::getError());
47
+    }
48
+}

+ 226
- 0
app/admin/controller/goods/Goods.php View File

@@ -0,0 +1,226 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\goods;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\enum\GoodsEnum;
25
+use app\common\model\goods\GoodsBrand;
26
+use app\common\model\goods\GoodsUnit;
27
+use app\common\model\Freight;
28
+use app\common\model\goods\Supplier;
29
+use app\common\model\goods\Goods as GoodsModel;
30
+use app\common\server\JsonServer;
31
+use app\admin\logic\goods\CategoryLogic as MallCategoryLogic;
32
+use app\admin\logic\goods\GoodsLogic;
33
+use app\admin\logic\goods\ColumnLogic;
34
+use app\shop\logic\goods\CategoryLogic as ShopCategoryLogic;
35
+use think\exception\ValidateException;
36
+use app\admin\validate\goods\GoodsValidate;
37
+
38
+/**
39
+ * 商品管理
40
+ * Class Goods
41
+ */
42
+class Goods extends AdminBase
43
+{
44
+    /**
45
+     * Notes: 列表
46
+     */
47
+    public function lists()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $get = $this->request->get();
51
+            return JsonServer::success('', GoodsLogic::lists($get));
52
+        }
53
+
54
+        $cate_list = MallCategoryLogic::categoryTreeeTree();
55
+        $statistics = GoodsLogic::statistics();
56
+        $column_list = ColumnLogic::getList();
57
+        return view('', [
58
+            'statistics' => $statistics,
59
+            'cate_list' => $cate_list,
60
+            'column_list' => $column_list,
61
+            'goods_type'        => GoodsEnum::getTypeDesc()
62
+        ]);
63
+    }
64
+
65
+    /**
66
+     * 查看
67
+     */
68
+    public function view()
69
+    {
70
+        $goods_id = $this->request->get('goods_id');
71
+        $shop_id = GoodsModel::where('id', $goods_id)->value('shop_id');
72
+        return view('goods/goods/add', [
73
+            'category_lists' => json_encode(MallCategoryLogic::getAllTree(), JSON_UNESCAPED_UNICODE),
74
+            'shop_category_lists' => json_encode(ShopCategoryLogic::listAll($shop_id), JSON_UNESCAPED_UNICODE),
75
+            'brand_lists' => json_encode(GoodsBrand::getNameColumn(), JSON_UNESCAPED_UNICODE),
76
+            'supplier_lists' => json_encode(Supplier::getNameColumn(), JSON_UNESCAPED_UNICODE),
77
+            'unit_lists' => json_encode(GoodsUnit::getNameColumn(), JSON_UNESCAPED_UNICODE),
78
+            'freight_lists' => json_encode(Freight::getNameColumn($shop_id), JSON_UNESCAPED_UNICODE),
79
+            'info' => json_encode(GoodsLogic::info($goods_id), JSON_UNESCAPED_UNICODE)
80
+        ]);
81
+    }
82
+
83
+    /**
84
+     * 违规重审
85
+     */
86
+    public function reAudit()
87
+    {
88
+        if ($this->request->isAjax()) {
89
+            try {
90
+                $params = $this->request->post();
91
+                validate(GoodsValidate::class)->scene('re_audit')->check($params);
92
+            } catch (ValidateException $e) {
93
+                return JsonServer::error($e->getMessage());
94
+            }
95
+            $result = GoodsLogic::reAudit($params);
96
+            if ($result) {
97
+                return JsonServer::success('保存成功');
98
+            }
99
+            return JsonServer::error('保存失败');
100
+        }
101
+
102
+        $goods_id = $this->request->get('goods_id', '', 'intval');
103
+        return view('re_audit', [
104
+            'goods_id' => $goods_id
105
+        ]);
106
+    }
107
+
108
+    /**
109
+     * 商品设置
110
+     */
111
+    public function setInfo()
112
+    {
113
+        if ($this->request->isAjax()) {
114
+            try {
115
+                $params = $this->request->post();
116
+                validate(GoodsValidate::class)->scene('set_info')->check($params);
117
+            } catch (ValidateException $e) {
118
+                return JsonServer::error($e->getMessage());
119
+            }
120
+            $result = GoodsLogic::setInfo($params);
121
+            if ($result) {
122
+                return JsonServer::success('设置成功');
123
+            }
124
+            return JsonServer::error('设置失败');
125
+        }
126
+        $goods_id = $this->request->get('goods_id', '', 'intval');
127
+        $goods_detail = GoodsModel::find($goods_id);
128
+        $goods_detail['column_ids'] = $goods_detail['column_ids'] ? explode(',', $goods_detail['column_ids']) : [];
129
+        $goods_detail['column_ids'] = json_encode($goods_detail['column_ids']);
130
+        $column_list = ColumnLogic::getList();
131
+        return view('set_info', [
132
+            'goods_id' => $goods_id,
133
+            'column_list' => json_encode($column_list),
134
+            'goods_detail' => $goods_detail
135
+        ]);
136
+    }
137
+
138
+    /**
139
+     * 审核
140
+     */
141
+    public function audit()
142
+    {
143
+        if ($this->request->isAjax()) {
144
+            try {
145
+                $params = $this->request->post();
146
+                validate(GoodsValidate::class)->scene('audit')->check($params);
147
+            } catch (ValidateException $e) {
148
+                return JsonServer::error($e->getMessage());
149
+            }
150
+            $result = GoodsLogic::audit($params);
151
+            if ($result) {
152
+                return JsonServer::success('操作完成');
153
+            }
154
+            return JsonServer::error('操作失败');
155
+        }
156
+        $goods_id = $this->request->get('goods_id', '', 'intval');
157
+        return view('audit', [
158
+            'goods_id' => $goods_id
159
+        ]);
160
+    }
161
+
162
+    public function totalCount()
163
+    {
164
+        if ($this->request->isAjax()) {
165
+            $get = $this->request->get();
166
+            return JsonServer::success('获取成功', GoodsLogic::statistics($get));
167
+        }
168
+    }
169
+
170
+
171
+    /**
172
+     * @notes 批量下架
173
+     * @return \think\response\Json|\think\response\View
174
+     * @author ljj
175
+     * @date 2022/9/20 6:21 下午
176
+     */
177
+    public function moreLower()
178
+    {
179
+        if ($this->request->isAjax()) {
180
+            try {
181
+                $params = $this->request->post();
182
+                validate(GoodsValidate::class)->scene('moreLower')->check($params);
183
+            } catch (ValidateException $e) {
184
+                return JsonServer::error($e->getMessage());
185
+            }
186
+            $result = GoodsLogic::moreLower($params);
187
+            if (false === $result) {
188
+                return JsonServer::error(GoodsLogic::getError());
189
+            }
190
+            return JsonServer::success('操作成功');
191
+        }
192
+
193
+        $ids = $this->request->get('ids');
194
+        return view('more_lower', [
195
+            'ids' => $ids
196
+        ]);
197
+    }
198
+
199
+    /**
200
+     * @notes 批量审核
201
+     * @return \think\response\Json|\think\response\View
202
+     * @author ljj
203
+     * @date 2022/9/20 6:38 下午
204
+     */
205
+    public function moreAudit()
206
+    {
207
+        if ($this->request->isAjax()) {
208
+            try {
209
+                $params = $this->request->post();
210
+                validate(GoodsValidate::class)->scene('moreAudit')->check($params);
211
+            } catch (ValidateException $e) {
212
+                return JsonServer::error($e->getMessage());
213
+            }
214
+            $result = GoodsLogic::moreAudit($params);
215
+            if (false === $result) {
216
+                return JsonServer::error(GoodsLogic::getError());
217
+            }
218
+            return JsonServer::success('操作成功');
219
+        }
220
+
221
+        $ids = $this->request->get('ids');
222
+        return view('more_audit', [
223
+            'ids' => $ids
224
+        ]);
225
+    }
226
+}

+ 108
- 0
app/admin/controller/goods/Unit.php View File

@@ -0,0 +1,108 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\goods;
22
+
23
+
24
+use app\admin\logic\goods\UnitLogic;
25
+use app\admin\validate\goods\UnitValidate;
26
+use app\common\basics\AdminBase;
27
+use app\common\model\goods\GoodsUnit as GoodsUnitModel;
28
+use app\common\server\JsonServer;
29
+
30
+/**
31
+ * 商品单位
32
+ * Class GoodsUnit
33
+ * @package app\admin\controller
34
+ */
35
+class Unit extends AdminBase
36
+{
37
+    /**
38
+     * Notes: 列表
39
+     * @author 段誉(2021/4/15 10:49)
40
+     * @return string|\think\response\Json
41
+     */
42
+    public function lists()
43
+    {
44
+        if ($this->request->isAjax()) {
45
+            $get = $this->request->get();
46
+            return JsonServer::success('获取成功', UnitLogic::lists($get));
47
+        }
48
+        return view();
49
+    }
50
+
51
+
52
+    /**
53
+     * Notes: 添加
54
+     * @author 段誉(2021/4/15 10:49)
55
+     * @return string|\think\response\Json
56
+     */
57
+    public function add()
58
+    {
59
+        if ($this->request->isAjax()) {
60
+            $post = $this->request->post();
61
+            (new UnitValidate())->goCheck('add');
62
+            if (UnitLogic::addUnit($post)) {
63
+                return JsonServer::success('操作成功');
64
+            }
65
+            return JsonServer::error(UnitLogic::getError() ?: '操作失败');
66
+        }
67
+        return view();
68
+    }
69
+
70
+    /**
71
+     * Notes: 编辑
72
+     * @author 段誉(2021/4/15 10:49)
73
+     * @return string|\think\response\Json
74
+     * @throws \think\db\exception\DataNotFoundException
75
+     * @throws \think\db\exception\DbException
76
+     * @throws \think\db\exception\ModelNotFoundException
77
+     */
78
+    public function edit()
79
+    {
80
+        $id = $this->request->get('unit_id');
81
+        if ($this->request->isAjax()) {
82
+            $post = $this->request->post();
83
+            (new UnitValidate())->goCheck('edit');
84
+            if (UnitLogic::editUnit($post)) {
85
+                return JsonServer::success('操作成功');
86
+            }
87
+            return JsonServer::error(UnitLogic::getError() ?: '操作失败');
88
+        }
89
+        return view('', ['detail' => GoodsUnitModel::find($id)]);
90
+    }
91
+
92
+    /**
93
+     * Notes: 删除
94
+     * @author 段誉(2021/4/15 10:49)
95
+     * @return \think\response\Json
96
+     */
97
+    public function del()
98
+    {
99
+        if ($this->request->isAjax()) {
100
+            $id = $this->request->post('id');
101
+            (new UnitValidate())->goCheck('del');
102
+            if (UnitLogic::del($id)) {
103
+                return JsonServer::success('操作成功');
104
+            }
105
+            return JsonServer::error(UnitLogic::getError() ?: '操作失败');
106
+        }
107
+    }
108
+}

+ 118
- 0
app/admin/controller/integral/IntegralGoods.php View File

@@ -0,0 +1,118 @@
1
+<?php
2
+
3
+namespace app\admin\controller\integral;
4
+
5
+use app\admin\logic\integral\IntegralGoodsLogic;
6
+use app\admin\validate\integral\IntegralGoodsValidate;
7
+use app\common\basics\AdminBase;
8
+use app\common\server\JsonServer;
9
+
10
+/**
11
+ * 积分商城-积分商品
12
+ * Class IntegralGoods
13
+ * @package app\admin\controller\integral
14
+ */
15
+class IntegralGoods extends AdminBase
16
+{
17
+
18
+    /**
19
+     * @notes 商品列表
20
+     * @return \think\response\Json|\think\response\View
21
+     * @author 段誉
22
+     * @date 2022/2/25 18:28
23
+     */
24
+    public function lists()
25
+    {
26
+        if ($this->request->isAjax()) {
27
+            $get = $this->request->get();
28
+            $lists = IntegralGoodsLogic::getLists($get);
29
+            return JsonServer::success('获取成功', $lists);
30
+        }
31
+        return view();
32
+    }
33
+
34
+
35
+    /**
36
+     * @notes 添加商品
37
+     * @return \think\response\Json|\think\response\View
38
+     * @author 段誉
39
+     * @date 2022/2/25 18:27
40
+     */
41
+    public function add()
42
+    {
43
+        if ($this->request->isAjax()) {
44
+            $post = $this->request->post();
45
+            $post['status'] = isset($post['status']) && $post['status'] == 'on' ? 1 : 0;
46
+            (new IntegralGoodsValidate())->goCheck('add', $post);
47
+            $res = IntegralGoodsLogic::add($post);
48
+            if (false === $res) {
49
+                $error = IntegralGoodsLogic::getError() ?: '操作失败';
50
+                return JsonServer::error($error);
51
+            }
52
+            return JsonServer::success('操作成功');
53
+        }
54
+        return view();
55
+    }
56
+
57
+
58
+    /**
59
+     * @notes 编辑积分商品
60
+     * @return \think\response\Json|\think\response\View
61
+     * @author 段誉
62
+     * @date 2022/3/1 15:40
63
+     */
64
+    public function edit()
65
+    {
66
+        if ($this->request->isAjax()) {
67
+            $post = $this->request->post();
68
+            $post['status'] = isset($post['status']) && $post['status'] == 'on' ? 1 : 0;
69
+            (new IntegralGoodsValidate())->goCheck('edit', $post);
70
+            $res = IntegralGoodsLogic::edit($post);
71
+            if (false === $res) {
72
+                $error = IntegralGoodsLogic::getError() ?: '操作失败';
73
+                return JsonServer::error($error);
74
+            }
75
+            return JsonServer::success('操作成功');
76
+        }
77
+        $id = $this->request->get('id');
78
+        return view('', [
79
+            'detail'   => IntegralGoodsLogic::detail($id),
80
+        ]);
81
+    }
82
+
83
+
84
+    /**
85
+     * @notes 删除商品
86
+     * @return \think\response\Json|void
87
+     * @author 段誉
88
+     * @date 2022/2/25 18:26
89
+     */
90
+    public function del()
91
+    {
92
+        if ($this->request->isAjax()) {
93
+            $post = $this->request->post();
94
+            (new IntegralGoodsValidate())->goCheck('del');
95
+            IntegralGoodsLogic::del($post);
96
+            return JsonServer::success('操作成功');
97
+        }
98
+        return JsonServer::error('操作失败');
99
+    }
100
+
101
+
102
+    /**
103
+     * @notes 切换状态
104
+     * @return \think\response\Json|void
105
+     * @author 段誉
106
+     * @date 2022/2/25 18:26
107
+     */
108
+    public function switchStatus()
109
+    {
110
+        if ($this->request->isAjax()) {
111
+            $post = $this->request->post();
112
+            IntegralGoodsLogic::switchStatus($post);
113
+            return JsonServer::success('操作成功');
114
+        }
115
+        return JsonServer::error('操作失败');
116
+    }
117
+
118
+}

+ 161
- 0
app/admin/controller/integral/IntegralOrder.php View File

@@ -0,0 +1,161 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\integral;
21
+
22
+
23
+use app\admin\logic\integral\IntegralOrderLogic;
24
+use app\admin\validate\integral\IntegralOrderValidate;
25
+use app\common\basics\AdminBase;
26
+use app\common\enum\IntegralGoodsEnum;
27
+use app\common\enum\IntegralOrderEnum;
28
+use app\common\server\JsonServer;
29
+
30
+class IntegralOrder extends AdminBase
31
+{
32
+    /**
33
+     * @notes 兑换订单列表
34
+     * @return \think\response\Json|\think\response\View
35
+     * @throws \think\db\exception\DataNotFoundException
36
+     * @throws \think\db\exception\DbException
37
+     * @throws \think\db\exception\ModelNotFoundException
38
+     * @author ljj
39
+     * @date 2022/3/3 10:38 上午
40
+     */
41
+    public function lists()
42
+    {
43
+        if ($this->request->isAjax()) {
44
+            $get = $this->request->get();
45
+            return JsonServer::success('', IntegralOrderLogic::lists($get));
46
+        }
47
+
48
+        // 订单状态
49
+        $order_status = IntegralOrderEnum::getOrderStatus(true);
50
+        // 兑换类型
51
+        $type = IntegralGoodsEnum::getTypeDesc(true);
52
+
53
+        return view('', [
54
+            'order_status' => $order_status,
55
+            'type' => $type,
56
+        ]);
57
+    }
58
+
59
+    /**
60
+     * @notes 兑换订单详情
61
+     * @return \think\response\View
62
+     * @author ljj
63
+     * @date 2022/3/3 11:10 上午
64
+     */
65
+    public function detail()
66
+    {
67
+        $id = $this->request->get('id');
68
+        $detail = IntegralOrderLogic::detail($id);
69
+        return view('', [
70
+            'detail' => $detail,
71
+        ]);
72
+    }
73
+
74
+    /**
75
+     * @notes 发货详情
76
+     * @return \think\response\View
77
+     * @throws \think\db\exception\DataNotFoundException
78
+     * @throws \think\db\exception\DbException
79
+     * @throws \think\db\exception\ModelNotFoundException
80
+     * @author ljj
81
+     * @date 2022/3/3 11:48 上午
82
+     */
83
+    public function delivery()
84
+    {
85
+        $id = $this->request->get('id');
86
+        $detail = IntegralOrderLogic::deliveryDetail($id);
87
+        $express = IntegralOrderLogic::express();
88
+        return view('', [
89
+            'detail' => $detail,
90
+            'express' => $express
91
+        ]);
92
+    }
93
+
94
+    /**
95
+     * @notes 发货操作
96
+     * @return \think\response\Json|void
97
+     * @author ljj
98
+     * @date 2022/3/3 2:53 下午
99
+     */
100
+    public function deliveryHandle()
101
+    {
102
+        if ($this->request->isAjax()) {
103
+            $post = $this->request->post();
104
+            (new IntegralOrderValidate())->goCheck('deliveryHandle', $post);
105
+            $result = IntegralOrderLogic::deliveryHandle($post,$this->adminId);
106
+            if (true !== $result) {
107
+                return JsonServer::error($result);
108
+            }
109
+            return JsonServer::success('发货成功');
110
+        }
111
+    }
112
+
113
+    /**
114
+     * @notes 物流信息
115
+     * @return \think\response\View
116
+     * @author ljj
117
+     * @date 2022/3/3 3:32 下午
118
+     */
119
+    public function express()
120
+    {
121
+        $id = $this->request->get('id');
122
+        $detail = IntegralOrderLogic::detail($id);
123
+        $detail['shipping'] = IntegralOrderLogic::shippingInfo($detail['id']);
124
+        return view('', [
125
+            'detail' => $detail
126
+        ]);
127
+    }
128
+
129
+    /**
130
+     * @notes 确认收货
131
+     * @return \think\response\Json|void
132
+     * @author ljj
133
+     * @date 2022/3/3 3:39 下午
134
+     */
135
+    public function confirm()
136
+    {
137
+        if ($this->request->isAjax()) {
138
+            $post = $this->request->post();
139
+            (new IntegralOrderValidate())->goCheck('confirm', $post);
140
+            IntegralOrderLogic::confirm($post['id'],$this->adminId);
141
+            return JsonServer::success('确认成功');
142
+        }
143
+    }
144
+
145
+    /**
146
+     * @notes 取消订单
147
+     * @return \think\response\Json|void
148
+     * @author 段誉
149
+     * @date 2022/3/3 18:00
150
+     */
151
+    public function cancel()
152
+    {
153
+        if ($this->request->isAjax()) {
154
+            $post = $this->request->post();
155
+            (new IntegralOrderValidate())->goCheck('cancel', $post);
156
+            IntegralOrderLogic::cancel($post['id']);
157
+            return JsonServer::success('取消成功');
158
+        }
159
+    }
160
+
161
+}

+ 159
- 0
app/admin/controller/kefu/Kefu.php View File

@@ -0,0 +1,159 @@
1
+<?php
2
+
3
+namespace app\admin\controller\kefu;
4
+
5
+use app\admin\logic\kefu\KefuLogic;
6
+use app\admin\validate\kefu\KefuValidate;
7
+use app\admin\validate\kefu\LoginValidate;
8
+use app\common\basics\AdminBase;
9
+use app\common\model\Role;
10
+use app\common\server\JsonServer;
11
+use think\facade\Request;
12
+
13
+/**
14
+ * 客服管理控制器
15
+ * Class Kefu
16
+ * @package app\admin\controller\kefu
17
+ */
18
+class Kefu extends AdminBase
19
+{
20
+
21
+    /**
22
+     * @notes 客服列表
23
+     * @return \think\response\Json|\think\response\View
24
+     * @author 段誉
25
+     * @date 2021/11/26 18:40
26
+     */
27
+    public function lists()
28
+    {
29
+        if ($this->request->isAjax()) {
30
+            $get = $this->request->get();
31
+            $lists = KefuLogic::getLists($get);
32
+            return JsonServer::success('获取成功', $lists);
33
+        }
34
+        return view();
35
+    }
36
+
37
+    /**
38
+     * @notes 添加客服
39
+     * @return \think\response\Json|\think\response\View
40
+     * @author 段誉
41
+     * @date 2021/11/26 18:04
42
+     */
43
+    public function add()
44
+    {
45
+        if ($this->request->isAjax()) {
46
+            $post = $this->request->post();
47
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
48
+            (new KefuValidate())->goCheck('add', $post);
49
+            $res = KefuLogic::add($post);
50
+            if (false === $res) {
51
+                $error = KefuLogic::getError() ?: '操作失败';
52
+                return JsonServer::error($error);
53
+            }
54
+            return JsonServer::success('操作成功');
55
+        }
56
+        return view();
57
+    }
58
+
59
+
60
+    /**
61
+     * @notes 编辑客服
62
+     * @return \think\response\Json|\think\response\View
63
+     * @author 段誉
64
+     * @date 2021/11/27 10:45
65
+     */
66
+    public function edit()
67
+    {
68
+        if ($this->request->isAjax()) {
69
+            $post = $this->request->post();
70
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
71
+            (new KefuValidate())->goCheck('edit', $post);
72
+            $res = KefuLogic::edit($post);
73
+            if (false === $res) {
74
+                $error = KefuLogic::getError() ?: '操作失败';
75
+                return JsonServer::error($error);
76
+            }
77
+            return JsonServer::success('操作成功');
78
+        }
79
+
80
+        $id = $this->request->get('id');
81
+        return view('', [
82
+            'detail'   => KefuLogic::detail($id),
83
+        ]);
84
+    }
85
+
86
+
87
+
88
+    /**
89
+     * @notes 删除客服
90
+     * @return \think\response\Json|void
91
+     * @author 段誉
92
+     * @date 2021/11/26 18:53
93
+     */
94
+    public function del()
95
+    {
96
+        if ($this->request->isAjax()) {
97
+            $post = $this->request->post();
98
+            (new KefuValidate())->goCheck('del');
99
+            KefuLogic::del($post);
100
+            return JsonServer::success('操作成功');
101
+        }
102
+    }
103
+
104
+
105
+    /**
106
+     * @notes 管理员列表
107
+     * @return \think\response\Json|\think\response\View
108
+     * @throws \think\db\exception\DataNotFoundException
109
+     * @throws \think\db\exception\DbException
110
+     * @throws \think\db\exception\ModelNotFoundException
111
+     * @author 段誉
112
+     * @date 2021/11/26 18:01
113
+     */
114
+    public function adminLists()
115
+    {
116
+        if ($this->request->isAjax()) {
117
+            $get = $this->request->get();
118
+            return JsonServer::success('', KefuLogic::getAdminLists($get));
119
+        }
120
+        return view('', ['role_lists' => (new Role())->getRoleLists()]);
121
+    }
122
+
123
+
124
+    /**
125
+     * @notes 设置状态
126
+     * @return \think\response\Json|void
127
+     * @author 段誉
128
+     * @date 2021/11/26 18:40
129
+     */
130
+    public function status()
131
+    {
132
+        if ($this->request->isAjax()) {
133
+            $post = $this->request->post();
134
+            KefuLogic::setStatus($post);
135
+            return JsonServer::success('操作成功');
136
+        }
137
+    }
138
+
139
+
140
+    /**
141
+     * @notes 登录工作台
142
+     * @return \think\response\Json
143
+     * @author 段誉
144
+     * @date 2021/12/15 19:57
145
+     */
146
+    public function login()
147
+    {
148
+        if ($this->request->isAjax()) {
149
+            $id = $this->request->post('id/d');
150
+            (new LoginValidate())->goCheck();
151
+            $res = KefuLogic::login($id);
152
+            if (false === $res) {
153
+                return JsonServer::error(KefuLogic::getError() ?: '系统错误');
154
+            }
155
+            return JsonServer::success('', ['url' => $res]);
156
+        }
157
+    }
158
+
159
+}

+ 110
- 0
app/admin/controller/kefu/KefuLang.php View File

@@ -0,0 +1,110 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop100%开源免费商用商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | 开源版本可自由商用,可去除界面版权logo
7
+// | 商业版本务必购买商业授权,以免引起法律纠纷
8
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
9
+// | gitee下载:https://gitee.com/likeshop_gitee
10
+// | github下载:https://github.com/likeshop-github
11
+// | 访问官网:https://www.likeshop.cn
12
+// | 访问社区:https://home.likeshop.cn
13
+// | 访问手册:http://doc.likeshop.cn
14
+// | 微信公众号:likeshop技术社区
15
+// | likeshop团队 版权所有 拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshopTeam
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\kefu;
20
+use app\admin\logic\kefu\KefuLangLogic;
21
+use app\admin\logic\kefu\KefuLogic;
22
+use app\admin\validate\kefu\KefuLangValidate;
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+
26
+/**
27
+ * 客服术语
28
+ * Class KefuLang
29
+ * @package app\admin\controller\kefu
30
+ */
31
+class KefuLang extends AdminBase
32
+{
33
+    /**
34
+     * @notes 列表
35
+     * @return \think\response\Json|\think\response\View
36
+     * @throws \think\db\exception\DbException
37
+     * @author cjhao
38
+     * @date 2021/11/29 15:20
39
+     */
40
+    public function lists()
41
+    {
42
+        if($this->request->isAjax()){
43
+            $page = $this->request->get('page', 1);
44
+            $limit = $this->request->get('limit', 10);
45
+            $lists = KefuLangLogic::lists($limit,$page);
46
+            return JsonServer::success('获取成功', $lists);
47
+        }
48
+        return view();
49
+    }
50
+
51
+
52
+    /**
53
+     * @notes 添加话术
54
+     * @return \think\response\Json|\think\response\View
55
+     * @author cjhao
56
+     * @date 2021/11/29 15:59
57
+     */
58
+    public function add()
59
+    {
60
+        if($this->request->isAjax()){
61
+            $post= (new KefuLangValidate())->goCheck('add');
62
+            $result = KefuLangLogic::add($post);
63
+            if($result){
64
+                return JsonServer::success('新增成功', []);
65
+            }
66
+            return JsonServer::error('新增失败');
67
+        }
68
+        return view();
69
+
70
+    }
71
+
72
+    /**
73
+     * @notes 编辑话术
74
+     * @return \think\response\Json|\think\response\View
75
+     * @author cjhao
76
+     * @date 2021/11/29 15:59
77
+     */
78
+    public function edit()
79
+    {
80
+        if($this->request->isAjax()){
81
+            $post= (new KefuLangValidate())->goCheck();
82
+            $result = KefuLangLogic::edit($post);
83
+            if($result){
84
+                return JsonServer::success('修改成功', []);
85
+            }
86
+            return JsonServer::error('修改失败');
87
+        }
88
+        $id = $this->request->get('id');
89
+        return view('', [
90
+            'detail'   => KefuLangLogic::detail($id),
91
+        ]);
92
+
93
+    }
94
+
95
+    /**
96
+     * @notes 删除话术
97
+     * @return \think\response\Json
98
+     * @author cjhao
99
+     * @date 2021/11/29 16:35
100
+     */
101
+    public function del()
102
+    {
103
+        $post= (new KefuLangValidate())->goCheck('del');
104
+        $result = KefuLangLogic::del($post['id']);
105
+        if($result){
106
+            return JsonServer::success('删除成功', []);
107
+        }
108
+        return JsonServer::error('删除失败');
109
+    }
110
+}

+ 118
- 0
app/admin/controller/live/LiveGoods.php View File

@@ -0,0 +1,118 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop100%开源免费商用商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | 开源版本可自由商用,可去除界面版权logo
7
+// | 商业版本务必购买商业授权,以免引起法律纠纷
8
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
9
+// | gitee下载:https://gitee.com/likeshop_gitee
10
+// | github下载:https://github.com/likeshop-github
11
+// | 访问官网:https://www.likeshop.cn
12
+// | 访问社区:https://home.likeshop.cn
13
+// | 访问手册:http://doc.likeshop.cn
14
+// | 微信公众号:likeshop技术社区
15
+// | likeshop团队 版权所有 拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshopTeam
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\live;
21
+
22
+
23
+use app\admin\logic\live\LiveRoomLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+use app\admin\logic\live\LiveGoodsLogic;
27
+use app\admin\validate\live\LiveGoodsValidate;
28
+
29
+
30
+/**
31
+ * 直播商品
32
+ * Class LiveGoods
33
+ * @package app\admin\controller\live
34
+ */
35
+class LiveGoods extends AdminBase
36
+{
37
+
38
+    /**
39
+     * @notes 直播间列表
40
+     * @return \think\response\Json|\think\response\View
41
+     * @throws \think\db\exception\DataNotFoundException
42
+     * @throws \think\db\exception\DbException
43
+     * @throws \think\db\exception\ModelNotFoundException
44
+     * @author 段誉
45
+     * @date 2023/2/16 10:38
46
+     */
47
+    public function lists()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $get = $this->request->get();
51
+            $lists = LiveGoodsLogic::lists($get);
52
+            return JsonServer::success('', $lists);
53
+        }
54
+        return view('', [
55
+            'shop' => LiveRoomLogic::shopLists()
56
+        ]);
57
+    }
58
+
59
+
60
+    /**
61
+     * @notes 添加直播商品
62
+     * @return \think\response\Json|\think\response\View
63
+     * @throws \GuzzleHttp\Exception\GuzzleException
64
+     * @author 段誉
65
+     * @date 2023/2/16 10:38
66
+     */
67
+    public function audit()
68
+    {
69
+        if ($this->request->isAjax()) {
70
+            $params = (new LiveGoodsValidate())->goCheck('audit');
71
+            $result = LiveGoodsLogic::audit($params);
72
+            if ($result !== true) {
73
+                return JsonServer::error(LiveGoodsLogic::getError());
74
+            }
75
+            return JsonServer::success('操作成功');
76
+        }
77
+        $id = $this->request->get('id');
78
+        return view('', [
79
+            'detail' => LiveGoodsLogic::detail($id),
80
+        ]);
81
+    }
82
+
83
+
84
+
85
+    /**
86
+     * @notes 直播商品详情
87
+     * @return \think\response\View
88
+     * @author 段誉
89
+     * @date 2023/2/16 16:40
90
+     */
91
+    public function detail()
92
+    {
93
+        $params = (new LiveGoodsValidate())->goCheck('detail');
94
+        return view('', [
95
+            'detail' => LiveGoodsLogic::detail($params),
96
+        ]);
97
+    }
98
+
99
+
100
+    /**
101
+     * @notes 删除直播商品
102
+     * @return \think\response\Json|void
103
+     * @author 段誉
104
+     * @date 2023/2/17 10:20
105
+     */
106
+    public function del()
107
+    {
108
+        if ($this->request->isAjax()) {
109
+            $params = (new LiveGoodsValidate())->goCheck('del');
110
+            $result = LiveGoodsLogic::del($params);
111
+            if ($result !== true) {
112
+                return JsonServer::error(LiveGoodsLogic::getError());
113
+            }
114
+            return JsonServer::success('操作成功');
115
+        }
116
+    }
117
+
118
+}

+ 123
- 0
app/admin/controller/live/LiveRoom.php View File

@@ -0,0 +1,123 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop100%开源免费商用商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | 开源版本可自由商用,可去除界面版权logo
7
+// | 商业版本务必购买商业授权,以免引起法律纠纷
8
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
9
+// | gitee下载:https://gitee.com/likeshop_gitee
10
+// | github下载:https://github.com/likeshop-github
11
+// | 访问官网:https://www.likeshop.cn
12
+// | 访问社区:https://home.likeshop.cn
13
+// | 访问手册:http://doc.likeshop.cn
14
+// | 微信公众号:likeshop技术社区
15
+// | likeshop团队 版权所有 拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshopTeam
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\live;
21
+
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\enum\LiveRoomEnum;
25
+use app\common\server\JsonServer;
26
+use app\admin\logic\live\LiveRoomLogic;
27
+use app\admin\validate\live\LiveRoomValidate;
28
+
29
+
30
+/**
31
+ * 直播间
32
+ * Class LiveRoom
33
+ * @package app\admin\controller\live
34
+ */
35
+class LiveRoom extends AdminBase
36
+{
37
+
38
+    /**
39
+     * @notes 直播间列表
40
+     * @return \think\response\Json|\think\response\View
41
+     * @throws \think\db\exception\DataNotFoundException
42
+     * @throws \think\db\exception\DbException
43
+     * @throws \think\db\exception\ModelNotFoundException
44
+     * @author 段誉
45
+     * @date 2023/2/16 10:38
46
+     */
47
+    public function lists()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $get = $this->request->get();
51
+            $lists = LiveRoomLogic::lists($get);
52
+            return JsonServer::success('', $lists);
53
+        }
54
+        return view('', [
55
+            'live_status' => LiveRoomEnum::getLiveStatusDesc(),
56
+            'shop' => LiveRoomLogic::shopLists(),
57
+        ]);
58
+    }
59
+
60
+
61
+    /**
62
+     * @notes 编辑直播间
63
+     * @return \think\response\Json|\think\response\View
64
+     * @throws \GuzzleHttp\Exception\GuzzleException
65
+     * @author 段誉
66
+     * @date 2023/2/16 10:38
67
+     */
68
+    public function audit()
69
+    {
70
+        if ($this->request->isAjax()) {
71
+            $params = (new LiveRoomValidate())->goCheck('audit');
72
+            $result = LiveRoomLogic::audit($params);
73
+            if ($result !== true) {
74
+                return JsonServer::error(LiveRoomLogic::getError());
75
+            }
76
+            return JsonServer::success('操作成功');
77
+        }
78
+        $id = $this->request->get('id');
79
+        return view('', [
80
+            'detail' => LiveRoomLogic::detail($id),
81
+        ]);
82
+    }
83
+
84
+
85
+    /**
86
+     * @notes 直播间详情
87
+     * @return \think\response\View
88
+     * @author 段誉
89
+     * @date 2023/2/16 16:40
90
+     */
91
+    public function detail()
92
+    {
93
+        $id = $this->request->get('id');
94
+        return view('', [
95
+            'detail' => LiveRoomLogic::detail($id),
96
+        ]);
97
+    }
98
+
99
+
100
+    /**
101
+     * @notes 推荐值设置
102
+     * @return \think\response\Json|\think\response\View
103
+     * @author 段誉
104
+     * @date 2023/2/16 16:56
105
+     */
106
+    public function recommend()
107
+    {
108
+        if ($this->request->isAjax()) {
109
+            $params = (new LiveRoomValidate())->goCheck('recommend');
110
+            $result = LiveRoomLogic::recommend($params);
111
+            if ($result) {
112
+                return JsonServer::success('操作成功');
113
+            }
114
+            return JsonServer::error(LiveRoomLogic::getError());
115
+        }
116
+        $id = $this->request->get('id');
117
+        return view('', [
118
+            'detail' => LiveRoomLogic::detail($id),
119
+        ]);
120
+    }
121
+
122
+
123
+}

+ 89
- 0
app/admin/controller/order/Invoice.php View File

@@ -0,0 +1,89 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\order;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\model\order\Order;
25
+use app\common\server\JsonServer;
26
+use app\admin\logic\order\InvoiceLogic;
27
+
28
+
29
+/**
30
+ * 发票管理
31
+ * Class Invoice
32
+ * @package app\shop\controller\order
33
+ */
34
+class Invoice extends AdminBase
35
+{
36
+
37
+    /**
38
+     * @notes 发票列表
39
+     * @return \think\response\Json|\think\response\View
40
+     * @author 段誉
41
+     * @date 2022/4/12 17:34
42
+     */
43
+    public function lists()
44
+    {
45
+        if ($this->request->isAjax()) {
46
+            $get = $this->request->get();
47
+            return JsonServer::success('', InvoiceLogic::getInvoiceLists($get));
48
+        }
49
+        return view('', [
50
+            'order_status' => order::getOrderStatus(true)
51
+        ]);
52
+    }
53
+
54
+
55
+    /**
56
+     * @notes 开票
57
+     * @return \think\response\Json|\think\response\View
58
+     * @author 段誉
59
+     * @date 2022/4/12 19:00
60
+     */
61
+    public function detail()
62
+    {
63
+        $id = $this->request->get('id/d');
64
+        return view('detail', [
65
+            'detail' => InvoiceLogic::detail($id)
66
+        ]);
67
+    }
68
+
69
+
70
+    /**
71
+     * @notes 导出Excel
72
+     * @return \think\response\Json
73
+     * @throws \think\db\exception\DataNotFoundException
74
+     * @throws \think\db\exception\DbException
75
+     * @throws \think\db\exception\ModelNotFoundException
76
+     * @author 段誉
77
+     * @date 2022/4/24 10:20
78
+     */
79
+    public function export()
80
+    {
81
+        $params = $this->request->get();
82
+        $result = InvoiceLogic::getInvoiceLists($params, true);
83
+        if(false === $result) {
84
+            return JsonServer::error(InvoiceLogic::getError() ?: '导出失败');
85
+        }
86
+        return JsonServer::success('', $result);
87
+    }
88
+
89
+}

+ 130
- 0
app/admin/controller/order/Order.php View File

@@ -0,0 +1,130 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\order;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\model\order\order as OrderModel;
25
+use app\common\server\JsonServer;
26
+use app\admin\logic\order\OrderLogic;
27
+use app\common\model\Client_;
28
+use app\common\enum\PayEnum;
29
+use app\common\model\order\OrderLog;
30
+
31
+
32
+/**
33
+ * Class order
34
+ * @package app\admin\controller\order
35
+ */
36
+class Order extends AdminBase
37
+{
38
+
39
+    /**
40
+     * @notes 订单列表
41
+     * @return \think\response\Json|\think\response\View
42
+     * @author suny
43
+     * @date 2021/7/13 7:07 下午
44
+     */
45
+    public function lists()
46
+    {
47
+        $data = OrderLogic::statistics(input());
48
+        
49
+        // 订单状态
50
+        $order_status = OrderModel::getOrderStatus();
51
+        // 拼装数量统计
52
+        $order_status   = OrderLogic::getStat($order_status);
53
+        $all            = OrderLogic::getAll();
54
+        
55
+        if ($this->request->isAjax()) {
56
+            $data['statistics'] = [
57
+                'all'           => $all,
58
+                'order_status'  => $order_status,
59
+            ];
60
+            return JsonServer::success('', $data);
61
+        }
62
+        
63
+        return view('', [
64
+            'all'           => $all,
65
+            'statistics'    => $data,
66
+            'order_status'  => $order_status,
67
+            'order_type'    => OrderModel::getOrderType(true),
68
+            'order_source'  => Client_::getClient(),
69
+            'pay_way'       => PayEnum::getPayWay(),
70
+            'delivery_type' => OrderModel::getDeliveryType(true),
71
+        ]);
72
+    }
73
+
74
+    /**
75
+     * @notes 订单详情
76
+     * @return \think\response\View
77
+     * @throws \think\db\exception\DataNotFoundException
78
+     * @throws \think\db\exception\ModelNotFoundException
79
+     * @throws \think\exception\DbException
80
+     * @author suny
81
+     * @date 2021/7/13 7:07 下午
82
+     */
83
+    public function detail()
84
+    {
85
+
86
+        $id = $this->request->get('id');
87
+        $detail = OrderLogic::getDetail($id);
88
+        $order_log = OrderLog::getOrderLog($id);
89
+        return view('', [
90
+            'detail' => $detail,
91
+            'logs' => $order_log
92
+        ]);
93
+    }
94
+
95
+    /**
96
+     * @notes 物流信息
97
+     * @return \think\response\View
98
+     * @author suny
99
+     * @date 2021/7/13 7:07 下午
100
+     */
101
+    public function express()
102
+    {
103
+        $id = $this->request->get('id');
104
+        $detail = OrderLogic::getDetail($id);
105
+        $detail['shipping'] = OrderLogic::shippingInfo($detail['id']);
106
+        return view('', [
107
+            'detail' => $detail
108
+        ]);
109
+    }
110
+
111
+
112
+    /**
113
+     * @notes 导出Excel
114
+     * @return \think\response\Json
115
+     * @throws \think\db\exception\DataNotFoundException
116
+     * @throws \think\db\exception\DbException
117
+     * @throws \think\db\exception\ModelNotFoundException
118
+     * @author 段誉
119
+     * @date 2022/4/24 10:20
120
+     */
121
+    public function export()
122
+    {
123
+        $params = $this->request->get();
124
+        $result = OrderLogic::statistics($params, true);
125
+        if(false === $result) {
126
+            return JsonServer::error(OrderLogic::getError() ?: '导出失败');
127
+        }
128
+        return JsonServer::success('', $result);
129
+    }
130
+}

+ 82
- 0
app/admin/controller/seckill/SeckillGoods.php View File

@@ -0,0 +1,82 @@
1
+<?php
2
+namespace app\admin\controller\seckill;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\server\JsonServer;
6
+use app\admin\logic\seckill\SeckillGoodsLogic;
7
+
8
+class SeckillGoods extends AdminBase
9
+{
10
+    public function lists()
11
+    {
12
+        $statistics = SeckillGoodsLogic::statistics();
13
+        $seckill_time = SeckillGoodsLogic::getTimeAll();
14
+        return view('', [
15
+            'statistics' => $statistics,
16
+            'seckill_time' => $seckill_time
17
+        ]);
18
+    }
19
+
20
+
21
+    public function goodsLists(){
22
+        if($this->request->isAjax()){
23
+            $get = $this->request->get();
24
+            $list = SeckillGoodsLogic::goodsList($get);
25
+            return JsonServer::success('', $list);
26
+        }
27
+    }
28
+
29
+    public function editGoods(){
30
+        $id = $this->request->get('id');
31
+        $seckill_id = $this->request->get('seckill_id');
32
+        $start_date = $this->request->get('start_date');
33
+        $end_date = $this->request->get('end_date');
34
+
35
+        $detail = SeckillGoodsLogic::getSeckillGoods($id,$seckill_id,$start_date,$end_date);
36
+        $seckill_time = SeckillGoodsLogic::getTimeAll();
37
+
38
+        return view('', [
39
+            'seckill' => $seckill_time,
40
+            'detail' => $detail
41
+        ]);
42
+    }
43
+
44
+    /**
45
+     * 违规重审
46
+     */
47
+    public function reAudit()
48
+    {
49
+        if ($this->request->isAjax()) {
50
+            $post = $this->request->post();
51
+            $result = SeckillGoodsLogic::reAudit($post);
52
+            if ($result === true) {
53
+                return JsonServer::success('操作成功');
54
+            }
55
+            return JsonServer::error(SeckillGoodsLogic::getError());
56
+        }
57
+
58
+        $get = $this->request->get();
59
+        return view('re_audit', [
60
+            'get' => $get
61
+        ]);
62
+    }
63
+
64
+    /**
65
+     * 审核
66
+     */
67
+    public function audit()
68
+    {
69
+        if ($this->request->isAjax()) {
70
+            $post = $this->request->post();
71
+            $result = SeckillGoodsLogic::audit($post);
72
+            if ($result) {
73
+                return JsonServer::success('操作成功');
74
+            }
75
+            return JsonServer::error(SeckillGoodsLogic::getError());
76
+        }
77
+        $get = $this->request->get();
78
+        return view('audit', [
79
+            'get' => $get
80
+        ]);
81
+    }
82
+}

+ 75
- 0
app/admin/controller/seckill/SeckillTime.php View File

@@ -0,0 +1,75 @@
1
+<?php
2
+namespace app\admin\controller\seckill;
3
+
4
+use app\admin\logic\seckill\SeckillTimeLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\server\JsonServer;
7
+use think\exception\ValidateException;
8
+use app\admin\validate\seckill\SeckillTimeValidate;
9
+
10
+class SeckillTime extends AdminBase
11
+{
12
+    public function lists()
13
+    {
14
+        return view();
15
+    }
16
+
17
+    public function addTime()
18
+    {
19
+        if($this->request->isAjax()) {
20
+            $post = $this->request->post();
21
+            try{
22
+                validate(SeckillTimeValidate::class)->check($post);
23
+            }catch(ValidateException $e) {
24
+                return JsonServer::error($e->getError());
25
+            }
26
+            $result = SeckillTimeLogic::addTime($post);
27
+            if($result === true) {
28
+                return JsonServer::success('新增成功');
29
+            }
30
+            return JsonServer::error(SeckillTimeLogic::getError());
31
+        }
32
+        return view();
33
+    }
34
+
35
+    public function timeLists(){
36
+        if($this->request->isAjax()){
37
+            $get= $this->request->get();
38
+            $list = SeckillTimeLogic::timeList($get);
39
+            return JsonServer::success('', $list);
40
+        }
41
+    }
42
+
43
+    public function editTime(){
44
+        if($this->request->isAjax()){
45
+            $post = $this->request->post();
46
+            try{
47
+                validate(SeckillTimeValidate::class)->check($post);
48
+            }catch(ValidateException $e) {
49
+                return JsonServer::error($e->getError());
50
+            }
51
+            $result = SeckillTimeLogic::editTime($post);
52
+            if($result === true) {
53
+                return JsonServer::success('编辑成功');
54
+            }
55
+            return JsonServer::error(SeckillTimeLogic::getError());
56
+        }
57
+
58
+        $id = $this->request->get('id', '', 'intval');
59
+        return view('', [
60
+            'detail' => SeckillTimeLogic::getTime($id)
61
+        ]);
62
+    }
63
+
64
+    public function delTime(){
65
+        if($this->request->isAjax()){
66
+            $id = $this->request->post('id');
67
+            $result = SeckillTimeLogic::delTime($id);
68
+
69
+            if($result === true) {
70
+                return JsonServer::success('删除成功');
71
+            }
72
+            return JsonServer::error(SeckillTimeLogic::getError());
73
+        }
74
+    }
75
+}

+ 229
- 0
app/admin/controller/setting/Basic.php View File

@@ -0,0 +1,229 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\setting;
21
+
22
+use app\common\server\ConfigServer;
23
+use app\common\server\UrlServer;
24
+use app\common\basics\AdminBase;
25
+use app\admin\logic\setting\BasicLogic;
26
+use app\common\server\JsonServer;
27
+
28
+/**
29
+ * 基础设置
30
+ * Class Basic
31
+ * @package app\admin\controller\setting
32
+ */
33
+class Basic extends AdminBase
34
+{
35
+
36
+    /**
37
+     * 网站配置
38
+     * @return mixed
39
+     */
40
+    public function website()
41
+    {
42
+        return view('', [
43
+            'config' => BasicLogic::getBasicConfig()
44
+        ]);
45
+    }
46
+
47
+    /**
48
+     * Notes: 网站设置
49
+     * @author 段誉(2021/6/10 20:32)
50
+     * @return \think\response\Json
51
+     */
52
+    public function setWebsite()
53
+    {
54
+        $post = $this->request->post();
55
+        if (empty($post['type'])) {
56
+            return JsonServer::error('参数缺失');
57
+        }
58
+        if ($post['type'] == 'base') {
59
+            BasicLogic::setWebsiteBasic($post);
60
+        } elseif ($post['type'] == 'platform') {
61
+            BasicLogic::setPlatform($post);
62
+        } elseif ($post['type'] == 'shop') {
63
+            BasicLogic::setShop($post);
64
+        }
65
+        return JsonServer::success('修改成功');
66
+    }
67
+
68
+
69
+    /**
70
+     * Notes: 版权备案
71
+     * @author 段誉(2021/6/10 23:55)
72
+     * @return \think\response\View
73
+     */
74
+    public function copyright()
75
+    {
76
+        $result = BasicLogic::getCopyright();
77
+        return view('', $result);
78
+    }
79
+
80
+
81
+    /**
82
+     * Notes: 设置版权备案
83
+     * @author 段誉(2021/6/10 23:55)
84
+     * @return \think\response\Json
85
+     * @throws \think\db\exception\DataNotFoundException
86
+     * @throws \think\db\exception\DbException
87
+     * @throws \think\db\exception\ModelNotFoundException
88
+     */
89
+    public function setCopyright()
90
+    {
91
+        $post = $this->request->post();
92
+        $result = BasicLogic::setCopyright($post);
93
+        if (true !== $result) {
94
+            return JsonServer::error($result);
95
+        }
96
+        return JsonServer::success('修改成功');
97
+    }
98
+
99
+
100
+    /**
101
+     * Notes: APP设置
102
+     * @author 段誉(2021/6/11 1:00)
103
+     * @return \think\response\View
104
+     */
105
+    public function app()
106
+    {
107
+        $config = [
108
+            'line_ios' => ConfigServer::get('app', 'line_ios', ''),
109
+            'line_android' => ConfigServer::get('app', 'line_android', ''),
110
+            'download_doc' => ConfigServer::get('app', 'download_doc', ''),
111
+            'agreement' => ConfigServer::get('app', 'agreement', 0),
112
+            'wechat_login'  => ConfigServer::get('app', 'wechat_login',  0),
113
+        ];
114
+        return view('', ['config' => $config]);
115
+    }
116
+
117
+    public function setApp()
118
+    {
119
+        $post = $this->request->post();
120
+        $post['agreement'] = isset($post['agreement']) && $post['agreement'] == 'on' ? 1 : 0;
121
+        $post['wechat_login'] = isset($post['wechat_login']) && $post['wechat_login'] == 'on' ? 1 : 0;
122
+        ConfigServer::set('app', 'line_ios',$post['line_ios']);
123
+        ConfigServer::set('app', 'line_android',$post['line_android']);
124
+        ConfigServer::set('app', 'download_doc',$post['download_doc']);
125
+        ConfigServer::set('app', 'agreement',$post['agreement']);
126
+        ConfigServer::set('app', 'wechat_login',$post['wechat_login']);
127
+        return JsonServer::success('修改成功');
128
+    }
129
+
130
+    /**
131
+     * 分享设置
132
+     */
133
+    public function share()
134
+    {
135
+        $config = [
136
+            'file_url' => UrlServer::getFileUrl(''),
137
+            'h5'  => ConfigServer::get('share', 'h5', [
138
+                'h5_share_title' => '',
139
+                'h5_share_intro' => '',
140
+                'h5_share_image' => ''
141
+            ]),
142
+            'mnp' => ConfigServer::get('share', 'mnp', [
143
+                'mnp_share_title' => '',
144
+                'mnp_share_image' => ''
145
+            ])
146
+        ];
147
+        return view('', ['config' => $config]);
148
+    }
149
+
150
+    public function setShare()
151
+    {
152
+        $post = $this->request->post();
153
+        $h5 = json_encode([
154
+            'h5_share_title' => $post['h5_share_title'],
155
+            'h5_share_intro' => $post['h5_share_intro'],
156
+            'h5_share_image' => !empty($post['h5_share_image']) ? UrlServer::setFileUrl($post['h5_share_image']) : '',
157
+        ], JSON_UNESCAPED_UNICODE);
158
+        $mnp = json_encode([
159
+            'mnp_share_title' => $post['mnp_share_title'],
160
+            'mnp_share_image' => !empty($post['mnp_share_image']) ? UrlServer::setFileUrl($post['mnp_share_image']) : '',
161
+        ], JSON_UNESCAPED_UNICODE);
162
+        ConfigServer::set('share', 'h5', $h5);
163
+        ConfigServer::set('share', 'mnp', $mnp);
164
+        return JsonServer::success('修改成功');
165
+    }
166
+
167
+
168
+    /**
169
+     * Notes: 政策协议
170
+     * @author 段誉(2021/6/11 0:41)
171
+     * @return mixed
172
+     */
173
+    public function policy()
174
+    {
175
+        $config = [
176
+            'service'       => HtmlGetImage(ConfigServer::get('policy', 'service')),
177
+            'privacy'       => HtmlGetImage(ConfigServer::get('policy', 'privacy')),
178
+            'after_sale'    => HtmlGetImage(ConfigServer::get('policy', 'after_sale')),
179
+            'user_delete'   => HtmlGetImage(ConfigServer::get('policy', 'user_delete')),
180
+        ];
181
+        
182
+        return view('', ['config' => $config]);
183
+    }
184
+
185
+    public function setPolicy()
186
+    {
187
+        $post = $this->request->post();
188
+        if ($post) {
189
+            ConfigServer::set('policy', 'service', HtmlSetImage($post['service']));
190
+            ConfigServer::set('policy', 'privacy', HtmlSetImage($post['privacy']));
191
+            ConfigServer::set('policy', 'after_sale', HtmlSetImage($post['after_sale']));
192
+            ConfigServer::set('policy', 'user_delete', HtmlSetImage($post['user_delete']));
193
+            return JsonServer::success('修改成功');
194
+        }
195
+    }
196
+
197
+    /***
198
+     * 会员提现设置
199
+     */
200
+    public  function withdraw(){
201
+        $config = [
202
+            'min_withdraw' => ConfigServer::get('withdraw', 'min_withdraw'),
203
+            'max_withdraw' => ConfigServer::get('withdraw', 'max_withdraw'),
204
+            'poundage' => ConfigServer::get('withdraw', 'poundage'),
205
+            'type' => ConfigServer::get('withdraw', 'type') ? ConfigServer::get('withdraw', 'type') : [],
206
+            'transfer_way' => ConfigServer::get('withdraw', 'transfer_way',1),
207
+        ];
208
+        return view('', ['config' => $config]);
209
+    }
210
+
211
+    /***
212
+     * 会员提现设置提交
213
+     */
214
+    public function setWithdraw()
215
+    {
216
+        $post = $this->request->post();
217
+        if(empty($post['type'])) {
218
+            return JsonServer::error('至少选择一种提现方式');
219
+        }
220
+        if ($post) {
221
+            ConfigServer::set('withdraw', 'min_withdraw', $post['min_withdraw']);//最低提现
222
+            ConfigServer::set('withdraw', 'max_withdraw', $post['max_withdraw']);//最高提现
223
+            ConfigServer::set('withdraw', 'poundage', $post['poundage']);//提现手续费
224
+            ConfigServer::set('withdraw', 'type', $post['type']);//提现方式
225
+            ConfigServer::set('withdraw', 'transfer_way', $post['transfer_way']);//微信零钱接口
226
+            return JsonServer::success('操作成功');
227
+        }
228
+    }
229
+}

+ 39
- 0
app/admin/controller/setting/CustomerService.php View File

@@ -0,0 +1,39 @@
1
+<?php
2
+namespace app\admin\controller\setting;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\server\ConfigServer;
6
+use app\common\server\JsonServer;
7
+use app\common\server\UrlServer;
8
+
9
+class CustomerService extends AdminBase
10
+{
11
+    public function index()
12
+    {
13
+        $image = ConfigServer::get('customer_service', 'image', '');
14
+        $image = $image ? UrlServer::getFileUrl($image) : '';
15
+        $config = [
16
+            'type'              => ConfigServer::get('customer_service', 'type', 1),
17
+            'wechat'            => ConfigServer::get('customer_service', 'wechat', ''),
18
+            'phone'             => ConfigServer::get('customer_service', 'phone', ''),
19
+            'business_time'     => ConfigServer::get('customer_service', 'business_time', ''),
20
+            'image'             => $image,
21
+        ];
22
+        return view('', [
23
+            'config' => $config
24
+        ]);
25
+    }
26
+
27
+    public function set()
28
+    {
29
+        $post = $this->request->post();
30
+        ConfigServer::set('customer_service', 'type', $post['type']);
31
+        ConfigServer::set('customer_service', 'wechat', $post['wechat']);
32
+        ConfigServer::set('customer_service', 'phone', $post['phone']);
33
+        ConfigServer::set('customer_service', 'business_time', $post['business_time']);
34
+        if(isset($post['image'])){
35
+            ConfigServer::set('customer_service', 'image', clearDomain($post['image']));
36
+        }
37
+        return JsonServer::success('设置成功');
38
+    }
39
+}

+ 86
- 0
app/admin/controller/setting/Hfdg.php View File

@@ -0,0 +1,86 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\setting;
20
+
21
+use app\admin\validate\setting\HfdgValidate;
22
+use app\common\basics\AdminBase;
23
+use app\common\server\ConfigServer;
24
+use app\common\server\DouGong\pay\MerchantBusinessConfig;
25
+use app\common\server\JsonServer;
26
+use app\common\server\WeChatServer;
27
+use think\response\Json;
28
+use think\response\View;
29
+
30
+/**
31
+ * @notes 汇付斗拱
32
+ * author lbzy
33
+ * @datetime 2023-10-20 15:18:33
34
+ * @class Hfdg
35
+ * @package app\admin\controller\setting
36
+ */
37
+class Hfdg extends AdminBase
38
+{
39
+    /**
40
+     * @notes 开发设置
41
+     * @return Json|View
42
+     * @author lbzy
43
+     * @datetime 2023-10-20 15:19:41
44
+     */
45
+    function dev_set()
46
+    {
47
+        if (request()->isAjax()) {
48
+            (new HfdgValidate())->goCheck('DevSet');
49
+            ConfigServer::set('hfdg_dev_set', 'sys_id', input('sys_id'));
50
+            ConfigServer::set('hfdg_dev_set', 'product_id', input('product_id'));
51
+            ConfigServer::set('hfdg_dev_set', 'huifu_id', input('huifu_id'));
52
+            ConfigServer::set('hfdg_dev_set', 'rsa_merch_private_key', input('rsa_merch_private_key'));
53
+            ConfigServer::set('hfdg_dev_set', 'rsa_merch_public_key', input('rsa_merch_public_key'));
54
+            ConfigServer::set('hfdg_dev_set', 'rsa_huifu_public_key', input('rsa_huifu_public_key'));
55
+            return JsonServer::success('保存成功');
56
+        }
57
+        
58
+        return view('', [ 'config' => ConfigServer::get('hfdg_dev_set') ]);
59
+    }
60
+    
61
+    /**
62
+     * @notes 微信商户设置
63
+     * @return Json|View
64
+     * @author lbzy
65
+     * @datetime 2023-10-26 17:18:54
66
+     */
67
+    private function wechat_set()
68
+    {
69
+        if (request()->isAjax()) {
70
+            if (empty(input('oa_app_id')) || empty(input('mnp_app_id'))) {
71
+                return JsonServer::error('请先设置微信相关渠道');
72
+            }
73
+            $result = (new MerchantBusinessConfig(input()))->request()->getConfigResult();
74
+            if ($result['code'] == 1) {
75
+                return JsonServer::success('设置成功');
76
+            } else {
77
+                return JsonServer::error($result['msg']);
78
+            }
79
+        }
80
+        
81
+        return view('', [
82
+            'oa_app_id'     => WeChatServer::getOaConfig()['app_id'] ?? '',
83
+            'mnp_app_id'    => WeChatServer::getMnpConfig()['app_id'] ?? '',
84
+        ]);
85
+    }
86
+}

+ 29
- 0
app/admin/controller/setting/HotSearch.php View File

@@ -0,0 +1,29 @@
1
+<?php
2
+namespace app\admin\controller\setting;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\admin\logic\setting\HotSearchLogic;
6
+use app\common\server\JsonServer;
7
+
8
+class HotSearch extends AdminBase
9
+{
10
+    public function index()
11
+    {
12
+        $info = HotSearchLogic::info();
13
+        return view('index', ['info' => $info]);
14
+    }
15
+
16
+    public function set()
17
+    {
18
+        if($this->request->isPost()) {
19
+            $post = $this->request->post();
20
+            $result = HotSearchLogic::set($post);
21
+            if($result){
22
+                return JsonServer::success('设置成功');
23
+            }
24
+            return JsonServer::error('设置失败');
25
+        }else{
26
+            return JsonServer::error('请求方式错误');
27
+        }
28
+    }
29
+}

+ 51
- 0
app/admin/controller/setting/Map.php View File

@@ -0,0 +1,51 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\setting;
21
+
22
+use app\admin\logic\setting\MapLogic;
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+
26
+/**
27
+ * 地图peizhi
28
+ * Class Map
29
+ * @package app\admin\controller\setting
30
+ */
31
+class Map extends AdminBase
32
+{
33
+    /**
34
+     * @notes 地图配置
35
+     * @return \think\response\Json|\think\response\View
36
+     * @author 段誉
37
+     * @date 2022/1/17 10:30
38
+     */
39
+    public function config()
40
+    {
41
+        if ($this->request->isAjax()) {
42
+            $post = $this->request->post();
43
+            MapLogic::setConfig($post);
44
+            return JsonServer::success('操作成功');
45
+        }
46
+        return view('', [
47
+            'config' => MapLogic::getConfig()
48
+        ]);
49
+    }
50
+
51
+}

+ 45
- 0
app/admin/controller/setting/MarketingConfig.php View File

@@ -0,0 +1,45 @@
1
+<?php
2
+namespace app\admin\controller\setting;
3
+
4
+use app\admin\logic\setting\MarketingConfigLogic;
5
+use app\common\basics\AdminBase;
6
+use app\common\enum\OrderEnum;
7
+use app\common\server\ConfigServer;
8
+use app\common\server\JsonServer;
9
+
10
+/**
11
+ * 营销设置
12
+ * Class MarketingConfig
13
+ * @package app\admin\controller\setting
14
+ */
15
+class MarketingConfig extends AdminBase
16
+{
17
+    /**
18
+     * @notes 消费奖励
19
+     * @return \think\response\Json|\think\response\View
20
+     * @throws \think\db\exception\DataNotFoundException
21
+     * @throws \think\db\exception\DbException
22
+     * @throws \think\db\exception\ModelNotFoundException
23
+     * @author ljj
24
+     * @date 2022/2/18 4:10 下午
25
+     */
26
+    public function orderAward()
27
+    {
28
+        if($this->request->isAjax()) {
29
+            $post = $this->request->post();
30
+            $result = MarketingConfigLogic::setOrderAward($post);
31
+            if ($result !== true) {
32
+                return JsonServer::error($result);
33
+            }
34
+            return JsonServer::success('设置成功');
35
+        }
36
+
37
+        return view('', [
38
+            'award_event_lists' => OrderEnum::getOrderAward(true),
39
+            'open_award' => ConfigServer::get('order_award','open_award',0),
40
+            'award_event' => ConfigServer::get('order_award','award_event',0),
41
+            'award_ratio' => ConfigServer::get('order_award','award_ratio'),
42
+        ]);
43
+    }
44
+
45
+}

+ 109
- 0
app/admin/controller/setting/NoticeSetting.php View File

@@ -0,0 +1,109 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\setting;
22
+
23
+
24
+use app\admin\logic\NoticeSettingLogic;
25
+use app\common\basics\AdminBase;
26
+use app\common\enum\NoticeEnum;
27
+use app\common\server\JsonServer;
28
+use think\Db;
29
+
30
+/**
31
+ * 通知设置
32
+ * Class NoticeSetting
33
+ * @package app\admin\controller\setting
34
+ */
35
+class NoticeSetting extends AdminBase
36
+{
37
+
38
+    /**
39
+     * Notes: 消息设置列表
40
+     * @author 段誉(2021/4/27 17:17)
41
+     * @return mixed
42
+     * @throws \think\db\exception\DataNotFoundException
43
+     * @throws \think\db\exception\ModelNotFoundException
44
+     * @throws \think\exception\DbException
45
+     */
46
+    public function index()
47
+    {
48
+        if ($this->request->isAjax()) {
49
+            $get = $this->request->get();
50
+            $type = $get['type'] ?? NoticeEnum::NOTICE_USER;
51
+            return JsonServer::success('获取成功', NoticeSettingLogic::lists($type));
52
+        }
53
+        return view();
54
+    }
55
+
56
+
57
+
58
+    /**
59
+     * Notes: 设置系统通知模板
60
+     * @author 段誉(2021/4/27 17:18)
61
+     * @return mixed
62
+     * @throws \think\Exception
63
+     * @throws \think\exception\PDOException
64
+     */
65
+    public function set()
66
+    {
67
+        $id = $this->request->get('id');
68
+        $type = $this->request->get('type');
69
+        if ($this->request->isAjax()) {
70
+            $post = $this->request->post();
71
+            NoticeSettingLogic::set($post);
72
+            return JsonServer::success('操作成功');
73
+        }
74
+        return view('set_'.$type, [
75
+            'info' => NoticeSettingLogic::info($id, $type),
76
+            'type' => $type
77
+        ]);
78
+    }
79
+
80
+    /**
81
+     * 通知记录
82
+     */
83
+    public function record()
84
+    {
85
+        if($this->request->isAjax()) {
86
+            $get = $this->request->get();
87
+            $data = NoticeSettingLogic::record($get);
88
+            return JsonServer::success('', $data);
89
+        }
90
+        $param = $this->request->get();
91
+        return view('', ['param' => $param]);
92
+    }
93
+
94
+    /**
95
+     * 删除记录,直接删除(非软删除)
96
+     */
97
+    public function delRecord()
98
+    {
99
+        $id = $this->request->post('id', '', 'intval');
100
+        if(empty($id)) {
101
+            return JsonServer::error('参数缺失,删除失败');
102
+        }
103
+        $res = Db::name('notice')->delete($id);
104
+        if(!$res) {
105
+            return JsonServer::error('删除失败');
106
+        }
107
+        return JsonServer::success('删除成功');
108
+    }
109
+}

+ 209
- 0
app/admin/controller/setting/PayConfig.php View File

@@ -0,0 +1,209 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\setting;
21
+
22
+use app\admin\logic\PayConfigLogic;
23
+use app\common\basics\AdminBase;
24
+use app\common\server\ConfigServer;
25
+use app\common\server\JsonServer;
26
+use think\db\exception\DataNotFoundException;
27
+use think\db\exception\DbException;
28
+use think\db\exception\ModelNotFoundException;
29
+
30
+/**
31
+ * Class PayConfig
32
+ * @package app\admin\controller\setting
33
+ */
34
+class PayConfig extends AdminBase
35
+{
36
+
37
+    /**
38
+     * @notes 支付列表
39
+     * @return \think\response\Json|\think\response\View
40
+     * @throws \think\db\exception\DataNotFoundException
41
+     * @throws \think\db\exception\DbException
42
+     * @throws \think\db\exception\ModelNotFoundException
43
+     * @author suny
44
+     * @date 2021/7/13 7:03 下午
45
+     */
46
+    public function lists()
47
+    {
48
+
49
+        if ($this->request->isAjax()) {
50
+            return JsonServer::success('', PayConfigLogic::lists());
51
+        }
52
+        return view();
53
+    }
54
+
55
+
56
+    /**
57
+     * @notes 余额配置
58
+     * @return \think\response\Json|\think\response\View
59
+     * @throws \think\db\exception\DataNotFoundException
60
+     * @throws \think\db\exception\DbException
61
+     * @throws \think\db\exception\ModelNotFoundException
62
+     * @author suny
63
+     * @date 2021/7/13 7:03 下午
64
+     */
65
+    public function editBalance()
66
+    {
67
+
68
+        if ($this->request->isAjax()) {
69
+            $post = $this->request->post();
70
+            if (empty($post['image']) && $post['status'] == 1) {
71
+                return JsonServer::error('请选择支付图标');
72
+            }
73
+            PayConfigLogic::editBalance($post);
74
+            return JsonServer::success('修改成功');
75
+        }
76
+        return view('', ['info' => PayConfigLogic::info('balance')]);
77
+    }
78
+
79
+
80
+    /**
81
+     * @notes 微信配置
82
+     * @return \think\response\Json|\think\response\View
83
+     * @throws \think\db\exception\DataNotFoundException
84
+     * @throws \think\db\exception\DbException
85
+     * @throws \think\db\exception\ModelNotFoundException
86
+     * @author suny
87
+     * @date 2021/7/13 7:03 下午
88
+     */
89
+    public function editWechat()
90
+    {
91
+
92
+        if ($this->request->isAjax()) {
93
+            $post = $this->request->post();
94
+            if ($post['status'] == 1) {
95
+                if (empty($post['image'])) {
96
+                    return JsonServer::error('请选择支付图标');
97
+                }
98
+                if ($post['apiclient_cert'] == '' || $post['apiclient_key'] == '') {
99
+                    return JsonServer::error('apiclient_cert或apiclient_key不能为空');
100
+                }
101
+            }
102
+            PayConfigLogic::editWechat($post);
103
+            return JsonServer::success('修改成功');
104
+        }
105
+        $domain_name = ConfigServer::get('website', 'domain_name', '');
106
+        return view('', [
107
+            'domain' => $domain_name ? $domain_name : request()->domain(),
108
+            'info' => PayConfigLogic::info('wechat')
109
+        ]);
110
+    }
111
+
112
+
113
+    /**
114
+     * @notes 支付宝配置
115
+     * @return \think\response\Json|\think\response\View
116
+     * @throws \think\Exception
117
+     * @throws \think\db\exception\DataNotFoundException
118
+     * @throws \think\db\exception\DbException
119
+     * @throws \think\db\exception\ModelNotFoundException
120
+     * @throws \think\exception\PDOException
121
+     * @author suny
122
+     * @date 2021/7/13 7:03 下午
123
+     */
124
+    public function editAlipay()
125
+    {
126
+
127
+        if ($this->request->isAjax()) {
128
+            $post = $this->request->post();
129
+            if (empty($post['image']) && $post['status'] == 1) {
130
+                return JsonServer::error('请选择支付图标');
131
+            }
132
+            PayConfigLogic::editAlipay($post);
133
+            return JsonServer::success('修改成功');
134
+        }
135
+        return view('', ['info' => PayConfigLogic::info('alipay')]);
136
+    }
137
+    
138
+    /**
139
+     * @notes 汇付斗拱微信配置
140
+     * @return \think\response\Json|\think\response\View
141
+     * @throws DbException
142
+     * @throws ModelNotFoundException
143
+     * @throws DataNotFoundException
144
+     * @author lbzy
145
+     * @datetime 2023-10-08 14:47:06
146
+     */
147
+    function editHfdgWechat()
148
+    {
149
+        if ($this->request->isAjax()) {
150
+            $post = $this->request->post();
151
+            if (empty($post['image']) && $post['status'] == 1) {
152
+                return JsonServer::error('请选择支付图标');
153
+            }
154
+            PayConfigLogic::editHfdgWechat($post);
155
+            return JsonServer::success('修改成功');
156
+        }
157
+        
158
+        return view('', [ 'info' => PayConfigLogic::info('hfdg_wechat') ]);
159
+    }
160
+    
161
+    
162
+    /**
163
+     * @notes 汇付斗拱支付宝配置
164
+     * @return \think\response\Json|\think\response\View
165
+     * @throws DbException
166
+     * @throws ModelNotFoundException
167
+     * @throws DataNotFoundException
168
+     * @author lbzy
169
+     * @datetime 2023-10-18 14:55:30
170
+     */
171
+    function editHfdgAlipay()
172
+    {
173
+        if ($this->request->isAjax()) {
174
+            $post = $this->request->post();
175
+            if (empty($post['image']) && $post['status'] == 1) {
176
+                return JsonServer::error('请选择支付图标');
177
+            }
178
+            PayConfigLogic::editHfdgAlipay($post);
179
+            return JsonServer::success('修改成功');
180
+        }
181
+        
182
+        return view('', [ 'info' => PayConfigLogic::info('hfdg_alipay') ]);
183
+    }
184
+
185
+
186
+    /**
187
+     * @notes 线下支付
188
+     * @return \think\response\Json|\think\response\View
189
+     * @throws DataNotFoundException
190
+     * @throws DbException
191
+     * @throws ModelNotFoundException
192
+     * @author ljj
193
+     * @date 2024/7/19 下午3:16
194
+     */
195
+    public function editOffline()
196
+    {
197
+
198
+        if ($this->request->isAjax()) {
199
+            $post = $this->request->post();
200
+            if (empty($post['image']) && $post['status'] == 1) {
201
+                return JsonServer::error('请选择支付图标');
202
+            }
203
+            PayConfigLogic::editOffline($post);
204
+            return JsonServer::success('修改成功');
205
+        }
206
+        return view('', ['info' => PayConfigLogic::info('offline')]);
207
+    }
208
+
209
+}

+ 30
- 0
app/admin/controller/setting/Register.php View File

@@ -0,0 +1,30 @@
1
+<?php
2
+namespace app\admin\controller\setting;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\server\ConfigServer;
6
+use app\common\server\JsonServer;
7
+
8
+class Register extends AdminBase
9
+{
10
+    public function index()
11
+    {
12
+        $config = [
13
+            // 'wechat_h5' => ConfigServer::get('login', 'wechat_h5', 0),
14
+            'captcha' => ConfigServer::get('register', 'captcha', 0),
15
+            'growth' => ConfigServer::get('register', 'growth', 0)
16
+        ];
17
+        return view('', [
18
+            'config' => $config
19
+        ]);
20
+    }
21
+
22
+    public function set()
23
+    {
24
+        $post = $this->request->post();
25
+        // ConfigServer::set('login','wechat_h5', $post['wechat_h5']);
26
+        ConfigServer::set('register','captcha', $post['captcha']);
27
+        ConfigServer::set('register','growth', $post['growth']);
28
+        return JsonServer::success('设置成功');
29
+    }
30
+}

+ 45
- 0
app/admin/controller/setting/ShopWithdrawal.php View File

@@ -0,0 +1,45 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\setting;
5
+
6
+
7
+use app\common\basics\AdminBase;
8
+use app\common\enum\ShopWithdrawEnum;
9
+use app\common\logic\SettingLogic;
10
+use app\common\server\ConfigServer;
11
+use app\common\server\JsonServer;
12
+use think\facade\View;
13
+
14
+class ShopWithdrawal extends AdminBase
15
+{
16
+    /**
17
+     * @Notes: 商家提现配置页
18
+     * @Author: 张无忌
19
+     */
20
+    public function index()
21
+    {
22
+        return view('', [
23
+            'detail'    => SettingLogic::getShopWithdraw(),
24
+            'type_list' => ShopWithdrawEnum::TYPE_TEXT_ARR2,
25
+        ]);
26
+    }
27
+
28
+    /**
29
+     * @Notes: 设置商家提现
30
+     * @Author: 张无忌
31
+     */
32
+    public function set()
33
+    {
34
+        $post = $this->request->post();
35
+        
36
+        $withdrawal_type = $post['withdrawal_type'] ?? [];
37
+        if (empty($withdrawal_type)) {
38
+            return JsonServer::error('提现方式至少选择一种');
39
+        }
40
+    
41
+        SettingLogic::setShopWithdraw($post);
42
+        
43
+        return JsonServer::success('设置成功');
44
+    }
45
+}

+ 60
- 0
app/admin/controller/setting/SiteStatistic.php View File

@@ -0,0 +1,60 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\setting;
20
+
21
+use app\common\basics\AdminBase;
22
+use app\common\server\ConfigServer;
23
+use app\common\server\JsonServer;
24
+use think\db\exception\DataNotFoundException;
25
+use think\db\exception\DbException;
26
+use think\db\exception\ModelNotFoundException;
27
+use think\response\Json;
28
+use think\response\View;
29
+
30
+/**
31
+ * @notes 站点统计
32
+ * author lbzy
33
+ * @datetime 2024-10-30 09:45:49
34
+ * @class Clarity
35
+ * @package app\admin\controller\setting
36
+ */
37
+class SiteStatistic  extends AdminBase
38
+{
39
+    /**
40
+     * @notes 设置
41
+     * @return Json|View
42
+     * @throws DbException
43
+     * @throws ModelNotFoundException
44
+     * @throws DataNotFoundException
45
+     * @author lbzy
46
+     * @datetime 2024-10-30 09:46:08
47
+     */
48
+    function set()
49
+    {
50
+        if (request()->isAjax()) {
51
+            
52
+            // 微软站点统计 https://clarity.microsoft.com
53
+            ConfigServer::set('site_statistic', 'clarity_app_id', input('clarity_app_id'));
54
+            
55
+            return JsonServer::success('保存成功');
56
+        }
57
+        
58
+        return view('', [ 'site_statistic' => ConfigServer::get('site_statistic') ]);
59
+    }
60
+}

+ 104
- 0
app/admin/controller/setting/Sms.php View File

@@ -0,0 +1,104 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+namespace app\admin\controller\setting;
20
+
21
+
22
+use app\admin\logic\setting\SmsLogic;
23
+use app\common\basics\AdminBase;
24
+use app\common\enum\SmsEnum;
25
+use app\common\server\ConfigServer;
26
+use app\common\server\JsonServer;
27
+
28
+/**
29
+ * 短信设置
30
+ * Class Sms
31
+ * @package app\admin\controller\setting
32
+ */
33
+class Sms extends AdminBase
34
+{
35
+
36
+    /**
37
+     * Notes: 列表
38
+     * @author 段誉(2021/6/7 14:46)
39
+     * @return \think\response\Json|\think\response\View
40
+     */
41
+    public function lists()
42
+    {
43
+        if ($this->request->isAjax()) {
44
+            $lists = SmsLogic::configLists();
45
+            return JsonServer::success('获取成功', $lists);
46
+        }
47
+        return view('', ['status_list' => SmsEnum::getSendStatusDesc(true)]);
48
+    }
49
+
50
+    /**
51
+     * Notes: 短信配置
52
+     * @author 段誉(2021/6/7 14:46)
53
+     * @return \think\response\Json|\think\response\View
54
+     */
55
+    public function config()
56
+    {
57
+        if ($this->request->isAjax()) {
58
+            $post = $this->request->post();
59
+            $res = SmsLogic::setConfig($post);
60
+            if (false === $res) {
61
+                return JsonServer::error(SmsLogic::getError());
62
+            }
63
+            return JsonServer::success('设置成功');
64
+        }
65
+        $engine = $this->request->get('engine');
66
+        $info = SmsLogic::getConfigInfo($engine);
67
+        if (false === $info) {
68
+            return JsonServer::error('数据错误');
69
+        }
70
+        return view('', [
71
+            'engine'    => $engine,
72
+            'info'      => $info
73
+        ]);
74
+    }
75
+
76
+
77
+
78
+
79
+    /**
80
+     * Notes: 短信记录->列表
81
+     * @author 段誉(2021/6/7 14:46)
82
+     * @return \think\response\Json
83
+     */
84
+    public function logLists()
85
+    {
86
+        if ($this->request->isAjax()) {
87
+            $get = $this->request->get();
88
+            $lists = SmsLogic::logLists($get);
89
+            return JsonServer::success('', $lists);
90
+        }
91
+    }
92
+
93
+    /**
94
+     * Notes: 短信记录->详情
95
+     * @author 段誉(2021/6/7 14:46)
96
+     * @return \think\response\View
97
+     */
98
+    public function detail()
99
+    {
100
+        $id = $this->request->get('id');
101
+        $info = SmsLogic::detail($id);
102
+        return view('', ['info' => $info]);
103
+    }
104
+}

+ 185
- 0
app/admin/controller/setting/StorageConfig.php View File

@@ -0,0 +1,185 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\setting;
22
+
23
+
24
+use app\admin\validate\setting\StorageValidate;
25
+use app\common\basics\AdminBase;
26
+use app\common\server\ConfigServer;
27
+use app\common\server\JsonServer;
28
+
29
+/**
30
+ * 上传设置
31
+ * Class StorageConfig
32
+ * @package app\admin\controller
33
+ */
34
+class StorageConfig extends AdminBase
35
+{
36
+    /**
37
+     * Notes: 存储引擎列表
38
+     * @author 张无忌(2021/2/22 11:43)
39
+     * @return mixed
40
+     */
41
+    public function lists()
42
+    {
43
+        if ($this->request->isAjax()) {
44
+            $default = ConfigServer::get('storage', 'default', '');
45
+            $data = [
46
+                [
47
+                    'name'   => '本地存储',
48
+                    'path'   => '存储在本地服务器',
49
+                    'engine' => 'local',
50
+                    'status' => $default == 'local' ? 1 : 0
51
+                ],
52
+                [
53
+                    'name'   => '七牛云存储',
54
+                    'path'   => '存储在七牛云,请前往七牛云开通存储服务',
55
+                    'engine' => 'qiniu',
56
+                    'status' => $default == 'qiniu' ? 1 : 0
57
+                ],
58
+                [
59
+                    'name'   => '阿里云OSS',
60
+                    'path'   => '存储在阿里云,请前往阿里云开通存储服务',
61
+                    'engine' => 'aliyun',
62
+                    'status' => $default == 'aliyun' ? 1 : 0
63
+                ],
64
+                [
65
+                    'name'   => '腾讯云OSS',
66
+                    'path'   => '存储在腾讯云,请前往腾讯云开通存储服务',
67
+                    'engine' => 'qcloud',
68
+                    'status' => $default == 'qcloud' ? 1 : 0
69
+                ]
70
+            ];
71
+            return JsonServer::success('获取成功', ['lists' => $data]);
72
+        }
73
+        return view();
74
+    }
75
+
76
+    /**
77
+     * Notes: 编辑存储引擎
78
+     * @author 张无忌(2021/2/22 11:43)
79
+     * @return mixed
80
+     */
81
+    public function edit()
82
+    {
83
+        if ($this->request->isAjax()) {
84
+            $engine= $this->request->post('engine');
85
+            $post = $this->request->post();
86
+            
87
+            if ($engine != 'local') {
88
+                $post['domain'] = $post[$engine . '_domain'] ?? '';
89
+                $validate = new StorageValidate();
90
+                if (! $validate->scene('edit')->check($post)) {
91
+                    return JsonServer::error('设置失败:' . $validate->getError());
92
+                }
93
+            }
94
+
95
+            if ($engine === 'qiniu') {
96
+
97
+                try {
98
+                    ConfigServer::set('storage_engine', 'qiniu', [
99
+                        'bucket'     => $post['qiniu_bucket'],
100
+                        'access_key' => $post['qiniu_ak'],
101
+                        'secret_key' => $post['qiniu_sk'],
102
+                        'domain'     => $post['qiniu_domain']
103
+                    ]);
104
+                } catch (\Exception $e) {
105
+                    return JsonServer::error('设置失败:'.$e->getMessage());
106
+                }
107
+                return JsonServer::success('设置成功');
108
+
109
+            } elseif ($engine === 'aliyun') {
110
+
111
+                try {
112
+                    ConfigServer::set('storage_engine', 'aliyun', [
113
+                        'bucket'            => $post['aliyun_bucket'],
114
+                        'access_key_id'     => $post['aliyun_ak'],
115
+                        'access_key_secret' => $post['aliyun_sk'],
116
+                        'domain'            => $post['aliyun_domain']
117
+                    ]);
118
+                } catch (\Exception $e) {
119
+                    return JsonServer::error('设置失败:'.$e->getMessage());
120
+                }
121
+                return JsonServer::success('设置成功');
122
+
123
+            } elseif ($engine === 'qcloud') {
124
+
125
+                try {
126
+                    ConfigServer::set('storage_engine', 'qcloud', [
127
+                        'bucket'     => $post['qcloud_bucket'],
128
+                        'region'     => $post['qcloud_region'],
129
+                        'secret_id'  => $post['qcloud_ak'],
130
+                        'secret_key' => $post['qcloud_sk'],
131
+                        'domain'     => $post['qcloud_domain']
132
+                    ]);
133
+                } catch (\Exception $e) {
134
+                    return JsonServer::error('设置失败:'.$e->getMessage());
135
+                }
136
+                return JsonServer::success('设置成功');
137
+            }
138
+            return JsonServer::error('您设置的存储引擎不存在');
139
+        }
140
+
141
+        $engine = $this->request->get('engine');
142
+        $storage = [
143
+            'qiniu' => ConfigServer::get('storage_engine', 'qiniu', [
144
+                'bucket'     => '',
145
+                'access_key' => '',
146
+                'secret_key' => '',
147
+                'domain'     => 'http://'
148
+            ]),
149
+            'aliyun' => ConfigServer::get('storage_engine', 'aliyun', [
150
+                'bucket'     => '',
151
+                'access_key_id' => '',
152
+                'access_key_secret' => '',
153
+                'domain'     => 'http://'
154
+            ]),
155
+            'qcloud' => ConfigServer::get('storage_engine', 'qcloud', [
156
+                'bucket'     => '',
157
+                'region'     => '',
158
+                'secret_id'  => '',
159
+                'secret_key' => '',
160
+                'domain'     => 'http://'
161
+            ])
162
+        ];
163
+        return view('', [
164
+            'engine' => $engine,
165
+            'storage' => $storage,
166
+        ]);
167
+    }
168
+
169
+    /**
170
+     * Notes: 切换存储引擎
171
+     * @author 张无忌(2021/2/22 11:43)
172
+     */
173
+    public function changeEngine()
174
+    {
175
+        if ($this->request->isAjax()) {
176
+            $post = $this->request->post();
177
+            try {
178
+                ConfigServer::set('storage', 'default', $post['engine']);
179
+            } catch (\Exception $e) {
180
+                return JsonServer::error('切换失败:'.$e->getMessage());
181
+            }
182
+            return JsonServer::success('切换成功');
183
+        }
184
+    }
185
+}

+ 40
- 0
app/admin/controller/setting/Transaction.php View File

@@ -0,0 +1,40 @@
1
+<?php
2
+namespace app\admin\controller\setting;
3
+
4
+use app\common\basics\AdminBase;
5
+use app\common\server\ConfigServer;
6
+use app\common\server\JsonServer;
7
+
8
+/**
9
+ * 交易设置
10
+ */
11
+class Transaction extends AdminBase
12
+{
13
+    public function index()
14
+    {
15
+        $config = [
16
+            'is_show_stock' =>  ConfigServer::get('transaction', 'is_show_stock', 0),
17
+            'money_to_growth' =>  ConfigServer::get('transaction', 'money_to_growth', 0),
18
+            'unpaid_order_cancel_time' =>  ConfigServer::get('transaction', 'unpaid_order_cancel_time', 60),
19
+            'paid_order_cancel_time' =>  ConfigServer::get('transaction', 'paid_order_cancel_time', 60),
20
+            'order_auto_receipt_days' =>  ConfigServer::get('transaction', 'order_auto_receipt_days', 7),
21
+            'order_after_sale_days' =>  ConfigServer::get('transaction', 'order_after_sale_days', 7)
22
+        ];
23
+        return view('', [
24
+            'config' => $config
25
+        ]);
26
+    }
27
+
28
+
29
+    public function set()
30
+    {
31
+        $post = $this->request->post();
32
+        ConfigServer::set('transaction', 'is_show_stock', $post['is_show_stock']); //是否显示库存
33
+        ConfigServer::set('transaction', 'money_to_growth', $post['money_to_growth']); //下单赠送成长值比例
34
+        ConfigServer::set('transaction', 'unpaid_order_cancel_time', $post['unpaid_order_cancel_time']); //未付款自动取消时长(分钟)
35
+        ConfigServer::set('transaction', 'paid_order_cancel_time', $post['paid_order_cancel_time']); //已支付允许取消时长(分钟)
36
+        ConfigServer::set('transaction', 'order_auto_receipt_days', $post['order_auto_receipt_days']); //已发货订单自动完成时长(天)
37
+        ConfigServer::set('transaction', 'order_after_sale_days', $post['order_after_sale_days']); //已完成订单售后退款时长(天)
38
+        return JsonServer::success('设置成功');
39
+    }
40
+}

+ 60
- 0
app/admin/controller/setting/User.php View File

@@ -0,0 +1,60 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\setting;
21
+
22
+use app\admin\logic\setting\UserLogic;
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+
26
+/**
27
+ * 用户设置
28
+ * Class User
29
+ * @package app\admin\controller\setting
30
+ */
31
+class User extends AdminBase
32
+{
33
+    /**
34
+     * @notes 用户设置
35
+     * @return \think\response\View
36
+     * @author Tab
37
+     * @date 2021/9/1 10:07
38
+     */
39
+    public function index()
40
+    {
41
+        $config = UserLogic::getConfig();
42
+        return view('', ['config' => $config,'user_level'=>UserLogic::getUserLevel()]);
43
+    }
44
+
45
+    /**
46
+     * @notes 用户设置
47
+     * @return \think\response\Json
48
+     * @author Tab
49
+     * @date 2021/9/1 10:33
50
+     */
51
+    public function set()
52
+    {
53
+        $params = $this->request->post();
54
+        $result = UserLogic::set($params);
55
+        if($result) {
56
+            return JsonServer::success('保存成功');
57
+        }
58
+        return JsonServer::error(UserLogic::getError());
59
+    }
60
+}

+ 103
- 0
app/admin/controller/shop/Apply.php View File

@@ -0,0 +1,103 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\shop;
5
+
6
+
7
+use app\admin\logic\shop\ApplyLogic;
8
+use app\admin\validate\shop\ShopApplyValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\server\JsonServer;
11
+
12
+/**
13
+ * 商家入驻
14
+ * Class Apply
15
+ * @package app\admin\controller\shop
16
+ */
17
+class Apply extends AdminBase
18
+{
19
+    /**
20
+     * NOTE: 申请列表
21
+     * @author: 张无忌
22
+     */
23
+    public function lists()
24
+    {
25
+        if ($this->request->isAjax()) {
26
+            $get = $this->request->get();
27
+            $lists = ApplyLogic::lists($get);
28
+            return JsonServer::success('获取成功', $lists);
29
+        }
30
+
31
+        return view('', [
32
+            'totalCount' => ApplyLogic::totalCount()
33
+        ]);
34
+    }
35
+
36
+    /**
37
+     * NOTE: 统计
38
+     * @author: 张无忌
39
+     */
40
+    public function totalCount()
41
+    {
42
+        if ($this->request->isAjax()) {
43
+            return JsonServer::success('获取成功', ApplyLogic::totalCount());
44
+        }
45
+
46
+        return JsonServer::error('请求异常');
47
+    }
48
+
49
+    /**
50
+     * NOTE: 详细
51
+     * @author: 张无忌
52
+     */
53
+    public function detail()
54
+    {
55
+        (new ShopApplyValidate())->goCheck('id');
56
+        $id = $this->request->get('id');
57
+        return view('', [
58
+            'detail' => ApplyLogic::detail($id)
59
+        ]);
60
+    }
61
+
62
+    /**
63
+     * NOTE: 审核
64
+     * @author: 张无忌
65
+     */
66
+    public function audit()
67
+    {
68
+        if ($this->request->isAjax()) {
69
+            (new ShopApplyValidate())->goCheck('audit');
70
+            $post = $this->request->post();
71
+            $res = ApplyLogic::audit($post);
72
+            if ($res) {
73
+                return JsonServer::success('操作成功');
74
+            }
75
+
76
+            $error = ApplyLogic::getError() ?: '操作失败';
77
+            return JsonServer::error($error);
78
+        }
79
+
80
+        return view();
81
+    }
82
+
83
+    /**
84
+     * NOTE: 删除
85
+     * @author: 张无忌
86
+     */
87
+    public function del()
88
+    {
89
+        if ($this->request->isAjax()) {
90
+            (new ShopApplyValidate())->goCheck('id');
91
+            $id = $this->request->post('id');
92
+            $res = ApplyLogic::del($id);
93
+            if ($res) {
94
+                return JsonServer::success('删除成功');
95
+            }
96
+
97
+            $error = ApplyLogic::getError() ?: '删除失败';
98
+            return JsonServer::error($error);
99
+        }
100
+
101
+        return JsonServer::error('请求异常');
102
+    }
103
+}

+ 137
- 0
app/admin/controller/shop/Auth.php View File

@@ -0,0 +1,137 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\shop;
22
+
23
+
24
+use app\admin\validate\ShopAuthValidate;
25
+use app\admin\logic\shop\AuthLogic;
26
+use app\common\basics\AdminBase;
27
+use app\common\server\JsonServer;
28
+
29
+/**
30
+ * 商家菜单
31
+ * Class Auth
32
+ * @package app\admin\controller\shop
33
+ */
34
+class Auth extends AdminBase
35
+{
36
+    /**
37
+     * Notes: 列表
38
+     * @author 段誉(2021/4/10 16:44)
39
+     * @return string|\think\response\Json
40
+     * @throws \think\db\exception\DataNotFoundException
41
+     * @throws \think\db\exception\DbException
42
+     * @throws \think\db\exception\ModelNotFoundException
43
+     */
44
+    public function lists()
45
+    {
46
+        if($this->request->isAjax()) {
47
+            $data = AuthLogic::lists();
48
+            return json(['code' => 0, 'msg' => '列表', 'data' => json_encode($data)]);
49
+        }
50
+        return view();
51
+    }
52
+
53
+
54
+    /**
55
+     * Notes: 添加
56
+     * @author 段誉(2021/4/12 16:43)
57
+     * @return string|\think\response\Json
58
+     * @throws \think\db\exception\DataNotFoundException
59
+     * @throws \think\db\exception\DbException
60
+     * @throws \think\db\exception\ModelNotFoundException
61
+     */
62
+    public function add()
63
+    {
64
+        if ($this->request->isAjax()) {
65
+            $post = $this->request->post();
66
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
67
+            (new ShopAuthValidate())->goCheck();
68
+            $result = AuthLogic::addMenu($post);
69
+            if (false === $result) {
70
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
71
+            }
72
+            return JsonServer::success('操作成功');
73
+        }
74
+        return view('', ['menu_lists' => AuthLogic::chooseMenu()]);
75
+    }
76
+
77
+    /**
78
+     * Notes: 编辑
79
+     * @author 段誉(2021/4/12 16:43)
80
+     * @return string|\think\response\Json
81
+     * @throws \think\db\exception\DataNotFoundException
82
+     * @throws \think\db\exception\DbException
83
+     * @throws \think\db\exception\ModelNotFoundException
84
+     */
85
+    public function edit()
86
+    {
87
+        $id = $this->request->get('id');
88
+        if ($this->request->isAjax()) {
89
+            $post = $this->request->post();
90
+            $post['disable'] = isset($post['disable']) && $post['disable'] == 'on' ? 0 : 1;
91
+            (new ShopAuthValidate())->goCheck();
92
+            if (false ===  AuthLogic::editMenu($post)) {
93
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
94
+            }
95
+            return JsonServer::success('操作成功');
96
+        }
97
+        return view('', [
98
+            'detail' => AuthLogic::detail($id),
99
+            'menu_lists' => AuthLogic::chooseMenu()
100
+        ]);
101
+    }
102
+
103
+
104
+    /**
105
+     * Notes: 删除
106
+     * @author 段誉(2021/4/12 16:43)
107
+     * @return \think\response\Json
108
+     * @throws \think\db\exception\DataNotFoundException
109
+     * @throws \think\db\exception\DbException
110
+     * @throws \think\db\exception\ModelNotFoundException
111
+     */
112
+    public function del()
113
+    {
114
+        if ($this->request->isAjax()) {
115
+            $post = $this->request->post();
116
+            if (empty($post['ids'])) {
117
+                return JsonServer::error(AuthLogic::getError() ?: '操作失败');
118
+            }
119
+            AuthLogic::delMenu($post['ids']);
120
+            return JsonServer::success('操作成功');
121
+        }
122
+    }
123
+
124
+
125
+    /**
126
+     * Notes: 设置
127
+     * @author 段誉(2021/4/12 16:43)
128
+     */
129
+    public function status()
130
+    {
131
+        if ($this->request->isAjax()) {
132
+            $post = $this->request->post();
133
+            AuthLogic::setStatus($post);
134
+            return JsonServer::success('操作成功');
135
+        }
136
+    }
137
+}

+ 114
- 0
app/admin/controller/shop/Category.php View File

@@ -0,0 +1,114 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\shop;
21
+
22
+
23
+use app\admin\logic\shop\CategoryLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+
27
+/**
28
+ * 主营类目
29
+ * Class Category
30
+ * @package app\admin\controller\shop
31
+ */
32
+class Category extends AdminBase
33
+{
34
+    /**
35
+     * NOTE: 主营类目列表
36
+     * @author: 张无忌
37
+     */
38
+    public function lists()
39
+    {
40
+        if ($this->request->isAjax()) {
41
+            $get = $this->request->get();
42
+            $lists = CategoryLogic::lists($get);
43
+            return JsonServer::success('获取成功', $lists);
44
+        }
45
+        
46
+        return view();
47
+    }
48
+
49
+    /**
50
+     * NOTE: 新增主营类目
51
+     * @author: 张无忌
52
+     */
53
+    public function add()
54
+    {
55
+        if ($this->request->isAjax()) {
56
+            $post = $this->request->post();
57
+            if(!isset($post['image']) || empty($post['image'])) {
58
+                return JsonServer::error('类目图标不能为空');
59
+            }
60
+            $res = CategoryLogic::add($post);
61
+            if ($res === false) {
62
+                $error = CategoryLogic::getError() ?: '新增失败';
63
+                return JsonServer::error($error);
64
+            }
65
+            return JsonServer::success('新增成功');
66
+        }
67
+
68
+        return view();
69
+    }
70
+
71
+    /**
72
+     * NOTE: 编辑主营类目
73
+     * @author: 张无忌
74
+     */
75
+    public function edit()
76
+    {
77
+        if ($this->request->isAjax()) {
78
+            $post = $this->request->post();
79
+            if(!isset($post['image']) || empty($post['image'])) {
80
+                return JsonServer::error('类目图标不能为空');
81
+            }
82
+            $res = CategoryLogic::edit($post);
83
+            if ($res === false) {
84
+                $error = CategoryLogic::getError() ?: '编辑失败';
85
+                return JsonServer::error($error);
86
+            }
87
+            return JsonServer::success('编辑成功');
88
+        }
89
+
90
+        $id = $this->request->get('id');
91
+        return view('', [
92
+            'detail' => CategoryLogic::detail($id)
93
+        ]);
94
+    }
95
+
96
+    /**
97
+     * NOTE: 删除主营类目
98
+     * @author: 张无忌
99
+     */
100
+    public function del()
101
+    {
102
+        if ($this->request->isAjax()) {
103
+            $id = $this->request->post('id');
104
+            $res = CategoryLogic::del($id);
105
+            if ($res === false) {
106
+                $error = CategoryLogic::getError() ?: '删除失败';
107
+                return JsonServer::error($error);
108
+            }
109
+            return JsonServer::success('删除成功');
110
+        }
111
+
112
+        return JsonServer::error('请求异常');
113
+    }
114
+}

+ 126
- 0
app/admin/controller/shop/Goods.php View File

@@ -0,0 +1,126 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\shop;
21
+
22
+
23
+use app\admin\logic\shop\GoodsLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+
27
+/**
28
+ * 主营类目
29
+ * Class Category
30
+ * @package app\admin\controller\shop
31
+ */
32
+class Goods extends AdminBase
33
+{
34
+    /**
35
+     * NOTE: 主营类目列表
36
+     * @author: 张无忌
37
+     */
38
+    public function lists()
39
+    {
40
+        if ($this->request->isAjax()) {
41
+            $get = $this->request->get();
42
+            $lists = GoodsLogic::lists($get);
43
+            return JsonServer::success('获取成功', $lists);
44
+        }
45
+        
46
+        return view();
47
+    }
48
+
49
+    /**
50
+     * NOTE: 新增主营类目
51
+     * @author: 张无忌
52
+     */
53
+    public function add()
54
+    {
55
+        if ($this->request->isAjax()) {
56
+            $post = $this->request->post();
57
+            if(!isset($post['image']) || empty($post['image'])) {
58
+                return JsonServer::error('类目图标不能为空');
59
+            }
60
+
61
+            //验证
62
+            if($post['pc_num'] <= 0){
63
+                return JsonServer::error('PC数量必须为正整数');
64
+            }
65
+            if($post['mobile_num'] <= 0){
66
+                return JsonServer::error('手机设备必须为正整数');
67
+            }
68
+            if($post['run_num'] <= 0){
69
+                return JsonServer::error('同时运行设备数必须为正整数');
70
+            }
71
+
72
+            $res = GoodsLogic::add($post);
73
+            if ($res === false) {
74
+                $error = GoodsLogic::getError() ?: '新增失败';
75
+                return JsonServer::error($error);
76
+            }
77
+            return JsonServer::success('新增成功');
78
+        }
79
+
80
+        return view();
81
+    }
82
+
83
+    /**
84
+     * NOTE: 编辑主营类目
85
+     * @author: 张无忌
86
+     */
87
+    public function edit()
88
+    {
89
+        if ($this->request->isAjax()) {
90
+            $post = $this->request->post();
91
+            if(!isset($post['image']) || empty($post['image'])) {
92
+                return JsonServer::error('类目图标不能为空');
93
+            }
94
+            $res = GoodsLogic::edit($post);
95
+            if ($res === false) {
96
+                $error = GoodsLogic::getError() ?: '编辑失败';
97
+                return JsonServer::error($error);
98
+            }
99
+            return JsonServer::success('编辑成功');
100
+        }
101
+
102
+        $id = $this->request->get('id');
103
+        return view('', [
104
+            'detail' => GoodsLogic::detail($id)
105
+        ]);
106
+    }
107
+
108
+    /**
109
+     * NOTE: 删除主营类目
110
+     * @author: 张无忌
111
+     */
112
+    public function del()
113
+    {
114
+        if ($this->request->isAjax()) {
115
+            $id = $this->request->post('id');
116
+            $res = GoodsLogic::del($id);
117
+            if ($res === false) {
118
+                $error = GoodsLogic::getError() ?: '删除失败';
119
+                return JsonServer::error($error);
120
+            }
121
+            return JsonServer::success('删除成功');
122
+        }
123
+
124
+        return JsonServer::error('请求异常');
125
+    }
126
+}

+ 169
- 0
app/admin/controller/shop/Store.php View File

@@ -0,0 +1,169 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\shop;
5
+
6
+
7
+use app\admin\logic\shop\CategoryLogic;
8
+use app\admin\logic\shop\StoreLogic;
9
+use app\admin\validate\shop\StoreLValidate;
10
+use app\admin\validate\shop\StoreStatusValidate;
11
+use app\common\basics\AdminBase;
12
+use app\common\server\ConfigServer;
13
+use app\common\server\JsonServer;
14
+use think\facade\Log;
15
+
16
+/**
17
+ * 商家管理
18
+ * Class Store
19
+ * @package app\admin\controller\shop
20
+ */
21
+class Store extends AdminBase
22
+{
23
+    /**
24
+     * NOTE: 商家列表
25
+     * @author: 张无忌
26
+     */
27
+    public function lists()
28
+    {
29
+        if ($this->request->isAjax()) {
30
+            $get = $this->request->get();
31
+            $lists = StoreLogic::lists($get);
32
+            return JsonServer::success('获取成功', $lists);
33
+        }
34
+
35
+        return view('', [
36
+            'category' => CategoryLogic::getCategory()
37
+        ]);
38
+    }
39
+
40
+    /**
41
+     * NOTE: 新增商家
42
+     * @author: 张无忌
43
+     */
44
+    public function add()
45
+    {
46
+        if ($this->request->isAjax()) {
47
+            (new StoreLValidate())->goCheck('add');
48
+            $post = $this->request->post();
49
+            $lists = StoreLogic::add($post);
50
+            if ($lists === false) {
51
+                $error = StoreLogic::getError() ?: '新增失败';
52
+                return JsonServer::error($error);
53
+            }
54
+            return JsonServer::success('新增成功');
55
+        }
56
+
57
+        return view('', [
58
+            'category' => CategoryLogic::getCategory(),
59
+            'tx_map_key' => ConfigServer::get('map', 'tx_map_key')
60
+        ]);
61
+    }
62
+
63
+    /**
64
+     * NOTE: 编辑商家
65
+     * @author: 张无忌
66
+     */
67
+    public function edit()
68
+    {
69
+        if ($this->request->isAjax()) {
70
+            (new StoreLValidate())->goCheck('edit');
71
+            $post = $this->request->post();
72
+            if (!empty($post['password'])) {
73
+                (new StoreLValidate())->goCheck('pwd');
74
+            }
75
+
76
+            $res = StoreLogic::edit($post);
77
+            if ($res === false) {
78
+                $error = StoreLogic::getError() ?: '编辑失败';
79
+                return JsonServer::error($error);
80
+            }
81
+            return JsonServer::success('编辑成功');
82
+        }
83
+
84
+        $id = $this->request->get('id');
85
+        return view('', [
86
+            'detail'   => StoreLogic::detail($id),
87
+            'category' => CategoryLogic::getCategory(),
88
+            'tx_map_key' => ConfigServer::get('map', 'tx_map_key')
89
+        ]);
90
+    }
91
+
92
+    /**
93
+     * NOTE: 设置商家
94
+     * @author: 张无忌
95
+     */
96
+    public function set()
97
+    {
98
+        if ($this->request->isAjax()) {
99
+            (new StoreLValidate())->goCheck('set');
100
+            $post = $this->request->post();
101
+            $res = StoreLogic::set($post);
102
+
103
+            if ($res === false) {
104
+                $error = StoreLogic::getError() ?: '设置失败';
105
+                return JsonServer::error($error);
106
+            }
107
+            return JsonServer::success('设置成功');
108
+        }
109
+
110
+
111
+
112
+        $id = $this->request->get('id');
113
+
114
+        //调用服务套餐
115
+        $sg = StoreLogic::getServerGoods($id);
116
+
117
+        return view('', [
118
+            'detail' => StoreLogic::detail($id),
119
+            'goods_list' => $sg
120
+        ]);
121
+    }
122
+
123
+    /**
124
+     * NOTE: 编辑账号
125
+     * @author: 张无忌
126
+     */
127
+    public function account()
128
+    {
129
+        if ($this->request->isAjax()) {
130
+            (new StoreLValidate())->goCheck('account');
131
+            $post = $this->request->post();
132
+            if (!empty($post['password'])) {
133
+                (new StoreLValidate())->goCheck('pwd');
134
+            }
135
+
136
+            $res = StoreLogic::account($post);
137
+            if ($res === false) {
138
+                $error = StoreLogic::getError() ?: '更新失败';
139
+                return JsonServer::error($error);
140
+            }
141
+            return JsonServer::success('更新成功');
142
+        }
143
+
144
+        $id = $this->request->get('id');
145
+        return view('', [
146
+            'detail' => StoreLogic::getAccountInfo($id)
147
+        ]);
148
+    }
149
+
150
+    /**
151
+     * @notes 批量操作
152
+     * @return \think\response\Json|void
153
+     * @author 段誉
154
+     * @date 2022/3/17 10:42
155
+     */
156
+    public function batchOperation()
157
+    {
158
+        if ($this->request->isAjax()) {
159
+            (new StoreStatusValidate())->goCheck();
160
+            $post = $this->request->post();
161
+            $res = StoreLogic::batchOperation($post['ids'], $post['field'], $post['value']);
162
+            if (false === $res) {
163
+                $error = StoreLogic::getError() ?: '操作失败';
164
+                return JsonServer::error($error);
165
+            }
166
+            return JsonServer::success('操作成功');
167
+        }
168
+    }
169
+}

+ 50
- 0
app/admin/controller/shop/Treaty.php View File

@@ -0,0 +1,50 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+namespace app\admin\controller\shop;
21
+
22
+
23
+use app\admin\logic\shop\TreatyLogic;
24
+use app\common\basics\AdminBase;
25
+use app\common\server\JsonServer;
26
+
27
+/**
28
+ * 入驻协议
29
+ * Class Treaty
30
+ * @package app\admin\controller\shop
31
+ */
32
+class Treaty extends AdminBase
33
+{
34
+    public function index()
35
+    {
36
+        if ($this->request->isAjax()) {
37
+            $post = $this->request->post();
38
+            $res = TreatyLogic::set($post);
39
+            if ($res === false) {
40
+                $error = TreatyLogic::getError() ?: '更新失败';
41
+                return JsonServer::error($error);
42
+            }
43
+            return JsonServer::success('更新成功');
44
+        }
45
+
46
+        return view('', [
47
+            'detail' => TreatyLogic::detail()
48
+        ]);
49
+    }
50
+}

+ 133
- 0
app/admin/controller/sign_daily/SignDaily.php View File

@@ -0,0 +1,133 @@
1
+<?php
2
+
3
+
4
+namespace app\admin\controller\sign_daily;
5
+
6
+
7
+use app\admin\logic\sign_daily\SignDailyLogic;
8
+use app\admin\validate\sign_daily\SignDailyValidate;
9
+use app\common\basics\AdminBase;
10
+use app\common\server\JsonServer;
11
+
12
+/**
13
+ * 签到
14
+ * Class SignDaily
15
+ * @package app\admin\controller\shop
16
+ */
17
+class SignDaily extends AdminBase
18
+{
19
+
20
+    /**
21
+     * @notes 连续签到列表
22
+     * @return \think\response\Json|\think\response\View
23
+     * @author 段誉
24
+     * @date 2022/2/17 14:28
25
+     */
26
+    public function lists()
27
+    {
28
+        if ($this->request->isAjax()) {
29
+            $lists = SignDailyLogic::lists();
30
+            return JsonServer::success('获取成功', $lists);
31
+        }
32
+        return view('sign_daily/lists', [
33
+            'config' => SignDailyLogic::getSignRule()
34
+        ]);
35
+    }
36
+
37
+
38
+    /**
39
+     * @notes 签到记录
40
+     * @return \think\response\Json|void
41
+     * @author 段誉
42
+     * @date 2022/2/17 14:29
43
+     */
44
+    public function record()
45
+    {
46
+        if ($this->request->isAjax()) {
47
+            $get = $this->request->get();
48
+            return JsonServer::success('获取成功', SignDailyLogic::record($get));
49
+        }
50
+    }
51
+
52
+
53
+    /**
54
+     * @notes 每日签到奖励
55
+     * @return \think\response\Json|void
56
+     * @author 段誉
57
+     * @date 2022/2/17 14:29
58
+     */
59
+    public function signRule()
60
+    {
61
+        if ($this->request->isAjax()) {
62
+            $post = $this->request->post();
63
+            $post['integral_status'] = isset($post['integral_status']) && $post['integral_status'] == 'on' ? 1 : 0;
64
+            $post['growth_status'] = isset($post['growth_status']) && $post['growth_status'] == 'on' ? 1 : 0;
65
+            (new SignDailyValidate())->goCheck('sign', $post);
66
+            $result = SignDailyLogic::setSignRule($post);
67
+            if (true === $result) {
68
+                return JsonServer::success('设置成功');
69
+            }
70
+            return JsonServer::error(SignDailyLogic::getError() ?: '操作失败');
71
+        }
72
+    }
73
+
74
+
75
+    /**
76
+     * @notes 添加连续签到奖励
77
+     * @return \think\response\Json|\think\response\View
78
+     * @author 段誉
79
+     * @date 2022/2/17 14:29
80
+     */
81
+    public function add()
82
+    {
83
+        if ($this->request->isAjax()) {
84
+            $post = $this->request->post();
85
+            $post['integral_status'] = isset($post['integral_status']) && $post['integral_status'] == 'on' ? 1 : 0;
86
+            $post['growth_status'] = isset($post['growth_status']) && $post['growth_status'] == 'on' ? 1 : 0;
87
+            (new SignDailyValidate())->goCheck('add', $post);
88
+            SignDailyLogic::add($post);
89
+            return JsonServer::success('添加成功');
90
+        }
91
+        return view('sign_daily/add');
92
+    }
93
+
94
+
95
+    /**
96
+     * @notes 编辑连续签到奖励
97
+     * @param $id
98
+     * @return \think\response\Json|\think\response\View
99
+     * @author 段誉
100
+     * @date 2022/2/17 14:30
101
+     */
102
+    public function edit($id)
103
+    {
104
+        if ($this->request->isAjax()) {
105
+            $post = $this->request->post();
106
+            $post['integral_status'] = isset($post['integral_status']) && $post['integral_status'] == 'on' ? 1 : 0;
107
+            $post['growth_status'] = isset($post['growth_status']) && $post['growth_status'] == 'on' ? 1 : 0;
108
+            (new SignDailyValidate())->goCheck('edit', $post);
109
+            SignDailyLogic::edit($post);
110
+            return JsonServer::success('修改成功');
111
+        }
112
+        return view('sign_daily/edit', ['info' => SignDailyLogic::getSignDaily($id)]);
113
+    }
114
+
115
+
116
+    /**
117
+     * @notes 删除连续签到奖励
118
+     * @return \think\response\Json
119
+     * @author 段誉
120
+     * @date 2022/2/17 14:30
121
+     */
122
+    public function del()
123
+    {
124
+        if ($this->request->isAjax()) {
125
+            $id = $this->request->post('id');
126
+            SignDailyLogic::del($id);
127
+            return JsonServer::success('删除成功');
128
+        }
129
+        return JsonServer::error('请求异常');
130
+    }
131
+
132
+
133
+}

+ 42
- 0
app/admin/controller/system/Cache.php View File

@@ -0,0 +1,42 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\system;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\common\server\JsonServer;
25
+
26
+/**
27
+ * 系统缓存
28
+ * Class Cache
29
+ * @package app\admin\controller\system
30
+ */
31
+class Cache extends AdminBase
32
+{
33
+    public function cache()
34
+    {
35
+        if ($this->request->isAjax()) {
36
+            \think\facade\Cache::clear();
37
+            del_target_dir(app()->getRootPath().'runtime/file/export', true);
38
+            return JsonServer::success('清除成功');
39
+        }
40
+        return view();
41
+    }
42
+}

+ 114
- 0
app/admin/controller/system/Crontab.php View File

@@ -0,0 +1,114 @@
1
+<?php
2
+// +----------------------------------------------------------------------
3
+// | likeshop开源商城系统
4
+// +----------------------------------------------------------------------
5
+// | 欢迎阅读学习系统程序代码,建议反馈是我们前进的动力
6
+// | gitee下载:https://gitee.com/likeshop_gitee
7
+// | github下载:https://github.com/likeshop-github
8
+// | 访问官网:https://www.likeshop.cn
9
+// | 访问社区:https://home.likeshop.cn
10
+// | 访问手册:http://doc.likeshop.cn
11
+// | 微信公众号:likeshop技术社区
12
+// | likeshop系列产品在gitee、github等公开渠道开源版本可免费商用,未经许可不能去除前后端官方版权标识
13
+// |  likeshop系列产品收费版本务必购买商业授权,购买去版权授权后,方可去除前后端官方版权标识
14
+// | 禁止对系统程序代码以任何目的,任何形式的再发布
15
+// | likeshop团队版权所有并拥有最终解释权
16
+// +----------------------------------------------------------------------
17
+// | author: likeshop.cn.team
18
+// +----------------------------------------------------------------------
19
+
20
+
21
+namespace app\admin\controller\system;
22
+
23
+use app\common\basics\AdminBase;
24
+use app\admin\logic\system\CrontabLogic;
25
+use app\common\model\system\DevCrontab;
26
+use app\common\server\JsonServer;
27
+use app\common\server\system\CrontabServer;
28
+use think\exception\ValidateException;
29
+use app\admin\validate\system\CrontabValidate;
30
+use Cron\CronExpression;
31
+
32
+/**
33
+ * 定时任务
34
+ * Class Crontab
35
+ * @package app\admin\controller
36
+ */
37
+class Crontab extends AdminBase
38
+{
39
+    public function lists()
40
+    {
41
+        if ($this->request->isAjax()) {
42
+            $data = CrontabLogic::lists();
43
+            return JsonServer::success('', $data);
44
+        }
45
+        return view();
46
+    }
47
+
48
+    public function add()
49
+    {
50
+        if ($this->request->isAjax()) {
51
+            $post = $this->request->post();
52
+            $post['status'] = isset($post['status']) && $post['status'] == 'on' ? 1 : 2;
53
+            try{
54
+                validate(CrontabValidate::class)->scene('add')->check($post);
55
+            }catch(ValidateException $e) {
56
+                return JsonServer::error($e->getError());
57
+            }
58
+            $result = CrontabLogic::add($post);
59
+            if($result === true) {
60
+                return JsonServer::success('添加成功');
61
+            }
62
+            return JsonServer::error(CrontabLogic::getError());
63
+        }
64
+        return view();
65
+    }
66
+
67
+    /**
68
+     * 获取接下来执行时间
69
+     */
70
+    public function expression()
71
+    {
72
+        $get = $this->request->get();
73
+        return JsonServer::success('', CrontabLogic::expression($get));
74
+    }
75
+
76
+    /**
77
+     * 编辑定时任务
78
+     * @return mixed
79
+     */
80
+    public function edit()
81
+    {
82
+        if ($this->request->isAjax()) {
83
+            $post = $this->request->post();
84
+            $post['status'] = isset($post['status']) && $post['status'] == 'on' ? 1 : 2;
85
+            try{
86
+                validate(CrontabValidate::class)->check($post);
87
+            }catch(ValidateException $e) {
88
+                return JsonServer::error($e->getError());
89
+            }
90
+            $result = CrontabLogic::edit($post);
91
+            if($result === true) {
92
+                return JsonServer::success('编辑成功');
93
+            }
94
+            return JsonServer::error(CrontabLogic::getError());
95
+        }
96
+
97
+        $id = $this->request->get('id');
98
+        return view('', [
99
+            'info' => CrontabLogic::info($id)
100
+        ]);
101
+    }
102
+
103
+    public function del()
104
+    {
105
+        if ($this->request->isAjax()) {
106
+            $id = $this->request->post('id');
107
+            $result = CrontabLogic::del($id);
108
+            if($result === true) {
109
+                return JsonServer::success('删除成功');
110
+            }
111
+            return JsonServer::error(CrontabLogic::getError());
112
+        }
113
+    }
114
+}

+ 0
- 0
app/admin/controller/system/Log.php View File


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

Loading…
Cancel
Save