正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -272,6 +272,7 @@ class postInquiry extends Command | @@ -272,6 +272,7 @@ class postInquiry extends Command | ||
| 272 | 'email' => $detail['email'], | 272 | 'email' => $detail['email'], |
| 273 | 'phone' => $detail['phone'], | 273 | 'phone' => $detail['phone'], |
| 274 | 'post_id' => $log['url'], | 274 | 'post_id' => $log['url'], |
| 275 | + 'message' => $detail['message'], | ||
| 275 | ]; | 276 | ]; |
| 276 | $res = Http::withoutVerifying()->post('https://fob.ai.cc/api/ad_to_scrm', $data)->json(); | 277 | $res = Http::withoutVerifying()->post('https://fob.ai.cc/api/ad_to_scrm', $data)->json(); |
| 277 | if (empty($res['status']) || $res['status'] != 200) { | 278 | if (empty($res['status']) || $res['status'] != 200) { |
-
请 注册 或 登录 后发表评论