customers get_mobile biz_id=97 about
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user