質問編集履歴
2
質問文の修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
// ステータスコードが200であれば配列に格納
|
|
23
23
|
if ($getData['Result']['resultCode'] === '200') {
|
|
24
24
|
array_push($successCards, $getData);
|
|
25
|
-
continue;
|
|
26
25
|
};
|
|
27
26
|
|
|
28
27
|
// 200以外であればリトライ処理
|
1
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
// ステータスコードが200であれば配列に格納
|
|
23
23
|
if ($getData['Result']['resultCode'] === '200') {
|
|
24
|
-
array_push($successCards, $getData
|
|
24
|
+
array_push($successCards, $getData);
|
|
25
25
|
continue;
|
|
26
26
|
};
|
|
27
27
|
|