customers get_mobile biz_id=97 about

This commit is contained in:
qianhy
2023-05-22 14:25:26 +08:00
parent 4d1e6d3a0f
commit 6b54922c88
@@ -1401,6 +1401,12 @@ class Customers extends Wxapp
// } else {
// $mobile = mobile_asterisk($mobile);
// }
// 0522 add
if ($this->biz_id == 97){
return $mobile;
}
$biz = $this->get_biz();
if ($params['of2_id'] == 37 && $params['of_id'] == 3 && $biz['type']!=1) { //客户来源:网络推广-狸车分配 隐藏手机号 不是直营店
$mobile = '****' . substr($mobile, -4);