質問編集履歴
1
誤字、不要記載の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
処理するJSON種類の判定はresultの内容で判断でき
|
59
|
+
処理するJSON種類の判定はresultの内容で判断できればと思っています。
|
60
60
|
|
61
61
|
result = "success" の時 ApiResultResponseで受ける
|
62
62
|
|
@@ -112,11 +112,9 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
-
//現在は単一ですが、ここでresponse.resultの内容で数種類のResponseとResponseのデータ処理を切り分ける
|
115
|
+
//現在は単一ですが、ここでresponse.resultの内容で数種類のResponseとResponseのデータ処理を切り分ける想定
|
116
116
|
|
117
117
|
//↓↓↓↓
|
118
|
-
|
119
|
-
//List<Event> events = response.body().getEvents();
|
120
118
|
|
121
119
|
List<ApiResultInterface> datas = response.body().data;
|
122
120
|
|