@@ -28,7 +28,7 @@ class ShopExtClass extends BaseClass
if ($alone == 1) {
$lbSn = $shopExt->mtLbSn ?? '';
}
- $sound = "您有新的美团制作单,下午5点送";
+ $sound = "您有新的美团单,下午5点送";
$url = "https://speaker.17laimai.cn/notify.php?id={$lbSn}&token=HK1626595800&version=3&message=" . $sound;
$curl = new curl\Curl();
$curl->get($url);