Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -404,7 +404,8 @@ class ComController extends BaseController | @@ -404,7 +404,8 @@ class ComController extends BaseController | ||
| 404 | * @time :2024/10/28 11:51 | 404 | * @time :2024/10/28 11:51 |
| 405 | */ | 405 | */ |
| 406 | public function month_counts(){ | 406 | public function month_counts(){ |
| 407 | - Artisan::call('month_project '.$this->user['project_id']); | 407 | + shell_exec('php artisan month_project '.$this->user['project_id']); |
| 408 | +// Artisan::call('month_project '.$this->user['project_id']); | ||
| 408 | $this->response('重新刷新中,请稍后刷新查询'); | 409 | $this->response('重新刷新中,请稍后刷新查询'); |
| 409 | } | 410 | } |
| 410 | } | 411 | } |
| @@ -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, |
-
请 注册 或 登录 后发表评论