作者 赵彬吉
... ... @@ -404,7 +404,8 @@ class ComController extends BaseController
* @time :2024/10/28 11:51
*/
public function month_counts(){
Artisan::call('month_project '.$this->user['project_id']);
shell_exec('php artisan month_project '.$this->user['project_id']);
// Artisan::call('month_project '.$this->user['project_id']);
$this->response('重新刷新中,请稍后刷新查询');
}
}
... ...
... ... @@ -190,7 +190,7 @@ class InquiryLogic extends BaseLogic
if($data === false){
$url = 'https://fob.ai.cc/api/mobile_verify_data/'.$num_phone;
$data = http_get($url);
if(!empty($data)){
if(!empty($data) && ((strpos($data['wa_profile_pic'], 'pps.whatsapp.net') === false))){
$param = [
'phone'=>$phone,
'num_phone'=>$num_phone,
... ...