正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -329,7 +329,7 @@ class PostInquiryForward extends Command | @@ -329,7 +329,7 @@ class PostInquiryForward extends Command | ||
| 329 | 'submit_time' => date('Y-m-d H:i:s'), | 329 | 'submit_time' => date('Y-m-d H:i:s'), |
| 330 | 'source' => 5, | 330 | 'source' => 5, |
| 331 | ]; | 331 | ]; |
| 332 | - $url = 'https://www.globalso.site/api/external-interface/add/fa043f9cbec6b38f'; | 332 | + $url = 'https://form.globalso.com/api/external-interface/add/fa043f9cbec6b38f'; |
| 333 | $res = Http::withoutVerifying()->timeout(30)->withHeaders(['User-Agent' => $detail['user_agent']])->post($url, $data)->json(); | 333 | $res = Http::withoutVerifying()->timeout(30)->withHeaders(['User-Agent' => $detail['user_agent']])->post($url, $data)->json(); |
| 334 | if (empty($res['status']) || $res['status'] != 200) { | 334 | if (empty($res['status']) || $res['status'] != 200) { |
| 335 | $log->status = InquiryRelayDetailLog::STATUS_FAIL; | 335 | $log->status = InquiryRelayDetailLog::STATUS_FAIL; |
-
请 注册 或 登录 后发表评论