|
|
@@ -3081,8 +3081,8 @@ XL;
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
- //东莞我要花 福州福清我要花 手机后四号变星号
|
|
|
- if (in_array((int)$orderMainId, [25119, 2644,10652,2084,89473], true)) {
|
|
|
+ //东莞我要花 手机后四号变星号
|
|
|
+ if (in_array((int)$orderMainId, [2644,10652,2084,89473], true)) {
|
|
|
$customMobile = preg_replace('/(.{4})$/u', '****', trim($customMobile));
|
|
|
}
|
|
|
$customName = $order->customName ?? '';
|