Ver código fonte

Merge branch 'develop' of https://gitea.zx2049.com/yituan/opkpm into local-develop

Your Name 2 semanas atrás
pai
commit
985bf005e1
29 arquivos alterados com 1336 adições e 52 exclusões
  1. 3
    3
      app/admin/logic/shop/GoodsRenewLogic.php
  2. 31
    2
      app/api/controller/ShopContent.php
  3. 133
    1
      app/api/logic/ShopContentLogic.php
  4. 7
    0
      app/common/basics/Logic.php
  5. 53
    3
      app/common/model/content/Closure.php
  6. 15
    0
      app/common/model/shop/OrderRenew.php
  7. 15
    0
      app/common/model/shop/ShopHkLog.php
  8. 6
    0
      app/shop/controller/content/Closure.php
  9. 4
    0
      app/shop/controller/content/EquiCategory.php
  10. 108
    0
      app/shop/controller/order/OrderRenew.php
  11. 34
    0
      app/shop/controller/order/Pay.php
  12. 17
    18
      app/shop/logic/content/ClosureLogic.php
  13. 6
    1
      app/shop/logic/content/EquiCategoryLogic.php
  14. 335
    0
      app/shop/logic/order/OrderRenewLogic.php
  15. 3
    3
      app/shop/validate/content/ClosureValidate.php
  16. 54
    0
      app/shop/validate/order/OrderRenewValidate.php
  17. 1
    1
      app/shop/view/content/closure/edit/01.html
  18. 2
    2
      app/shop/view/content/closure/edit/02.html
  19. 3
    3
      app/shop/view/content/closure/edit/03.html
  20. 10
    2
      app/shop/view/content/closure/setting/01.html
  21. 2
    2
      app/shop/view/content/closure/setting/02.html
  22. 3
    3
      app/shop/view/content/closure/setting/03.html
  23. 3
    3
      app/shop/view/content/closure/setting/04.html
  24. 3
    3
      app/shop/view/content/closure/setting/05.html
  25. 2
    2
      app/shop/view/content/equi_category/lists.html
  26. 97
    0
      app/shop/view/order/order_renew/buy.html
  27. 120
    0
      app/shop/view/order/order_renew/lists.html
  28. 136
    0
      app/shop/view/order/order_renew/pay_page.html
  29. 130
    0
      app/shop/view/order/order_renew/renew_lists.html

+ 3
- 3
app/admin/logic/shop/GoodsRenewLogic.php Ver arquivo

@@ -3,8 +3,8 @@
3 3
  * @Author: ZMH
4 4
  * @Email: zmhwork@qq.com
5 5
  * @Date: 2025-03-13 11:47:30
6
- * @LastEditTime: 2025-03-13 17:41:19
7
- * @LastEditors: ZMH
6
+ * @LastEditTime: 2025-03-14 18:02:56
7
+ * @LastEditors: xiaohai zmhwork@qq.com
8 8
  * @FilePath: \opkpm\app\admin\logic\shop\GoodsRenewLogic.php
9 9
  * 
10 10
  * @Description: 续费逻辑处理
@@ -28,7 +28,7 @@ class GoodsRenewLogic extends Logic
28 28
             ['del', '=', 0]
29 29
         ];
30 30
 
31
-        if (!empty($get['name']) and $get['name'])
31
+        if (!empty($get['name']) && $get['name'])
32 32
             $where[] = ['name', 'like', '%' . $get['name'] . '%'];
33 33
 
34 34
         $model = new ShopGoodsRenew();

+ 31
- 2
app/api/controller/ShopContent.php Ver arquivo

@@ -338,8 +338,37 @@ class ShopContent extends Api
338 338
         }
339 339
     }
340 340
 
341
-    /*
342
-     *
341
+    /**
342
+     * 查询获客剩余数量
343
+     */
344
+    public function getHKSYCount() {
345
+        if ($this->request->isGet()) {
346
+            $get = $this->request->get();
347
+            $data = ShopContentLogic::getHKSYCount($get);
348
+            if ($data === false) {
349
+                return JsonServer::error(ShopContentLogic::getError(), ['err_code' => ShopContentLogic::getErrCode()]);
350
+            }
351
+
352
+            return JsonServer::success('', $data);
353
+        }
354
+
355
+        return JsonServer::error('请求方式错误', ['err_code' => 10001]);
356
+    }
357
+
358
+    /**
359
+     * 减少获客剩余数量
343 360
      */
361
+    public function subHKSYCount() {
362
+        if ($this->request->isPost()) {
363
+            $post = $this->request->post();
364
+            $count = ShopContentLogic::subHKSYCount($post);
365
+            if ($count === false) {
366
+                return JsonServer::error(ShopContentLogic::getError(), ['err_code' => ShopContentLogic::getErrCode()]);
367
+            }
368
+
369
+            return JsonServer::success('操作成功', ['count' => $count]);
370
+        }
344 371
 
372
+        return JsonServer::error('请求方式错误', ['err_code' => 10001]);
373
+    }
345 374
 }

+ 133
- 1
app/api/logic/ShopContentLogic.php Ver arquivo

@@ -25,7 +25,8 @@ use app\common\model\content\Closure;
25 25
 
26 26
 use app\common\model\shop\Shop as shopModel;
27 27
 use app\common\model\content\EquiCategory as EquiCategoryModel;
28
-
28
+use app\common\model\shop\ShopHkLog;
29
+use think\facade\Db;
29 30
 use think\facade\Event;
30 31
 
31 32
 
@@ -703,5 +704,136 @@ class ShopContentLogic extends Logic
703 704
         return $data;
704 705
     }
705 706
 
707
+    /**
708
+     * 加密 ZMH 2025-03-18
709
+     * @param $data
710
+     * @return bool|string
711
+     */
712
+    public static function encrypt($data)
713
+    {
714
+        $key = 'ABCDEFGHIJKLMNOP'; //16位
715
+        $vi  = '0102030405060708'; //16位
716
+        if (is_array($data)) {
717
+            $str = json_encode($data,JSON_UNESCAPED_UNICODE); //讲数组转为字符串
718
+        } else if (is_string($data)) {
719
+            $str = $data;
720
+        } else {
721
+            return false;
722
+        }
723
+
724
+        $sign = openssl_encrypt($str, 'AES-128-CBC', $key,  OPENSSL_RAW_DATA, $vi);
725
+        $sign = base64_encode($sign);
726
+        return $sign;
727
+    }
728
+
729
+    /**
730
+     * 获取商家信息 ZMH 2025-03-18
731
+     * @param $code
732
+     * @return model|bool
733
+     */
734
+    public static function getShopByCode($code)
735
+    {
736
+        if (empty($code)) {
737
+            self::$error = "设备编码不能为空";
738
+            self::$errCode = 2;
739
+            return false;
740
+        }
741
+
742
+        $where = [
743
+            "del" => 0,
744
+            "is_show" => 1,
745
+            "pid" => 0, //必须是电脑
746
+            "code" => $code
747
+        ];
748
+        $item = EquiCategoryModel::where($where)->find();
749
+        if (empty($item)) {
750
+            self::$error = "没有找到对应的设备";
751
+            self::$errCode = 3;
752
+            return false;
753
+        }
754
+
755
+        $shop = ShopModel::where("id", $item["shop_id"])->find();
756
+        if (empty($shop)) {
757
+            self::$error = "用户信息不存在";
758
+            self::$errCode = 4;
759
+            return false;
760
+        }
761
+
762
+        return $shop;
763
+    }
764
+
765
+    /**
766
+     * 获取剩余数量  ZMH 2025-03-18
767
+     * @param $get
768
+     * @return bool|array
769
+     */
770
+    public static function getHKSYCount($get) {
771
+        $code = $get["code"] ?? '';
772
+        $shop = self::getShopByCode($code);
773
+        if (empty($shop)) {
774
+            return false;
775
+        }
776
+
777
+        return ['count' => $shop->hksy_count, 'expire_time' => $shop->expire_time];
778
+    }
779
+
780
+    /**
781
+     * 扣减剩余数量  ZMH 2025-03-18
782
+     * @param $get
783
+     * @return bool|number
784
+     */
785
+    public static function subHKSYCount($post) {
786
+        $code = $post["code"] ?? '';
787
+        $count = $post["count"] ?? 0;
788
+        $remark = $post["remark"] ?? '';
789
+        if ($count <= 0 || empty($remark)) {
790
+            self::$errCode = 1;
791
+            self::$error = "参数错误";
792
+            return false;
793
+        }
794
+
795
+        $shop = self::getShopByCode($code);
796
+        if (empty($shop)) {
797
+            return false;
798
+        }
799
+
800
+        // 判断是否过期
801
+        $expire_time = $shop->expire_time;
802
+        if (time() < $expire_time) {
803
+           return true;
804
+        }
805
+
806
+        if ($shop->hksy_count < $count) {
807
+            self::$errCode = 5;
808
+            self::$error = "剩余数量不足";
809
+            return false;
810
+        }
706 811
 
812
+        Db::startTrans();
813
+        try {
814
+            //code...
815
+            $old_hksy_count = $shop->hksy_count;
816
+            $shop->hksy_count = $shop->hksy_count - $count;
817
+            $shop->save();
818
+            // 添加数量记录
819
+            $hk = new ShopHkLog();
820
+            $hk->shop_id = $shop['id'];
821
+            $hk->source_type = 101;
822
+            $hk->change_count = 0 - $count;
823
+            $hk->left_count = $shop->hksy_count;
824
+            $hk->remark = $remark;
825
+
826
+            $hk->save();
827
+
828
+            Db::commit();
829
+        } catch (\Throwable $th) {
830
+            //throw $th;
831
+            Db::rollback();
832
+            self::$errCode = 6;
833
+            self::$error = "扣除失败";
834
+            return false;
835
+        }
836
+
837
+        return $shop->hksy_count;
838
+    }
707 839
 }

+ 7
- 0
app/common/basics/Logic.php Ver arquivo

@@ -43,4 +43,11 @@ abstract class Logic
43 43
     {
44 44
         return self::$error;
45 45
     }
46
+
47
+    // 错误码 ZMH 2025-03-18
48
+    protected static $errCode = 0;
49
+    public static function getErrCode()
50
+    {
51
+        return self::$errCode;
52
+    }
46 53
 }

+ 53
- 3
app/common/model/content/Closure.php Ver arquivo

@@ -42,14 +42,63 @@ class Closure extends Models
42 42
         return $content;
43 43
     }
44 44
 
45
+    private function replaceContent($content)
46
+    {
47
+        // 替换空格
48
+        $content = preg_replace("/\s+/", "", $content);
49
+        // var_dump(111, $content);
50
+        str_replace("|", '|', $content);
51
+        $arr = explode('|', $content);
52
+        $arr = array_filter($arr);
53
+        return implode('|', $arr);
54
+    }
55
+
56
+    private function replaceContent2($content)
57
+    {
58
+        // 替换空格
59
+        $content = preg_replace("/\s+/", "", $content);
60
+        // str_replace("-", '-', $content);
61
+        $arr = explode('-', $content);
62
+        $arr = array_filter($arr);
63
+        if (count($arr) > 3) {
64
+            throw new \Exception('匹配词不能超过3个');
65
+        }
66
+
67
+        if (count($arr) <= 0) {
68
+            throw new \Exception('匹配词选项填写错误');
69
+        }
70
+
71
+        return implode('-', $arr);
72
+    }
73
+
45 74
     /*
46 75
      * 处理表达数据
47 76
      */
48 77
     public function postDataHandle($post=[]){
78
+        // var_dump(123, $post['b3']);
79
+        $post['b3'] = $this->replaceContent($post['b3']);
80
+        // var_dump(456, $post['b3']);
81
+        // return true;
82
+
83
+        $post['a7'] = $this->replaceContent($post['a7']);
84
+        $post['e7'] = $this->replaceContent($post['e7']);
85
+        $post['f10'] = $this->replaceContent($post['f10']);
86
+        $post['f11'] = $this->replaceContent($post['f11']);
87
+        $post['f12'] = $this->replaceContent($post['f12']);
88
+        $post['f13'] = $this->replaceContent($post['f13']);
89
+        $post['f14'] = $this->replaceContent($post['f14']);
90
+        $post['f15'] = $this->replaceContent($post['f15']);
91
+        $post['f17'] = $this->replaceContent($post['f17']);
92
+        $post['f19'] = $this->replaceContent($post['f19']);
93
+        $post['f20'] = $this->replaceContent($post['f20']);
94
+        $post['f24'] = $this->replaceContent($post['f24']);
95
+        $post['k6'] = $this->replaceContent($post['k6']);
96
+
49 97
         //处理b2
50 98
         $str = [];
51 99
         foreach ($post['b2_1'] as $k => $v) {
52 100
             if(!empty($v)) {
101
+                $v_str = $this->replaceContent2($v);
53 102
                 $str[] = $v . '_' . $post['b2_2'][$k] . '-' . $post['b2_3'][$k] . '-' . $post['b2_4'][$k];
54 103
             }
55 104
         }
@@ -166,7 +215,7 @@ class Closure extends Models
166 215
         $str7 = [];
167 216
         foreach ($post['f21_1'] as $k => $v) {
168 217
             if(!empty($v)) {
169
-                $str7[$v] = $post['f21_2'][$k];
218
+                $str7[$v] = $this->replaceContent($post['f21_2'][$k]);
170 219
             }
171 220
         }
172 221
 
@@ -174,7 +223,7 @@ class Closure extends Models
174 223
         $str8 = [];
175 224
         foreach ($post['f25_1'] as $k => $v) {
176 225
             if(!empty($v)) {
177
-                $str8[$v] = $post['f25_2'][$k];
226
+                $str8[$v] = $this->replaceContent($post['f25_2'][$k]);
178 227
             }
179 228
         }
180 229
 
@@ -304,6 +353,7 @@ class Closure extends Models
304 353
             "评论钩子内容" =>  $post['k6']
305 354
 
306 355
         ];
307
-        return $json;
356
+
357
+        return [$json, $post];
308 358
     }
309 359
 }

+ 15
- 0
app/common/model/shop/OrderRenew.php Ver arquivo

@@ -0,0 +1,15 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-14 16:47:53
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-14 17:19:06
7
+ * @FilePath: \opkpm\app\common\model\shop\OrderRenew.php
8
+ * @Description: 续费订单
9
+ */
10
+
11
+namespace app\common\model\shop;
12
+
13
+use app\common\basics\Models;
14
+
15
+class OrderRenew extends Models {}

+ 15
- 0
app/common/model/shop/ShopHkLog.php Ver arquivo

@@ -0,0 +1,15 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-17 15:56:14
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-17 15:56:26
7
+ * @FilePath: \opkpm\app\common\model\shop\ShopHkLog.php
8
+ * @Description: 获客记录
9
+ */
10
+
11
+namespace app\common\model\shop;
12
+
13
+use app\common\basics\Models;
14
+
15
+class ShopHkLog extends Models {}

+ 6
- 0
app/shop/controller/content/Closure.php Ver arquivo

@@ -33,8 +33,12 @@ class Closure extends ShopBase
33 33
 
34 34
             $post = $this->request->post();
35 35
             $post['shop_id'] = $this->shop_id;
36
+            $post['a3'] = $post['a2'] ?? 0;
36 37
 
37 38
             (new ClosureValidate())->goCheck('add',$post);
39
+            $post['a3'] = intval($post['a3'] / 10);
40
+            
41
+
38 42
             $res = ClosureLogic::add($post);
39 43
             if ($res === false) {
40 44
                 $error = ClosureLogic::getError() ?: '新增失败';
@@ -92,8 +96,10 @@ class Closure extends ShopBase
92 96
 
93 97
             $post = $this->request->post();
94 98
             $post['shop_id'] = $this->shop_id;
99
+            $post['a3'] = $post['a2'] ?? 0;
95 100
 
96 101
             (new ClosureValidate())->goCheck('edit',$post);
102
+            $post['a3'] = intval($post['a3'] / 10);
97 103
 
98 104
             $res = ClosureLogic::edit($post);
99 105
             if ($res === false) {

+ 4
- 0
app/shop/controller/content/EquiCategory.php Ver arquivo

@@ -75,9 +75,13 @@ class EquiCategory extends ShopBase
75 75
         //获取商家信息
76 76
         $end_time = EquiCategoryLogic::getShopInfo($this->shop_id);
77 77
 
78
+        // 获取剩余评论数
79
+        $shop = EquiCategoryLogic::getShop($this->shop_id);
80
+        $hksy_count =$shop->hksy_count;
78 81
 
79 82
         return view('lists',['end_time' => $end_time,
80 83
             'edui_info' => $str,
84
+            'hksy_count' => $hksy_count,
81 85
             'server_info' => $res]);
82 86
     }
83 87
 

+ 108
- 0
app/shop/controller/order/OrderRenew.php Ver arquivo

@@ -0,0 +1,108 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-14 17:27:51
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-17 16:24:30
7
+ * @FilePath: \opkpm\app\shop\controller\order\OrderRenew.php
8
+ * @Description: 续费订单
9
+ */
10
+
11
+namespace app\shop\controller\order;
12
+
13
+use app\common\basics\ShopBase;
14
+use app\common\server\JsonServer;
15
+use app\shop\logic\order\OrderRenewLogic;
16
+use Nette\Utils\Json;
17
+
18
+class OrderRenew extends ShopBase
19
+{
20
+    public function lists()
21
+    {
22
+        if ($this->request->isAjax()) {
23
+            $get = $this->request->get();
24
+            $get['shop_id'] = $this->shop_id;
25
+            return JsonServer::success('', OrderRenewLogic::lists($get));
26
+        }
27
+
28
+        return view('');
29
+    }
30
+
31
+    public function renewLists()
32
+    {
33
+        if ($this->request->isAjax()) {
34
+            $get = $this->request->get();
35
+            $get['shop_id'] = $this->shop_id;
36
+            return JsonServer::success('', OrderRenewLogic::renewLists($get));
37
+        }
38
+
39
+        return view('');
40
+    }
41
+
42
+    public function buy()
43
+    {
44
+        $get = $this->request->get();
45
+        $get['shop_id'] = $this->shop_id;
46
+        $id = $get['id'] ?? 0;
47
+        $data = OrderRenewLogic::buy($id);
48
+
49
+        return view('', ['detail' => $data]);
50
+    }
51
+
52
+    public function add()
53
+    {
54
+        if ($this->request->isPost()) {
55
+            $post = $this->request->post();
56
+            $post['shop_id'] = $this->shop_id;
57
+            $data = OrderRenewLogic::add($post);
58
+            if (!$data) {
59
+                return JsonServer::error(OrderRenewLogic::getError());
60
+            }
61
+
62
+            return JsonServer::success('', $data);
63
+        }
64
+
65
+        return JsonServer::error('请求方式错误');
66
+    }
67
+
68
+    public function cancel()
69
+    {
70
+        if ($this->request->isPost()) {
71
+            $post = $this->request->post();
72
+            $post['shop_id'] = $this->shop_id;
73
+            $data = OrderRenewLogic::cancel($post);
74
+            if (!$data) {
75
+                return JsonServer::error(OrderRenewLogic::getError());
76
+            }
77
+
78
+            return JsonServer::success('操作成功');
79
+        }
80
+
81
+        return JsonServer::error('请求方式错误');
82
+    }
83
+
84
+    public function payPage()
85
+    {
86
+        $get = $this->request->get();
87
+        $get['shop_id'] = $this->shop_id;
88
+        $data = OrderRenewLogic::payPage($get);
89
+
90
+        return view('', ['detail' => $data]);
91
+    }
92
+
93
+    public function payWay()
94
+    {
95
+        if ($this->request->isPost()) {
96
+            $post = $this->request->post();
97
+            $post['shop_id'] = $this->shop_id;
98
+            $data = OrderRenewLogic::payWay($post);
99
+            if (!$data) {
100
+                return JsonServer::error(OrderRenewLogic::getError());
101
+            }
102
+
103
+            return JsonServer::success('', ['page' => $data]);
104
+        }
105
+
106
+        return JsonServer::error('请求方式错误');
107
+    }
108
+}

+ 34
- 0
app/shop/controller/order/Pay.php Ver arquivo

@@ -0,0 +1,34 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-17 14:27:51
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-17 18:02:17
7
+ * @FilePath: \opkpm\app\shop\controller\order\Pay.php
8
+ * @Description: 支付回调
9
+ */
10
+
11
+namespace app\shop\controller\order;
12
+
13
+use app\common\basics\ShopBase;
14
+use app\common\server\JsonServer;
15
+use app\shop\logic\order\OrderRenewLogic;
16
+use think\facade\Log;
17
+
18
+class Pay extends ShopBase
19
+{
20
+    public $like_not_need_login = ['notifyMnp', 'notifyOa', 'notifyApp', 'aliNotify'];
21
+
22
+    public function aliNotify()
23
+    {
24
+        $post = $this->request->post();
25
+        Log::info('aliNotify 支付宝回调:' . json_encode($post));
26
+        $data = OrderRenewLogic::aliNotify($post);
27
+        if (!$data) {
28
+            Log::error('aliNotify 支付宝回调错误:' . OrderRenewLogic::getError());
29
+            return JsonServer::error(OrderRenewLogic::getError());
30
+        }
31
+
32
+        return 'success';
33
+    }
34
+}

+ 17
- 18
app/shop/logic/content/ClosureLogic.php Ver arquivo

@@ -17,7 +17,7 @@ class ClosureLogic extends Logic
17 17
      * @param $get
18 18
      * @return array
19 19
      */
20
-    public static function lists($get,$shop_id)
20
+    public static function lists($get, $shop_id)
21 21
     {
22 22
         try {
23 23
             $where = [
@@ -26,7 +26,7 @@ class ClosureLogic extends Logic
26 26
             ];
27 27
 
28 28
             if (!empty($get['title']) and $get['title'])
29
-                $where[] = ['title', 'like', '%'.$get['title'].'%'];
29
+                $where[] = ['title', 'like', '%' . $get['title'] . '%'];
30 30
 
31 31
             if (!empty($get['cid']) and is_numeric($get['cid']))
32 32
                 $where[] = ['cid', '=', $get['cid']];
@@ -42,7 +42,7 @@ class ClosureLogic extends Logic
42 42
             $model = new Closure();
43 43
             $lists = $model->field(true)
44 44
                 ->where($where)
45
-                ->with(['category','category2'])
45
+                ->with(['category', 'category2'])
46 46
                 //->order('sort', 'asc')
47 47
                 ->order([
48 48
                     'yid' => 'asc',
@@ -62,9 +62,9 @@ class ClosureLogic extends Logic
62 62
                 $item['is_show']   = $item['is_show'] ? '显示' : '隐藏';
63 63
             }
64 64
 
65
-            return ['count'=>$lists['total'], 'lists'=>$lists['data']];
65
+            return ['count' => $lists['total'], 'lists' => $lists['data']];
66 66
         } catch (Exception $e) {
67
-            return ['error'=>$e->getMessage()];
67
+            return ['error' => $e->getMessage()];
68 68
         }
69 69
     }
70 70
 
@@ -82,6 +82,7 @@ class ClosureLogic extends Logic
82 82
         return $data;
83 83
     }
84 84
 
85
+
85 86
     /**
86 87
      * @Notes: 添加文章
87 88
      * @Author: 张无忌
@@ -93,7 +94,7 @@ class ClosureLogic extends Logic
93 94
         try {
94 95
 
95 96
             $model = new Closure();
96
-            $json = $model->postDataHandle($post);
97
+            $arr = $model->postDataHandle($post);
97 98
 
98 99
             Closure::create([
99 100
                 'shop_id'       => $post['shop_id'],
@@ -108,9 +109,9 @@ class ClosureLogic extends Logic
108 109
                 'sort'      => $post['sort'] ?? 0,
109 110
                 'is_notice' => $post['is_notice'],
110 111
                 'is_show'   => $post['is_show'],
111
-                'version' => $post['version'],
112
-                'form_data' => json_encode($post, JSON_UNESCAPED_UNICODE),
113
-                'json_data' => json_encode($json, JSON_UNESCAPED_UNICODE)
112
+                'version' => $post['shop_id'] . '-' . time(),
113
+                'form_data' => json_encode($arr[1], JSON_UNESCAPED_UNICODE),
114
+                'json_data' => json_encode($arr[0], JSON_UNESCAPED_UNICODE)
114 115
             ]);
115 116
 
116 117
             return true;
@@ -131,12 +132,12 @@ class ClosureLogic extends Logic
131 132
         try {
132 133
 
133 134
             $model = new Closure();
134
-            $json = $model->postDataHandle($post);
135
+            $arr = $model->postDataHandle($post);
135 136
 
136 137
             Closure::update([
137 138
                 'shop_id'       => $post['shop_id'],
138 139
                 'cid'       => $post['cid'],
139
-                'yid'       => $post['yid']?? '',
140
+                'yid'       => $post['yid'] ?? '',
140 141
                 'title'     => $post['title'],
141 142
                 'image'     => $post['image'] ?? '',
142 143
                 'intro'     => $post['intro'] ?? '',
@@ -147,9 +148,9 @@ class ClosureLogic extends Logic
147 148
                 'is_notice' => $post['is_notice'],
148 149
                 'is_show'   => $post['is_show'],
149 150
                 'version' => $post['version'],
150
-                'form_data' => json_encode($post, JSON_UNESCAPED_UNICODE),
151
-                'json_data' => json_encode($json, JSON_UNESCAPED_UNICODE)
152
-            ], ['id'=>$post['id']]);
151
+                'form_data' => json_encode($arr[1], JSON_UNESCAPED_UNICODE),
152
+                'json_data' => json_encode($arr[0], JSON_UNESCAPED_UNICODE)
153
+            ], ['id' => $post['id']]);
153 154
 
154 155
             return true;
155 156
         } catch (\Exception $e) {
@@ -170,7 +171,7 @@ class ClosureLogic extends Logic
170 171
             Closure::update([
171 172
                 'del'         => 1,
172 173
                 'update_time' => time()
173
-            ], ['id'=>$id]);
174
+            ], ['id' => $id]);
174 175
 
175 176
             return true;
176 177
         } catch (\Exception $e) {
@@ -194,7 +195,7 @@ class ClosureLogic extends Logic
194 195
             Closure::update([
195 196
                 'is_show'     => !$article['is_show'],
196 197
                 'update_time' => time()
197
-            ], ['id'=>$id]);
198
+            ], ['id' => $id]);
198 199
 
199 200
             return true;
200 201
         } catch (\Exception $e) {
@@ -203,5 +204,3 @@ class ClosureLogic extends Logic
203 204
         }
204 205
     }
205 206
 }
206
-
207
-

+ 6
- 1
app/shop/logic/content/EquiCategoryLogic.php Ver arquivo

@@ -137,7 +137,8 @@ class EquiCategoryLogic
137 137
           'create_time'       => time(),
138 138
           'update_time'       => time(),
139 139
             'code' => $code,
140
-            'yid' => 0,
140
+            'yid' => $post['yid'] ?? 21,
141
+            'type' => $post['type'] ?? 3,
141 142
             'ver' => $post['ver']
142 143
     ];
143 144
 
@@ -505,4 +506,8 @@ class EquiCategoryLogic
505 506
         return $str;
506 507
     }
507 508
 
509
+    public static function getShop($shop_id) {
510
+        $shop = shopModel::where(['id' => $shop_id])->find();
511
+        return $shop;
512
+    }
508 513
 }

+ 335
- 0
app/shop/logic/order/OrderRenewLogic.php Ver arquivo

@@ -0,0 +1,335 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-14 17:38:50
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-17 18:43:05
7
+ * @FilePath: \opkpm\app\shop\logic\order\OrderRenewLogic.php
8
+ * @Description: 续费订单逻辑处理
9
+ */
10
+
11
+namespace app\shop\logic\order;
12
+
13
+use app\common\model\shop\OrderRenew;
14
+use app\common\model\shop\ShopGoodsRenew;
15
+
16
+use app\common\basics\Logic;
17
+use app\common\enum\OrderEnum;
18
+use app\common\model\shop\Shop;
19
+use app\common\model\shop\ShopHkLog;
20
+use app\common\server\AliPayServer;
21
+use app\common\server\YansongdaAliPayServer;
22
+use app\shop\validate\order\OrderRenewValidate;
23
+use think\facade\Db;
24
+use think\facade\Log;
25
+use Yansongda\Pay\Pay;
26
+
27
+class OrderRenewLogic extends Logic
28
+{
29
+    public static function lists($get)
30
+    {
31
+        $page = $get['page'] ?? 1;
32
+        $limit = $get['limit'] ?? 10;
33
+
34
+        $where[] = ['del', '=', 0];
35
+        $where[] = ['shop_id', '=', $get['shop_id']];
36
+
37
+        $count = OrderRenew::where($where)->count();
38
+        $lists = OrderRenew::where($where)
39
+            ->page($page, $limit)
40
+            ->order('id', 'desc')
41
+            ->select()->toArray();
42
+        foreach ($lists as $key => $value) {
43
+            $lists[$key]['type_str'] = $value['renew_type_id'] == 0 ? '包月' : '按量付费';
44
+            $lists[$key]['order_status_str'] = OrderEnum::getOrderStatus($value['order_status']);
45
+            $lists[$key]['pay_status_str'] = OrderEnum::getPayStatus($value['pay_status']);
46
+            $lists[$key]['pay_way_str'] = $value['pay_way'] == 1 ? '微信' : '支付宝';
47
+            $lists[$key]['pay_time_str'] = $value['pay_time'] ? date('Y-m-d H:i:s', $value['pay_time']) : '';
48
+        }
49
+
50
+        return ['count' => $count, 'lists' => $lists];
51
+    }
52
+
53
+    public static function renewLists($get)
54
+    {
55
+        $page = $get['page'] ?? 1;
56
+        $limit = $get['limit'] ?? 10;
57
+
58
+        $where = [
59
+            ['del', '=', 0],
60
+            ['status', '=', 1]
61
+        ];
62
+
63
+        if (!empty($get['name']) && $get['name']) {
64
+            $where[] = ['name', 'like', '%' . $get['name'] . '%'];
65
+        }
66
+        // var_dump($get, $where);        
67
+
68
+        $count = ShopGoodsRenew::where($where)->count();
69
+        $lists = ShopGoodsRenew::where($where)
70
+            ->page($page, $limit)
71
+            ->order('id', 'desc')
72
+            ->select()->toArray();
73
+        foreach ($lists as $key => $value) {
74
+            $lists[$key]['type_str'] = $value['type_id'] == 0 ? '包月' : '按量付费';
75
+            $lists[$key]['status_str'] = $value['status'] == 0 ? '禁用' : '启用';
76
+        }
77
+
78
+        return ['count' => $count, 'lists' => $lists];
79
+    }
80
+
81
+    public static function buy($id)
82
+    {
83
+        $where = [
84
+            ['del', '=', 0],
85
+            ['status', '=', 1],
86
+            ['id', '=', $id]
87
+        ];
88
+        $info = ShopGoodsRenew::where($where)->find();
89
+        if (!$info) {
90
+            static::$error = '数据不存在';
91
+            return false;
92
+        }
93
+
94
+        return $info->toArray();
95
+    }
96
+
97
+    
98
+    public static function cancel($post)
99
+    {
100
+        try {
101
+            validate(OrderRenewValidate::class)->scene('cancel')->check($post);
102
+        } catch (\Exception $e) {
103
+            static::$error = $e->getMessage();
104
+            return false;
105
+        }
106
+
107
+        $where = [
108
+            ['del', '=', 0],
109
+            ['id', '=', $post['id']],
110
+            ['shop_id', '=', $post['shop_id']],
111
+        ];
112
+
113
+        $info = OrderRenew::where($where)->find();
114
+        if (!$info) {
115
+            self::$error = '数据不存在';
116
+            return false;
117
+        }
118
+
119
+        if ($info->order_status > 0) {
120
+            self::$error = '订单状态不可取消';
121
+            return false;
122
+        }
123
+
124
+        $info->order_status = 4;
125
+        $info->save();
126
+
127
+        return true;
128
+    }
129
+
130
+    public static function add($post)
131
+    {
132
+        try {
133
+            validate(OrderRenewValidate::class)->scene('add')->check($post);
134
+        } catch (\Exception $e) {
135
+            static::$error = $e->getMessage();
136
+            return false;
137
+        }
138
+
139
+        $model = new OrderRenew();
140
+        $name = $model->getName();
141
+        $post['order_sn'] = createSn($name, 'order_sn');
142
+        $post['renew_name'] = $post['name'];
143
+        $post['renew_image'] = $post['image'];
144
+        $post['renew_desc'] = $post['desc'];
145
+        $post['renew_type_id'] = $post['type_id'];
146
+        $post['renew_price'] = $post['price'];
147
+        $post['renew_op_count'] = $post['op_count'];
148
+
149
+        $post['total_amount'] = $post['renew_price'] * $post['renew_num'];
150
+        $post['total_num'] = $post['renew_num'];
151
+        $post['order_amount'] = $post['total_amount'];
152
+
153
+        $info = $model->create($post);
154
+
155
+        return $info->toArray();
156
+    }
157
+
158
+    public static function payPage($get)
159
+    {
160
+        $where = [
161
+            ['del', '=', 0],
162
+            ['id', '=', $get['id']],
163
+            ['shop_id', '=', $get['shop_id']],
164
+        ];
165
+
166
+        $info = OrderRenew::where($where)->find();
167
+        if (!$info) {
168
+            static::$error = '数据不存在';
169
+            return false;
170
+        }
171
+
172
+        return $info->toArray();
173
+    }
174
+
175
+    private static function aliPay($info, $time_expire)
176
+    {
177
+        // 支付宝PC端支付
178
+        $domain = request()->domain();
179
+
180
+        $return_url = (string) url('shop/order.OrderRenew/lists', [], false, true);
181
+        $notify_url = (string) url('shop/order.Pay/aliNotify', [], false, true);
182
+
183
+        $ali_data = [
184
+            'out_trade_no'      => $info['order_sn'],
185
+            'total_amount'      => $info['order_amount'],
186
+            'subject'           => '订单:' . $info['order_sn'],
187
+            // 'return_url'        => $domain . '/shop/order.OrderRenew/lists',
188
+            'return_url'        => $return_url,
189
+            'time_expire'   => date('Y-m-d H:i:s', $time_expire),
190
+        ];
191
+
192
+        $aliPayConf = YansongdaAliPayServer::config();
193
+        $aliPayConf['notify_url'] = $notify_url;
194
+
195
+        $aliPay = Pay::alipay($aliPayConf);
196
+
197
+        // $ali_data['notify_url'] = $domain . '/shop/order.Pay/aliNotify';
198
+        $ali_data['notify_url'] = $notify_url;
199
+        return $aliPay->web($ali_data)->getContent();
200
+    }
201
+
202
+    public static function payWay($post)
203
+    {
204
+        try {
205
+            validate(OrderRenewValidate::class)->scene('pay_way')->check($post);
206
+        } catch (\Exception $e) {
207
+            static::$error = $e->getMessage();
208
+            return false;
209
+        }
210
+
211
+        $where = [
212
+            ['del', '=', 0],
213
+            ['id', '=', $post['id']],
214
+            ['shop_id', '=', $post['shop_id']],
215
+        ];
216
+
217
+        $info = OrderRenew::where($where)->find();
218
+        if (!$info) {
219
+            static::$error = '数据不存在';
220
+            return false;
221
+        }
222
+
223
+        if ($info['order_status'] > 0) {
224
+            static::$error = '订单不处于可支付状态下';
225
+            return false;
226
+        }
227
+
228
+        $time_expire = time() + 3600 * 2;
229
+
230
+        $info->pay_way = $post['pay_way'];
231
+        $info->time_expire = $time_expire - 600;
232
+        $info->save();
233
+
234
+        if ($post['pay_way'] == 2) {
235
+            return self::aliPay($info, $time_expire);
236
+        }
237
+
238
+        self::$error = '暂不支持该支付方式';
239
+        return false;
240
+    }
241
+
242
+    private static function changeHkCount($info, $time)
243
+    {
244
+        // 添加用户套餐时间或者数量
245
+        // 操作数量
246
+        $op_count = $info['renew_op_count'] * $info['total_num'];
247
+        $shop = Shop::find($info['shop_id']);
248
+        // 包月
249
+        if ($info['renew_type_id'] == 0) {
250
+            $old_expire_time = $shop['expire_time'];
251
+            if ($old_expire_time < $time) {
252
+                $old_expire_time = $time;
253
+            }
254
+
255
+            $di = \DateInterval::createFromDateString(strval($op_count) . ' months');
256
+            $dt = date_create_from_format('Y-m-d H:i:s', date('Y-m-d H:i:s', $old_expire_time))->add($di);
257
+            $dt_str = $dt->format('Y-m-d 00:00:00');
258
+            $shop->expire_time = strtotime($dt_str);
259
+        } else {
260
+            // 按量付费
261
+            // 添加数量记录
262
+            $old_hksy_count = $shop->hksy_count;
263
+            $hk = new ShopHkLog();
264
+            $hk->shop_id = $shop['id'];
265
+            $hk->source_id = $info->id;
266
+            $hk->change_count = $op_count;
267
+            $hk->left_count = $op_count + $old_hksy_count;
268
+            $hk->remark = '[' . $info->renew_name . '],订单号:' . $info->order_sn;
269
+            $hk->save();
270
+
271
+            $shop->hksy_count += $op_count;
272
+        }
273
+
274
+        $shop->save();
275
+
276
+        return true;
277
+    }
278
+
279
+    private static function aliPaySucc($order_sn, $result)
280
+    {
281
+        $time = time();
282
+        Db::startTrans();
283
+
284
+        try {
285
+            $where = [
286
+                ['del', '=', 0],
287
+                ['order_sn', '=', $order_sn],
288
+            ];
289
+
290
+            $info = OrderRenew::where($where)->find();
291
+            if (empty($info)) {
292
+                static::$error = '数据不存在';
293
+                return false;
294
+            }
295
+
296
+            $info->order_status = 3;
297
+            $info->pay_status = 1;
298
+            $info->pay_time = $time;
299
+            $info->notify_content = $result->toJson();
300
+            $info->buyer_id = $result->buyer_open_id;
301
+            $info->trade_no = $result->trade_no;
302
+            $info->save();
303
+
304
+            self::changeHkCount($info, $time);
305
+
306
+            Db::commit();
307
+        } catch (\Exception $e) {
308
+            Db::rollback();
309
+            Log::error('aliPaySucc 支付宝回调错误:' . $e->getMessage());
310
+            static::$error = $e->getMessage();
311
+            return false;
312
+        }
313
+
314
+        return true;
315
+    }
316
+
317
+    public static function aliNotify($post)
318
+    {
319
+        try {
320
+            $aliPayConf = YansongdaAliPayServer::config();
321
+            $aliPay = Pay::alipay($aliPayConf);
322
+            $result = $aliPay->verify($post);
323
+        } catch (\Exception $e) {
324
+            static::$error = $e->getMessage();
325
+            return false;
326
+        }
327
+
328
+        // 支付成功
329
+        if ($result->trade_status === 'TRADE_SUCCESS') {
330
+            self::aliPaySucc($result->out_trade_no, $result);
331
+        }
332
+
333
+        return true;
334
+    }
335
+}

+ 3
- 3
app/shop/validate/content/ClosureValidate.php Ver arquivo

@@ -13,7 +13,7 @@ class ClosureValidate extends Validate
13 13
         'id'    => 'require|number',
14 14
         'cid'   => 'require|number',
15 15
         'title' => 'require',
16
-        'version' => 'require|checkVersion',
16
+        // 'version' => 'require|checkVersion',
17 17
         'a2' => 'require|number|checkPost',
18 18
         'a3' => 'require|number',
19 19
     ];
@@ -34,12 +34,12 @@ class ClosureValidate extends Validate
34 34
     protected $scene = [
35 35
         'id'   => ['id'],
36 36
         'add'  => [
37
-            'cid', 'title','version',
37
+            'cid', 'title',
38 38
             'a2',
39 39
             'a3'
40 40
         ],
41 41
         'edit' => [
42
-            'id', 'cid', 'title','version',
42
+            'id', 'cid', 'title',
43 43
             'a2',
44 44
             'a3'
45 45
         ],

+ 54
- 0
app/shop/validate/order/OrderRenewValidate.php Ver arquivo

@@ -0,0 +1,54 @@
1
+<?php
2
+/*
3
+ * @Author: xiaohai zmhwork@qq.com
4
+ * @Date: 2025-03-17 10:36:54
5
+ * @LastEditors: xiaohai zmhwork@qq.com
6
+ * @LastEditTime: 2025-03-17 13:42:47
7
+ * @FilePath: \opkpm\app\shop\validate\order\OrderRenewValidate.php
8
+ * @Description: 续费订单验证
9
+ */
10
+
11
+namespace app\shop\validate\order;
12
+
13
+use app\common\basics\Validate;
14
+
15
+use app\common\model\shop\OrderRenew;
16
+use app\common\model\shop\ShopGoodsRenew;
17
+
18
+class OrderRenewValidate extends Validate
19
+{
20
+    protected $rule = [
21
+        'id' => 'require',
22
+        'shop_id|用户' => 'require|number|gt:0',
23
+        'renew_id|套餐' => 'require|number|gt:0|checkTypePay',
24
+        'renew_num|续费数量' => 'require|number|gt:0',
25
+        'pay_way|支付方式' => 'require|number|in:1,2',
26
+    ];
27
+
28
+    protected $message = [
29
+        'id.require' => '缺少ID字段',
30
+    ];
31
+
32
+    protected $scene = [
33
+        'detail' => ['id', 'shop_id'],
34
+        'add' => ['shop_id', 'renew_id', 'renew_num'],
35
+        'cancel' => ['id', 'shop_id'],
36
+        'pay_way' => ['id', 'shop_id', 'pay_way'],
37
+    ];
38
+
39
+    // 查看同类型订单是否有待支付状态
40
+    protected function checkTypePay($value, $rule, $data)
41
+    {
42
+        $renew = ShopGoodsRenew::where('id', $data['renew_id'])->where('status',1)->where("del", 0)->findOrEmpty();
43
+        if ($renew->isEmpty()) {
44
+            return '续费套餐不存在';
45
+        }
46
+        
47
+        $order = OrderRenew::where(['shop_id' => $data['shop_id'], 'renew_id' => $data['renew_id'], 'order_status' => 0])->findOrEmpty();
48
+        if (!$order->isEmpty()) {
49
+            return '已存在' . $renew['name'] . '待支付的订单';
50
+        }
51
+
52
+        return true;
53
+    }
54
+}

+ 1
- 1
app/shop/view/content/closure/edit/01.html Ver arquivo

@@ -27,7 +27,7 @@
27 27
     </div>
28 28
 </div>
29 29
 
30
-<div class="layui-form-item">
30
+<div class="layui-form-item" style="display: none;">
31 31
     <label for="intro" class="layui-form-label">版本号:</label>
32 32
     <div class="layui-input-inline">
33 33
         <input type="text" name="version" id="version" autocomplete="off" class="layui-input" value="{$detail.version}" />

+ 2
- 2
app/shop/view/content/closure/edit/02.html Ver arquivo

@@ -139,10 +139,10 @@
139 139
     </div>
140 140
 </div>
141 141
 
142
-<div class="layui-form-item">
142
+<!-- <div class="layui-form-item">
143 143
     <label for="intro" class="layui-form-label">操作总数:</label>
144 144
     <div class="layui-input-inline">
145 145
         <input type="number" name="a3" id="a3" autocomplete="off" class="layui-input" value="{$extend.a3??'180'}">
146 146
         <div class="layui-form-mid layui-word-aux">根据运行时长 1800s/60s(一分钟一篇) = 30 x 6(倍) = 180</div>
147 147
     </div>
148
-</div>
148
+</div> -->

+ 3
- 3
app/shop/view/content/closure/edit/03.html Ver arquivo

@@ -16,7 +16,7 @@
16 16
             <div class="layui-card">
17 17
                 <div class="layui-card-header">列表数据</div>
18 18
                 <div class="layui-card-body">
19
-                    <div class="layui-form-item">
19
+                    <div class="layui-form-item" style="display: none;">
20 20
                         <label class="layui-form-label">数据分类:</label>
21 21
                         <div class="layui-input-inline">
22 22
                             <input type="radio" name="b1" value="1" title="是" {if $extend.b1==1}checked{/if} >
@@ -82,8 +82,8 @@
82 82
                     <div class="layui-form-item">
83 83
                         <label class="layui-form-label"></label>
84 84
                         <div class="layui-input-block tips">
85
-                            匹配词不宜过长,用"-"号连接多个词语,例:
86
-                            职称-评审-申报
85
+                            匹配词不宜过长,用"-"号连接多个词语,最多3个词语,例:
86
+                            职称/职称-评审/职称-评审-申报 
87 87
                         </div>
88 88
                     </div>
89 89
 

+ 10
- 2
app/shop/view/content/closure/setting/01.html Ver arquivo

@@ -1,3 +1,11 @@
1
+<!--
2
+ * @Author: xiaohai zmhwork@qq.com
3
+ * @Date: 2025-03-13 18:17:49
4
+ * @LastEditors: xiaohai zmhwork@qq.com
5
+ * @LastEditTime: 2025-03-20 15:25:27
6
+ * @FilePath: \opkpm\app\shop\view\content\closure\setting\01.html
7
+ * @Description: 
8
+-->
1 9
 <div class="layui-form-item">
2 10
     <label for="title" class="layui-form-label"><span style="color:red;">*</span>配置标题:</label>
3 11
     <div class="layui-input-inline">
@@ -27,12 +35,12 @@
27 35
     </div>
28 36
 </div>
29 37
 
30
-<div class="layui-form-item">
38
+<!-- <div class="layui-form-item">
31 39
     <label for="intro" class="layui-form-label">版本号:</label>
32 40
     <div class="layui-input-inline">
33 41
         <input type="text" name="version" id="version" autocomplete="off" class="layui-input" value="1.0.0" />
34 42
     </div>
35
-</div>
43
+</div> -->
36 44
 
37 45
 <div class="layui-form-item">
38 46
     <label for="intro" class="layui-form-label">配置简介:</label>

+ 2
- 2
app/shop/view/content/closure/setting/02.html Ver arquivo

@@ -139,10 +139,10 @@
139 139
     </div>
140 140
 </div>
141 141
 
142
-<div class="layui-form-item">
142
+<!-- <div class="layui-form-item">
143 143
     <label for="intro" class="layui-form-label">操作总数:</label>
144 144
     <div class="layui-input-inline">
145 145
         <input type="number" name="a3" id="a3" autocomplete="off" class="layui-input" value="180">
146 146
         <div class="layui-form-mid layui-word-aux">根据运行时长 1800s/60s(一分钟一篇) = 30 x 6(倍) = 180</div>
147 147
     </div>
148
-</div>
148
+</div> -->

+ 3
- 3
app/shop/view/content/closure/setting/03.html Ver arquivo

@@ -13,7 +13,7 @@
13 13
             <div class="layui-card">
14 14
                 <div class="layui-card-header">列表数据</div>
15 15
                 <div class="layui-card-body">
16
-                    <div class="layui-form-item">
16
+                    <div class="layui-form-item" style="display: none;">
17 17
                         <label class="layui-form-label">数据分类:</label>
18 18
                         <div class="layui-input-inline">
19 19
                             <input type="radio" name="b1" value="1" title="是" checked>
@@ -59,8 +59,8 @@
59 59
                     <div class="layui-form-item">
60 60
                         <label class="layui-form-label"></label>
61 61
                         <div class="layui-input-block tips">
62
-                            匹配词不宜过长,用"-"号连接多个词语,例:
63
-                            职称-评审-申报
62
+                            匹配词不宜过长,用"-"号连接多个词语,最多3个词语,例:
63
+                            职称/职称-评审/职称-评审-申报 
64 64
                         </div>
65 65
                     </div>
66 66
 

+ 3
- 3
app/shop/view/content/closure/setting/04.html Ver arquivo

@@ -15,11 +15,11 @@
15 15
         </span>
16 16
 
17 17
         <span class="ks">
18
-        评论数:<input type="text" name="c1_1[]" id="" autocomplete="off" class="layui-input w100" value="">
18
+        评论数:<input type="text" name="c1_1[]" id="" autocomplete="off" class="layui-input w100" value="5-10">
19 19
         观看
20
-        <input type="number" name="c1_2[]" id="" autocomplete="off" class="layui-input w30" value="">
20
+        <input type="number" name="c1_2[]" id="" autocomplete="off" class="layui-input w30" value="5">
21 21
         秒到
22
-        <input type="number" name="c1_3[]" id="" autocomplete="off" class="layui-input w30" value="">
22
+        <input type="number" name="c1_3[]" id="" autocomplete="off" class="layui-input w30" value="10">
23 23
24 24
             <font class="ks_del">删除</font>
25 25
         </span>

+ 3
- 3
app/shop/view/content/closure/setting/05.html Ver arquivo

@@ -13,11 +13,11 @@
13 13
         </span>
14 14
 
15 15
         <span class="ks">
16
-        评论数:<input type="text" name="d1_1[]" id="" autocomplete="off" class="layui-input w100" value="">
16
+        评论数:<input type="text" name="d1_1[]" id="" autocomplete="off" class="layui-input w100" value="5-10">
17 17
         观看
18
-        <input type="number" name="d1_2[]" id="" autocomplete="off" class="layui-input w30" value="">
18
+        <input type="number" name="d1_2[]" id="" autocomplete="off" class="layui-input w30" value="5">
19 19
         秒到
20
-        <input type="number" name="d1_3[]" id="" autocomplete="off" class="layui-input w30" value="">
20
+        <input type="number" name="d1_3[]" id="" autocomplete="off" class="layui-input w30" value="10">
21 21
22 22
             <font class="ks_del">删除</font>
23 23
         </span>

+ 2
- 2
app/shop/view/content/equi_category/lists.html Ver arquivo

@@ -24,7 +24,7 @@
24 24
 
25 25
               <b>套餐包含:</b> 电脑{$server_info.pc_num}台,每台电脑可添加手机{$server_info.mobile_num}台,可同时运行手机{$server_info.run_num}台.
26 26
               <br/>
27
-              总电脑数量: {$edui_info[0][0]??"0"}台 &nbsp;&nbsp;&nbsp;&nbsp;<b>服务到期时间:</b>  {$end_time}<br/>
27
+              总电脑数量: {$edui_info[0][0]??"0"}台 &nbsp;&nbsp;&nbsp;&nbsp;<b>服务到期时间:</b>  {$end_time} &nbsp;&nbsp;&nbsp;&nbsp;<b>评论剩余数量:</b>  {$hksy_count}<br/>
28 28
               {volist name="edui_info" id="vo"}
29 29
               第{$vo[1]}台电脑,总共{$vo[2]}台手机设备,已启用{$vo[3]}台手机设备,未启用{$vo[4]}台手机设备,可同时运行手机{$server_info.run_num}台. <br/>
30 30
               {/volist}
@@ -99,7 +99,7 @@
99 99
 
100 100
 
101 101
         {{#  if(d.pid > 0){ }}
102
-        <a class="layui-btn layui-btn-normal layui-btn-sm" lay-event="bd_1">绑定行业</a>
102
+        <!-- <a class="layui-btn layui-btn-normal layui-btn-sm" lay-event="bd_1">绑定行业</a> -->
103 103
         <a class="layui-btn layui-btn-normal layui-btn-sm" lay-event="bd_2">绑定配置</a>
104 104
 
105 105
         {{# }else{ }}

+ 97
- 0
app/shop/view/order/order_renew/buy.html Ver arquivo

@@ -0,0 +1,97 @@
1
+<!--
2
+ * @Author: xiaohai zmhwork@qq.com
3
+ * @Date: 2025-03-14 18:14:19
4
+ * @LastEditors: xiaohai zmhwork@qq.com
5
+ * @LastEditTime: 2025-03-14 18:32:11
6
+ * @FilePath: \opkpm\app\shop\view\order\order_renew\buy.html
7
+ * @Description: 续费套餐购买
8
+-->
9
+{layout name="layout2" /}
10
+
11
+<div class="layui-card layui-form" style="box-shadow:none;">
12
+    <div class="layui-card-body">
13
+        <div class="layui-form-item">
14
+            <label for="name" class="layui-form-label"><span style="color:red;">*</span>续费套餐:</label>
15
+            <div class="layui-input-block">
16
+                <input type="text" name="name" id="name" value="{$detail.name}" lay-verType="tips" lay-verify="required"
17
+                    autocomplete="off" class="layui-input" readonly>
18
+            </div>
19
+        </div>
20
+        <div class="layui-form-item">
21
+            <label class="layui-form-label"><span style="color:red;">*</span>套餐图片:</label>
22
+            <div class="layui-input-block">
23
+                <div class="like-upload-image">
24
+                    {if $detail.image}
25
+                    <div class="upload-image-div">
26
+                        <img src="{$detail.image}" alt="img">
27
+                        <input type="hidden" name="image" value="{$detail.image}">
28
+                        <div class="del-upload-btn">x</div>
29
+                    </div>
30
+                    {/if}
31
+                </div>
32
+            </div>
33
+        </div>
34
+
35
+
36
+        <div class="layui-form-item">
37
+            <label for="name" class="layui-form-label">描述:</label>
38
+            <div class="layui-input-block">
39
+                <input type="text" name="desc" id="desc" autocomplete="off" class="layui-input" value="{$detail.desc}" readonly>
40
+            </div>
41
+        </div>
42
+
43
+        <div class="layui-form-item">
44
+            <label class="layui-form-label">类型</label>
45
+            <div class="layui-input-block">
46
+                <select name="type_id" lay-verify="required" readonly>
47
+                    <option value="0" {neq name="detail.type_id" value="0"}disabled{/neq}>包月</option>
48
+                    <option value="1" {neq name="detail.type_id" value="1"}disabled{/neq}>按量付费</option>
49
+                </select>
50
+            </div>
51
+        </div>
52
+
53
+        <div class="layui-form-item">
54
+            <label for="price" class="layui-form-label"><span style="color:red;">*</span>价格:</label>
55
+            <div class="layui-input-block">
56
+                <input type="number" name="price" id="price" lay-verType="tips" lay-verify="required" autocomplete="off"
57
+                    class="layui-input" value="{$detail.price}" readonly>
58
+            </div>
59
+        </div>
60
+
61
+        <div class="layui-form-item">
62
+            <label for="op_count" class="layui-form-label"><span style="color:red;">*</span>月份数/操作数:</label>
63
+            <div class="layui-input-block">
64
+                <input type="number" name="op_count" id="op_count" lay-verType="tips" lay-verify="required"
65
+                    autocomplete="off" class="layui-input" value="{$detail.op_count}" readonly>
66
+            </div>
67
+        </div>
68
+
69
+
70
+        <div class="layui-form-item">
71
+            <label for="renew_num" class="layui-form-label"><span style="color:red;">*</span>购买数量:</label>
72
+            <div class="layui-input-block">
73
+                <input type="number" name="renew_num" id="renew_num" value="1" autocomplete="off"
74
+                    class="layui-input">
75
+            </div>
76
+        </div>
77
+
78
+        <div class="layui-form-item layui-hide">
79
+            <input type="button" lay-submit lay-filter="addSubmit" id="addSubmit" value="确认">
80
+        </div>
81
+    </div>
82
+</div>
83
+
84
+<script>
85
+    layui.use([], function () {
86
+
87
+        like.delUpload();
88
+        $(document).on("click", ".add-upload-image", function () {
89
+            like.imageUpload({
90
+                limit: 1,
91
+                field: "image",
92
+                that: $(this)
93
+            });
94
+        })
95
+
96
+    })
97
+</script>

+ 120
- 0
app/shop/view/order/order_renew/lists.html Ver arquivo

@@ -0,0 +1,120 @@
1
+{layout name="layout1" /}
2
+
3
+<div class="wrapper">
4
+    <div class="layui-card">
5
+        <!-- 操作提示 -->
6
+        <div class="layui-card-body">
7
+            <div class="layui-collapse" style="border:1px dashed #c4c4c4">
8
+                <div class="layui-colla-item">
9
+                    <h2 class="layui-colla-title like-layui-colla-title">操作提示</h2>
10
+                    <div class="layui-colla-content layui-show">
11
+                        <p>*续费套餐管理。</p>
12
+                    </div>
13
+                </div>
14
+            </div>
15
+        </div>
16
+
17
+        <!-- 搜索区域 -->
18
+        <div class="layui-card-body layui-form">
19
+            <div class="layui-form-item">
20
+                <div class="layui-inline">
21
+                    <label for="renew_name" class="layui-form-label">续费套餐:</label>
22
+                    <div class="layui-input-inline">
23
+                        <input type="text" id="renew_name" name="renew_name" autocomplete="off" class="layui-input">
24
+                    </div>
25
+                </div>
26
+                <div class="layui-inline">
27
+                    <a class="layui-btn layui-btn-sm layui-btn-normal" lay-submit lay-filter="search">搜索</a>
28
+                    <a class="layui-btn layui-btn-sm layui-btn-primary" lay-submit lay-filter="clear-search">重置</a>
29
+                </div>
30
+            </div>
31
+        </div>
32
+
33
+        <!-- 主体区域 -->
34
+        <div class="layui-card-body">
35
+            <table id="like-table-lists" lay-filter="like-table-lists"></table>
36
+            <script type="text/html" id="table-image">
37
+                {{#  if(d.image){ }}
38
+                    <img src="{{d.image}}" alt="图标" style="width:28px;height:28px;">
39
+                {{#  } }}
40
+            </script>
41
+            <script type="text/html" id="table-operation">
42
+                {{#  if(d.order_status == 0){ }}
43
+                    <a class="layui-btn layui-btn-normal layui-btn-sm" lay-event="pay">点击支付</a>
44
+                    <a class="layui-btn layui-btn-danger layui-btn-sm" lay-event="cancel">取消订单</a>
45
+                {{#  } }}
46
+            </script>
47
+        </div>
48
+
49
+    </div>
50
+</div>
51
+
52
+<script>
53
+    layui.use(["table", "form"], function () {
54
+        var table = layui.table;
55
+        var form = layui.form;
56
+
57
+
58
+        like.tableLists("#like-table-lists", "{:url()}", [
59
+            { field: "id", width: 80, title: "ID" }
60
+            , { field: "renew_name", width: 260, align: "center", title: "续费套餐" }
61
+            , { field: "order_sn", width: 200, align: "center", title: "订单编号" }
62
+            , { field: "renew_price", width: 100, align: "center", title: "套餐总价" }
63
+            , { field: "total_num", width: 100, align: "center", title: "套餐数量" }
64
+            , { field: "order_status_str", width: 100, align: "center", title: "订单状态" }
65
+            , { field: "pay_status_str", width: 100, align: "center", title: "支付状态" }
66
+            , { field: "pay_way_str", width: 100, align: "center", title: "支付方式" }
67
+            , { field: "pay_time_str", width: 200, align: "center", title: "支付时间" }
68
+            , { title: "操作", width: 150, align: "center", fixed: "right", toolbar: "#table-operation" }
69
+        ]);
70
+
71
+
72
+        var active = {
73
+            pay: function (obj) {
74
+                window.open("{:url('order.OrderRenew/payPage')}?id=" + obj.data.id);
75
+            },
76
+            cancel: function (obj) {
77
+                layer.confirm("确定取消该订单吗:" + obj.data.order_sn, function (index) {
78
+                    like.ajax({
79
+                        url: "{:url('order.OrderRenew/cancel')}",
80
+                        data: { id: obj.data.id },
81
+                        type: "POST",
82
+                        success: function (res) {
83
+                            if (res.code === 1) {
84
+                                layui.layer.msg(res.msg);
85
+                                layer.close(index);
86
+                                obj.del();
87
+                            }
88
+                        }
89
+                    });
90
+                    layer.close(index);
91
+                })
92
+            }
93
+        };
94
+
95
+        like.eventClick(active);
96
+
97
+
98
+        form.on("submit(search)", function (data) {
99
+            table.reload("like-table-lists", {
100
+                where: data.field,
101
+                page: {
102
+                    curr: 1
103
+                }
104
+            });
105
+        });
106
+
107
+
108
+        form.on("submit(clear-search)", function () {
109
+            $("#name").val("");
110
+            form.render("select");
111
+            table.reload("like-table-lists", {
112
+                where: {},
113
+                page: {
114
+                    curr: 1
115
+                }
116
+            });
117
+        });
118
+
119
+    })
120
+</script>

+ 136
- 0
app/shop/view/order/order_renew/pay_page.html Ver arquivo

@@ -0,0 +1,136 @@
1
+<!--
2
+ * @Author: xiaohai zmhwork@qq.com
3
+ * @Date: 2025-03-14 18:14:19
4
+ * @LastEditors: xiaohai zmhwork@qq.com
5
+ * @LastEditTime: 2025-03-20 16:52:12
6
+ * @FilePath: \opkpm\app\shop\view\order\order_renew\pay_page.html
7
+ * @Description: 续费套餐支付方式
8
+-->
9
+<!DOCTYPE html>
10
+<html>
11
+
12
+<head>
13
+    <meta charset="utf-8">
14
+    <title>支付</title>
15
+    <meta name="renderer" content="webkit">
16
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
17
+    <meta name="viewport"
18
+        content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
19
+    <link rel="stylesheet" href="__PUBLIC__/static/lib/layui/css/layui.css?v={$front_version}">
20
+    <link rel="stylesheet" href="__PUBLIC__/static/admin/css/app.css">
21
+    <link rel="stylesheet" href="__PUBLIC__/static/admin/css/like.css">
22
+    <script src="__PUBLIC__/static/lib/layui/layui.js?v={$front_version}"></script>
23
+    <script src="__PUBLIC__/static/admin/js/app.js"></script>
24
+</head>
25
+
26
+<body>
27
+
28
+    <div class="layui-row layui-col-space15" data-filtered="filtered" style="margin-top: 100px;">
29
+        <div class="layui-col-md3" data-filtered="filtered">
30
+        </div>
31
+
32
+        <div class="layui-col-md6" data-filtered="filtered">
33
+            <div class="layui-panel" data-filtered="filtered">
34
+                <div class="layui-card layui-form" style="margin: 20px;" id="payPage">
35
+                    <div class="layui-card-body">
36
+                        <div class="layui-form-item">
37
+                            <label for="order_sn" class="layui-form-label"><span
38
+                                    style="color:red;">*</span>订单编号:</label>
39
+                            <div class="layui-input-block">
40
+                                <input type="hidden" name="id" id="id" value="{$detail.id}" />
41
+                                <input type="text" name="order_sn" id="order_sn" value="{$detail.order_sn}"
42
+                                    lay-verType="tips" lay-verify="required" autocomplete="off" class="layui-input"
43
+                                    readonly>
44
+                            </div>
45
+                        </div>
46
+
47
+                        <div class="layui-form-item">
48
+                            <label for="renew_name" class="layui-form-label"><span
49
+                                    style="color:red;">*</span>商品名称:</label>
50
+                            <div class="layui-input-block">
51
+                                <input type="text" name="renew_name" id="renew_name" value="{$detail.renew_name}"
52
+                                    lay-verType="tips" lay-verify="required" autocomplete="off" class="layui-input"
53
+                                    readonly>
54
+                            </div>
55
+                        </div>
56
+
57
+                        <div class="layui-form-item">
58
+                            <label for="total_num" class="layui-form-label"><span
59
+                                    style="color:red;">*</span>商品数量:</label>
60
+                            <div class="layui-input-block">
61
+                                <input type="text" name="total_num" id="total_num" value="{$detail.total_num}"
62
+                                    lay-verType="tips" lay-verify="required" autocomplete="off" class="layui-input"
63
+                                    readonly>
64
+                            </div>
65
+                        </div>
66
+
67
+                        <div class="layui-form-item">
68
+                            <label for="order_amount" class="layui-form-label"><span
69
+                                    style="color:red;">*</span>应付金额:</label>
70
+                            <div class="layui-input-block">
71
+                                <input type="text" name="order_amount" id="order_amount" value="{$detail.order_amount}"
72
+                                    lay-verType="tips" lay-verify="required" autocomplete="off" class="layui-input"
73
+                                    readonly>
74
+                            </div>
75
+                        </div>
76
+
77
+                        <div class="layui-form-item">
78
+                            <label class="layui-form-label">支付方式</label>
79
+                            <div class="layui-input-block">
80
+                                <input type="radio" name="pay_way" value="1" title="微信支付" disabled>
81
+                                <input type="radio" name="pay_way" value="2" title="支付宝支付" checked>
82
+                            </div>
83
+                        </div>
84
+
85
+                        <div class="layui-form-item">
86
+                            <div class="layui-input-block">
87
+                                <button type="button" class="layui-btn" lay-event="pay" id="pay">点击支付</button>
88
+                            </div>
89
+                        </div>
90
+                    </div>
91
+                </div>
92
+            </div>
93
+        </div>
94
+
95
+        <div class="layui-col-md3" data-filtered="filtered">
96
+        </div>
97
+    </div>
98
+
99
+
100
+    <script src="__PUBLIC__/static/admin/js/jquery.min.js"></script>
101
+    <script src="__PUBLIC__/static/admin/js/function.js"></script>
102
+    <script>
103
+        layui.use(["table", "form", "jquery"], function () {
104
+            var table = layui.table;
105
+            var form = layui.form;
106
+            var $ = layui.jquery;
107
+
108
+            function payPage(id, pay_way) {
109
+                // 选择支付方式
110
+                like.ajax({
111
+                    url: "{:url('order.OrderRenew/payWay')}",
112
+                    data: { id: id, pay_way: pay_way },
113
+                    type: "POST",
114
+                    success: function (res) {
115
+                        if (res.code === 1) {
116
+                            $('#payPage').html(res.data.page);
117
+                        } else {
118
+                            layer.msg(res.msg);
119
+                        }
120
+                    }
121
+                })
122
+            }
123
+
124
+
125
+            $("#pay").on("click", function () {
126
+                var id = $("#id").val();
127
+                var pay_way = $("input[name='pay_way']:checked").val();
128
+                payPage(id, pay_way);
129
+            });
130
+
131
+        })
132
+    </script>
133
+
134
+</body>
135
+
136
+</html>

+ 130
- 0
app/shop/view/order/order_renew/renew_lists.html Ver arquivo

@@ -0,0 +1,130 @@
1
+{layout name="layout1" /}
2
+
3
+<div class="wrapper">
4
+    <div class="layui-card">
5
+        <!-- 操作提示 -->
6
+        <div class="layui-card-body">
7
+            <div class="layui-collapse" style="border:1px dashed #c4c4c4">
8
+                <div class="layui-colla-item">
9
+                    <h2 class="layui-colla-title like-layui-colla-title">操作提示</h2>
10
+                    <div class="layui-colla-content layui-show">
11
+                        <p>*续费套餐分为包月和按量付费。</p>
12
+                    </div>
13
+                </div>
14
+            </div>
15
+        </div>
16
+
17
+        <!-- 搜索区域 -->
18
+        <div class="layui-card-body layui-form">
19
+            <div class="layui-form-item">
20
+                <div class="layui-inline">
21
+                    <label for="name" class="layui-form-label">续费套餐:</label>
22
+                    <div class="layui-input-inline">
23
+                        <input type="text" id="name" name="name" autocomplete="off" class="layui-input">
24
+                    </div>
25
+                </div>
26
+                <div class="layui-inline">
27
+                    <a class="layui-btn layui-btn-sm layui-btn-normal" lay-submit lay-filter="search">搜索</a>
28
+                    <a class="layui-btn layui-btn-sm layui-btn-primary" lay-submit lay-filter="clear-search">重置</a>
29
+                </div>
30
+            </div>
31
+        </div>
32
+
33
+        <!-- 主体区域 -->
34
+        <div class="layui-card-body">
35
+            <table id="like-table-lists" lay-filter="like-table-lists"></table>
36
+            <script type="text/html" id="table-image">
37
+                {{#  if(d.image){ }}
38
+                    <img src="{{d.image}}" alt="图标" style="width:28px;height:28px;">
39
+                {{#  } }}
40
+            </script>
41
+            <script type="text/html" id="table-operation">
42
+                <a class="layui-btn layui-btn-normal layui-btn-sm" lay-event="buy">购买</a>
43
+            </script>
44
+        </div>
45
+
46
+    </div>
47
+</div>
48
+
49
+<script>
50
+    layui.use(["table", "form"], function () {
51
+        var table = layui.table;
52
+        var form = layui.form;
53
+
54
+
55
+        like.tableLists("#like-table-lists", "{:url()}", [
56
+            { field: "id", width: 60, title: "ID" }
57
+            , { field: "name", width: 260, align: "center", title: "续费套餐" }
58
+            , { field: "image", width: 120, align: "center", title: "套餐图片", templet: "#table-image" }
59
+            , { field: "type_str", width: 100, align: "center", title: "类型" }
60
+            , { field: "desc", width: 100, align: "center", title: "描述" }
61
+            , { field: "price", width: 100, align: "center", title: "价格" }
62
+            , { field: "op_count", width: 160, align: "center", title: "月份数/操作数" }
63
+            , { field: "status_str", width: 100, align: "center", title: "状态" }
64
+            , { field: "sort", width: 100, align: "center", title: "排序" }
65
+            , { title: "操作", width: 150, align: "center", fixed: "right", toolbar: "#table-operation" }
66
+        ]);
67
+
68
+
69
+        var active = {
70
+            buy: function (obj) {
71
+                layer.open({
72
+                    type: 2
73
+                    , title: "购买续费套餐"
74
+                    , content: "{:url('order.OrderRenew/buy')}?id=" + obj.data.id
75
+                    , area: ["800px", "600px"]
76
+                    , btn: ["确定", "取消"]
77
+                    , yes: function (index, layero) {
78
+                        var iframeWindow = window["layui-layer-iframe" + index];
79
+                        var submit = layero.find("iframe").contents().find("#addSubmit");
80
+                        iframeWindow.layui.form.on("submit(addSubmit)", function (data) {
81
+                            data.field['renew_id'] = obj.data.id;
82
+                            like.ajax({
83
+                                url: "{:url('order.OrderRenew/add')}",
84
+                                data: data.field,
85
+                                type: "POST",
86
+                                success: function (res) {
87
+                                    if (res.code === 1) {
88
+                                        layer.close(index);
89
+                                        window.open("{:url('order.OrderRenew/payPage')}?id=" + res.data.id);
90
+                                    } else {
91
+                                        layer.msg(res.msg);
92
+                                    }
93
+                                }
94
+                            });
95
+                        });
96
+                        submit.trigger("click");
97
+                    }
98
+                });
99
+            },
100
+        };
101
+
102
+
103
+        
104
+
105
+        like.eventClick(active);
106
+
107
+
108
+        form.on("submit(search)", function (data) {
109
+            table.reload("like-table-lists", {
110
+                where: data.field,
111
+                page: {
112
+                    curr: 1
113
+                }
114
+            });
115
+        });
116
+
117
+
118
+        form.on("submit(clear-search)", function () {
119
+            $("#name").val("");
120
+            form.render("select");
121
+            table.reload("like-table-lists", {
122
+                where: {},
123
+                page: {
124
+                    curr: 1
125
+                }
126
+            });
127
+        });
128
+
129
+    })
130
+</script>

Carregando…
Cancelar
Salvar