|
...
|
...
|
@@ -106,7 +106,7 @@ class postInquiry extends Command |
|
|
|
])->getBody()->getContents();
|
|
|
|
$site_array = json_decode($site_array, true);
|
|
|
|
$mail_urls = array_column($site_array, 'main_url');
|
|
|
|
$key = array_search($detail['re_website'], $mail_urls);
|
|
|
|
$key = array_search('https://' . $detail['re_website'] . '/', $mail_urls);
|
|
|
|
if ($key !== false) {
|
|
|
|
// 分离项目 推送到测试链接
|
|
|
|
$website = $site_array[$key]['test_url'];
|
...
|
...
|
|