正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -290,6 +290,7 @@ class postInquiry extends Command | @@ -290,6 +290,7 @@ class postInquiry extends Command | ||
| 290 | Log::channel('inquiry_relay')->error('inquiry_relay shop inquiry error', [$res, $url, $data]); | 290 | Log::channel('inquiry_relay')->error('inquiry_relay shop inquiry error', [$res, $url, $data]); |
| 291 | return false; | 291 | return false; |
| 292 | } | 292 | } |
| 293 | + return true; | ||
| 293 | } | 294 | } |
| 294 | 295 | ||
| 295 | public function FobInquiry($detail, $log){ | 296 | public function FobInquiry($detail, $log){ |
| @@ -309,6 +310,7 @@ class postInquiry extends Command | @@ -309,6 +310,7 @@ class postInquiry extends Command | ||
| 309 | Log::channel('inquiry_relay')->error('inquiry_relay fob inquiry error', [$res, 'https://fob.ai.cc/api/ad_to_scrm', $data]); | 310 | Log::channel('inquiry_relay')->error('inquiry_relay fob inquiry error', [$res, 'https://fob.ai.cc/api/ad_to_scrm', $data]); |
| 310 | return false; | 311 | return false; |
| 311 | } | 312 | } |
| 313 | + return true; | ||
| 312 | } | 314 | } |
| 313 | 315 | ||
| 314 | public function output($message) | 316 | public function output($message) |
-
请 注册 或 登录 后发表评论