作者 刘锟

update

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