正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -80,7 +80,6 @@ class postInquiry extends Command | @@ -80,7 +80,6 @@ class postInquiry extends Command | ||
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | public function visit(ReInquiryDetail $detail, ReInquiryDetailLog $log){ | 82 | public function visit(ReInquiryDetail $detail, ReInquiryDetailLog $log){ |
| 83 | - $detail['re_website'] = 'https://' . $detail['re_website'] . '/'; | ||
| 84 | if($detail['is_v6']) { | 83 | if($detail['is_v6']) { |
| 85 | $data = [ | 84 | $data = [ |
| 86 | 'ip' => $detail['ip'], | 85 | 'ip' => $detail['ip'], |
| @@ -129,7 +128,6 @@ class postInquiry extends Command | @@ -129,7 +128,6 @@ class postInquiry extends Command | ||
| 129 | } | 128 | } |
| 130 | 129 | ||
| 131 | public function inquiry(ReInquiryDetail $detail, ReInquiryDetailLog $log){ | 130 | public function inquiry(ReInquiryDetail $detail, ReInquiryDetailLog $log){ |
| 132 | - $detail['re_website'] = 'https://' . $detail['re_website'] . '/'; | ||
| 133 | // v6 | 131 | // v6 |
| 134 | if($detail['is_v6']) { | 132 | if($detail['is_v6']) { |
| 135 | $data = [ | 133 | $data = [ |
-
请 注册 或 登录 后发表评论