|
public function setContent(string $name, array $orderInfo, array $product)
|
|
public function setContent(string $name, array $orderInfo, array $product)
|
|
$orderInfo['user_phone'] = substr($orderInfo['user_phone'], 0, 3) . "****" . substr($orderInfo['user_phone'], 7);
|
|
$orderInfo['user_phone'] = substr($orderInfo['user_phone'], 0, 3) . "****" . substr($orderInfo['user_phone'], 7);
|