shish 4 anos atrás
pai
commit
099531144e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      biz/shop/classes/ShopExtClass.php

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

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