正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论