윤준현

fix_some_text

name etc...
Showing 1 changed file with 6 additions and 7 deletions
...@@ -191,9 +191,9 @@ app.post('/message', function(req,res){ ...@@ -191,9 +191,9 @@ app.post('/message', function(req,res){
191 'message': { 191 'message': {
192 'text': '이름 : 米津玄師(Yonezu Kenshi) \n성별 : 남성 \n생년월일 : 1991년 3월 10일 \n혈액형 : O형', 192 'text': '이름 : 米津玄師(Yonezu Kenshi) \n성별 : 남성 \n생년월일 : 1991년 3월 10일 \n혈액형 : O형',
193 'photo': { 193 'photo': {
194 - 'url': 'https://s3.namuwikiusercontent.com/s/5f35be0c28de612d20eccea8c795cee38eea58700af4723f6920fc00b48c491ae5e89572e7bcb5ab2e2eb37aa6c498dbc3f4896239d3f98e4794c9b1ec96031c43d77090d83f00ba5b7d65e566f415af055f79a8059dd2f6b1f36f0f8e742f9d', 194 + 'url': 'https://images-na.ssl-images-amazon.com/images/I/71d9NrTiMzL.png',
195 - 'width': 1000, 195 + 'width': 500,
196 - 'height': 667 196 + 'height': 500
197 }, 197 },
198 'message_button': { 198 'message_button': {
199 'label': '공식 홈페이지', 199 'label': '공식 홈페이지',
...@@ -271,7 +271,7 @@ app.post('/message', function(req,res){ ...@@ -271,7 +271,7 @@ app.post('/message', function(req,res){
271 271
272 }; 272 };
273 break; 273 break;
274 -//////////////// 274 + ////////////////
275 // Guckkasten // 275 // Guckkasten //
276 //////////////// 276 ////////////////
277 case 'Guckkasten': 277 case 'Guckkasten':
...@@ -295,7 +295,6 @@ app.post('/message', function(req,res){ ...@@ -295,7 +295,6 @@ app.post('/message', function(req,res){
295 }; 295 };
296 break; 296 break;
297 case 'Guckkasten-Discography': 297 case 'Guckkasten-Discography':
298 - console.log(discography[0].json_album);
299 send = { 298 send = {
300 'message': { 299 'message': {
301 'text': 'Album List' 300 'text': 'Album List'
...@@ -313,9 +312,9 @@ app.post('/message', function(req,res){ ...@@ -313,9 +312,9 @@ app.post('/message', function(req,res){
313 case 'Mot': 312 case 'Mot':
314 send = { 313 send = {
315 'message': { 314 'message': {
316 - 'text': '설명 : 5인조 밴드\n현멤버(3집 이후) :\n 이이언(Vocal)\n 유웅렬(Guitar)\n 조남열(Drum)\n 송인섭(Bass)\n 이하윤(Keyboard)\n구멤버(1, 2집) :\n 이이언(Vocal)\n지이(Guitar)\n장르 : Indie Rock\n 데뷔 : 2007년\n소속사 : 인터파크', 315 + 'text': '설명 : 5인조 밴드\n현멤버(3집 이후) :\n 이이언(Vocal)\n 유웅렬(Guitar)\n 조남열(Drum)\n 송인섭(Bass)\n 이하윤(Keyboard)\n구멤버(1, 2집) :\n 이이언(Vocal)\n 지이(Guitar)\n장르 : Indie Rock\n 데뷔 : 2004년',
317 'photo': { 316 'photo': {
318 - 'url': 'https://scontent-icn1-1.xx.fbcdn.net/v/t1.0-1/p320x320/31164203_908165976030791_1214044515636084736_n.jpg?_nc_cat=111&_nc_ht=scontent-icn1-1.xx&oh=7da23be5eb9dfcd537287b012f231dbb&oe=5C9B33D0', 317 + 'url': 'https://thestrings.kr/wp-content/uploads/2017/10/m_main.jpg',
319 'width': 1000, 318 'width': 1000,
320 'height': 677 319 'height': 677
321 }, 320 },
......