shish il y a 4 ans
Parent
commit
ab4afb0a8c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      biz/shop/classes/ShopExtClass.php

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

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