正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -49,6 +49,7 @@ class postInquiry extends Command | @@ -49,6 +49,7 @@ class postInquiry extends Command | ||
| 49 | } | 49 | } |
| 50 | // 询盘数据入库 | 50 | // 询盘数据入库 |
| 51 | foreach ($list as $key => $val) { | 51 | foreach ($list as $key => $val) { |
| 52 | + $this->output('开始执行' . $val->id); | ||
| 52 | try { | 53 | try { |
| 53 | $detail = ReInquiryDetail::find($val['detail_id']); | 54 | $detail = ReInquiryDetail::find($val['detail_id']); |
| 54 | if($val['type'] == 1){ | 55 | if($val['type'] == 1){ |
| @@ -79,6 +80,7 @@ class postInquiry extends Command | @@ -79,6 +80,7 @@ class postInquiry extends Command | ||
| 79 | } | 80 | } |
| 80 | 81 | ||
| 81 | public function visit(ReInquiryDetail $detail, ReInquiryDetailLog $log){ | 82 | public function visit(ReInquiryDetail $detail, ReInquiryDetailLog $log){ |
| 83 | + $detail['re_website'] = 'https://' . $detail['re_website'] . '/'; | ||
| 82 | if($detail['is_v6']) { | 84 | if($detail['is_v6']) { |
| 83 | $data = [ | 85 | $data = [ |
| 84 | 'ip' => $detail['ip'], | 86 | 'ip' => $detail['ip'], |
| @@ -127,6 +129,7 @@ class postInquiry extends Command | @@ -127,6 +129,7 @@ class postInquiry extends Command | ||
| 127 | } | 129 | } |
| 128 | 130 | ||
| 129 | public function inquiry(ReInquiryDetail $detail, ReInquiryDetailLog $log){ | 131 | public function inquiry(ReInquiryDetail $detail, ReInquiryDetailLog $log){ |
| 132 | + $detail['re_website'] = 'https://' . $detail['re_website'] . '/'; | ||
| 130 | // v6 | 133 | // v6 |
| 131 | if($detail['is_v6']) { | 134 | if($detail['is_v6']) { |
| 132 | $data = [ | 135 | $data = [ |
-
请 注册 或 登录 后发表评论