shish 1 rok temu
rodzic
commit
3901b1b6fe
1 zmienionych plików z 6 dodań i 5 usunięć
  1. 6 5
      biz-hd/shop/classes/ShopExtClass.php

+ 6 - 5
biz-hd/shop/classes/ShopExtClass.php

@@ -27,22 +27,23 @@ class ShopExtClass extends BaseClass
         $shopName = $shop->shopName ?? '';
         $currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
 
-        $content = "<CB>" . $currentName . "</CB>";
-        $content .= "<CB>订单即将过期</CB><BR><BR>";
+        $content = "<CB>" . $currentName . "</CB><BR><BR>";
+        $content .= "<CB>订单即将过期</CB><BR>";
 
         $content .= '--------------------------------<BR>';
         $content .= '<CB>订单号</CB><BR>';
         $content .= '<CB>' . $orderSn . '</CB><BR>';
-        $content .= "<CB>订单金额:{$actPrice}</CB><BR>";
+        $content .= "<CB>订单金额</CB><BR>";
+        $content .= "<CB>{$actPrice}</CB><BR>";
         $content .= '--------------------------------<BR>';
 
-        $content .= '<B>买家信息:</B><BR><BR>';
+        $content .= '<CB>买家信息:</CB><BR><BR>';
         $content .= '<B>' . $order->customName . '</B><BR>';
         $content .= '<B>' . $order->customMobile . '</B><BR>';
         $content .= '--------------------------------<BR>';
         $content .= "<BR>";
         $content .= "<BR>";
-        $content .= "<CB>此单未付款,2分钟后自动取消,如有必要,请跟客户电话确认</CB><BR>";
+        $content .= "<CB>此单客户未付款,2分钟后自动取消,如有必要,请跟客户电话确认</CB><BR>";
         $content .= "<BR>";
         $content .= '<AUDIO-CANCEL>';
         $ext = self::getByCondition(['shopId' => $shopId]);