作者 赵彬吉

update

@@ -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) {