Browse Source

Merge branch 'phoenix' of ssh://120.24.33.109:11022/hyzjshwo/lanzu_api_hyperf into phoenix

master
weigang 5 years ago
parent
commit
b219cdf0a9
  1. 1
      app/Service/v3/Implementations/FeiePrintService.php

1
app/Service/v3/Implementations/FeiePrintService.php

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

Loading…
Cancel
Save