質問編集履歴
1
修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
namespace App\Console\Commands;
|
|
13
13
|
use Illuminate\Console\Command;
|
|
14
14
|
|
|
15
|
-
$jobsUrl = 'https://
|
|
15
|
+
$jobsUrl = 'https://aaaa';
|
|
16
16
|
curl_setopt($ch, CURLOPT_URL, $jobsUrl);
|
|
17
17
|
$detailRes = curl_exec($ch);
|
|
18
18
|
// xmlへの変換
|