作者 赵彬吉

update

... ... @@ -272,6 +272,7 @@ class postInquiry extends Command
'email' => $detail['email'],
'phone' => $detail['phone'],
'post_id' => $log['url'],
'message' => $detail['message'],
];
$res = Http::withoutVerifying()->post('https://fob.ai.cc/api/ad_to_scrm', $data)->json();
if (empty($res['status']) || $res['status'] != 200) {
... ...