|
...
|
...
|
@@ -104,6 +104,7 @@ class InquiryForwardLogic extends BaseLogic |
|
|
|
'phone' => $this->param['phone'],
|
|
|
|
'message' => $this->param['message'],
|
|
|
|
'is_v6' => $project_version->version == 6 ? 1 : 0,
|
|
|
|
'url' => $info['url'],
|
|
|
|
'start_at' => $start_at,
|
|
|
|
'created_at' => $now,
|
|
|
|
'updated_at' => $now
|
...
|
...
|
|