@@ -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);