|
|
|
@ -36,7 +36,7 @@ class MiniprogramService implements MiniprogramServiceInterface |
|
|
|
$order = OrderMain::query()->where(['global_order_id' => $globalOrderId])->first()->toArray(); |
|
|
|
|
|
|
|
$payTypes = ['1' => '微信支付', '2' => '余额支付', '3' => '积分支付', '4' => '货到付款']; |
|
|
|
$address_store = $order['address'] . ';' .$order['name']. ';'. mb_substr_replace($order['tel'],'****',3,4); |
|
|
|
$address_store = $order['address'] . ';' .$order['name']. ';'. substr_replace($order['tel'],'****',3,4); |
|
|
|
$address = $order['address'] . ';' .$order['name']. ';'. $order['tel']; |
|
|
|
|
|
|
|
// 查询子订单,用于发消息给商户
|
|
|
|
|