|
@@ -39,8 +39,9 @@ class ShopExtClass extends BaseClass
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
$content .= "<BR>";
|
|
$content .= "<BR>";
|
|
|
$content .= "<BR>";
|
|
$content .= "<BR>";
|
|
|
- $content .= "<CB>此单客户未付款,2分钟后将自动取消,如有需要,请跟客户电话确认</CB><BR>";
|
|
|
|
|
|
|
+ $content .= "<CB>此单客户下单后10分钟未付款,稍后将自动取消,如有需要,请跟客户电话确认是否还要</CB><BR>";
|
|
|
$content .= "<BR>";
|
|
$content .= "<BR>";
|
|
|
|
|
+ $content .= "<CB>注意不是客户申请取消!!!</CB><BR>";
|
|
|
$content .= '<AUDIO-CANCEL>';
|
|
$content .= '<AUDIO-CANCEL>';
|
|
|
$ext = self::getByCondition(['shopId' => $shopId]);
|
|
$ext = self::getByCondition(['shopId' => $shopId]);
|
|
|
$printSn = $ext['printSn'] ?? '';
|
|
$printSn = $ext['printSn'] ?? '';
|