Преглед изворни кода

Merge branch 'master' into dev

shish пре 11 месеци
родитељ
комит
fff4778d10
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      biz/shop/classes/ShopExtClass.php

+ 1 - 2
biz/shop/classes/ShopExtClass.php

@@ -321,9 +321,8 @@ class ShopExtClass extends BaseClass
         if (!empty($shopExt->lbSn)) {
         if (!empty($shopExt->lbSn)) {
             $actPrice = $recharge->amount ?? 0;
             $actPrice = $recharge->amount ?? 0;
             $payWay = $recharge->payWay ?? 0;
             $payWay = $recharge->payWay ?? 0;
-            $customName = $recharge->customName ?? '';
             $sound = $payWay == 0 ? "微信充值{$actPrice}元," : "支付宝充值{$actPrice}元";
             $sound = $payWay == 0 ? "微信充值{$actPrice}元," : "支付宝充值{$actPrice}元";
-            $sound = $customName . $sound;
+            $sound = $sound . ",谢谢惠顾,欢迎下次光临";
             $url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version={$shopExt->lbVersion}&message=" . $sound;
             $url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version={$shopExt->lbVersion}&message=" . $sound;
             $curl = new curl\Curl();
             $curl = new curl\Curl();
             $curl->get($url);
             $curl->get($url);