Browse Source

客服二维码

lizhen_gitee 6 tháng trước cách đây
mục cha
commit
848866e6fb
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      application/api/controller/Baseconfig.php
  2. 1 1
      application/extra/site.php

+ 1 - 1
application/api/controller/Baseconfig.php

@@ -18,7 +18,7 @@ class Baseconfig extends Api
         $config = [
             'kefu_mobile'            => config('site.kefu_mobile'),//客服电话
             'order_refund_rule'      => config('site.order_refund_rule'),//退改规则
-            'kefu_qrcode'            => config('site.kefu_qrcode'),//客服二维码
+            'kefu_qrcode'            => localpath_to_netpath(config('site.kefu_qrcode')),//客服二维码
 
         ];
 

+ 1 - 1
application/extra/site.php

@@ -48,7 +48,7 @@ return array (
   'kefu_mobile' => '13333333333',
   'order_refund_rule' => '未使用、未激活可随时申请退订,订单不支持部分退。 
 如需改期,请申请退订后重新预订。',
-  'kefu_qrcode' => '/uploads/20240902/3bd4e4dce54d4dcf125486b6383f4d4c.png',
+  'kefu_qrcode' => '/uploads/20240906/aeeb86c804d5097559fe2948b8258155.png',
   'min_takecash_money' => '1',
   'max_takecash_money' => '10000',
   'takecash_plat_bili' => '6',