diff --git a/app/Service/v3/Implementations/FeiePrintService.php b/app/Service/v3/Implementations/FeiePrintService.php index 20b8eeb..6becd6e 100644 --- a/app/Service/v3/Implementations/FeiePrintService.php +++ b/app/Service/v3/Implementations/FeiePrintService.php @@ -170,6 +170,7 @@ class FeiePrintService implements FeiePrintServiceInterface $orderInfo .= '送货地点:' . $arr->address . '
'; $tel = substr_replace( $arr->tel, '****', 3, 4); $orderInfo .= '联系电话:' . $tel . '
'; + $orderInfo .= '下单时间:' . $arr->pay_time_text . '
'; $orderInfo .= '送达时间:' . $arr->delivery_time_note . '
'; //$orderInfo .= 'http://www.feieyun.com';//把解析后的二维码生成的字符串用标签套上即可自动生成二维码 return $orderInfo;