-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
135 lines (135 loc) · 3.18 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{"overseas":
[
{
"id": "0",
"tour": "ハワイ3泊5日間の旅",
"tourImageUrl": "/images/hawaii.png",
"place": "ハワイ",
"price": "¥90,000",
"hotel": "ホテルハワイ",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "1",
"tour": "グアム3泊4日間の旅",
"tourImageUrl": "/images/guam.png",
"place": "グアム",
"price": "¥50,000",
"hotel": "ホテルグアム",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "B飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_blue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "2",
"tour": "ソウル2泊3日間の旅",
"tourImageUrl": "/images/seoul.png",
"place": "ソウル",
"price": "¥25,000",
"hotel": "ホテルソウル",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "C飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_red.png",
"linepay": "",
"detail": "",
"tourParm": ""
}
],
"domestic":
[
{
"id": "10",
"tour": "沖縄1泊2日間の旅",
"tourImageUrl": "/images/okinawa.png",
"place": "沖縄",
"price": "¥34,800",
"hotel": "ホテルオキナワ",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "11",
"tour": "北海道1泊2日間の旅",
"tourImageUrl": "/images/hokkaidou.png",
"place": "北海道",
"price": "¥35,800",
"hotel": "ホテルホッカイドウ",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "12",
"tour": "大阪1泊2日間の旅",
"tourImageUrl": "/images/oosaka.png",
"place": "大阪",
"price": "¥24,800",
"hotel": "ホテルオオサカ",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "13",
"tour": "鹿児島1泊2日間の旅",
"tourImageUrl": "/images/kagoshima.png",
"place": "鹿児島",
"price": "¥28,800",
"hotel": "ホテルカゴシマ",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
},
{
"id": "14",
"tour": "四国2泊3日間の旅",
"tourImageUrl": "/images/shikoku.png",
"place": "四国",
"price": "¥41,800",
"hotel": "ホテルシコク",
"hotelImageUrl": "/images/building_hotel.png",
"hotelParam": "",
"airline": "A飛行機",
"airlineParam": "",
"airlineImageUrl": "/images/airplane_skyblue.png",
"linepay": "",
"detail": "",
"tourParm": ""
}
]
}