|
...
|
...
|
@@ -290,6 +290,7 @@ class postInquiry extends Command |
|
|
|
Log::channel('inquiry_relay')->error('inquiry_relay shop inquiry error', [$res, $url, $data]);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
public function FobInquiry($detail, $log){
|
|
...
|
...
|
@@ -309,6 +310,7 @@ class postInquiry extends Command |
|
|
|
Log::channel('inquiry_relay')->error('inquiry_relay fob inquiry error', [$res, 'https://fob.ai.cc/api/ad_to_scrm', $data]);
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
public function output($message)
|
...
|
...
|
|