shish 4 vuotta sitten
vanhempi
commit
6d70d989ac
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      biz/shop/classes/ShopExtClass.php

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

@@ -94,7 +94,7 @@ class ShopExtClass extends BaseClass
         $shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
         if (isset($shopExt->lbSn) && !empty($shopExt->lbSn)) {
             $mainPay = $order->mainPay ? floatval($order->mainPay) : 0;
-            $sound = '待付' . $mainPay . '元,请出示付款码';
+            $sound = $mainPay . '元,请出示付款码';
             $url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version=3&message=" . $sound;
             $curl = new curl\Curl();
             $curl->get($url);