|
...
|
...
|
@@ -103,7 +103,7 @@ class InquiryForwardLogic extends BaseLogic |
|
|
|
$start_at = $now;
|
|
|
|
}
|
|
|
|
|
|
|
|
InquiryRelayDetail::createInquiry($info['id'], $website, $info['country'], $this->param['ip'], $this->param['name'], $this->param['email'], $this->param['phone'], $this->param['message'], $is_v6, [$url], $start_at);
|
|
|
|
InquiryRelayDetail::createInquiry($info['id'], $website, $info['country'], $this->param['ip'], $this->param['name'], $this->param['email'], $this->param['phone'], $this->param['message'], $is_v6, json_encode([$url]), $start_at);
|
|
|
|
|
|
|
|
$num += 1;
|
|
|
|
}
|
...
|
...
|
|