shish il y a 1 an
Parent
commit
b851da9ae7
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

@@ -351,7 +351,7 @@ class ShopExtClass extends BaseClass
     {
         $shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
         if (!empty($shopExt->lbSn)) {
-            $sound = "请输入密码付款";
+            $sound = "请输入密码";
             $url = "https://speaker.17laimai.cn/notify.php?id={$shopExt->lbSn}&token=HK1626595800&version={$shopExt->lbVersion}&message=" . $sound;
             $curl = new curl\Curl();
             $curl->get($url);