作者 lyh

gx询盘统计数据

@@ -190,7 +190,7 @@ class InquiryLogic extends BaseLogic @@ -190,7 +190,7 @@ class InquiryLogic extends BaseLogic
190 if($data === false){ 190 if($data === false){
191 $url = 'https://fob.ai.cc/api/mobile_verify_data/'.$num_phone; 191 $url = 'https://fob.ai.cc/api/mobile_verify_data/'.$num_phone;
192 $data = http_get($url); 192 $data = http_get($url);
193 - if(!empty($data)){ 193 + if(!empty($data) && ((strpos($data['wa_profile_pic'], 'pps.whatsapp.net') === false))){
194 $param = [ 194 $param = [
195 'phone'=>$phone, 195 'phone'=>$phone,
196 'num_phone'=>$num_phone, 196 'num_phone'=>$num_phone,