윤준현

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){
'message': {
'text': '이름 : 米津玄師(Yonezu Kenshi) \n성별 : 남성 \n생년월일 : 1991년 3월 10일 \n혈액형 : O형',
'photo': {
'url': 'https://s3.namuwikiusercontent.com/s/5f35be0c28de612d20eccea8c795cee38eea58700af4723f6920fc00b48c491ae5e89572e7bcb5ab2e2eb37aa6c498dbc3f4896239d3f98e4794c9b1ec96031c43d77090d83f00ba5b7d65e566f415af055f79a8059dd2f6b1f36f0f8e742f9d',
'width': 1000,
'height': 667
'url': 'https://images-na.ssl-images-amazon.com/images/I/71d9NrTiMzL.png',
'width': 500,
'height': 500
},
'message_button': {
'label': '공식 홈페이지',
......@@ -271,7 +271,7 @@ app.post('/message', function(req,res){
};
break;
////////////////
////////////////
// Guckkasten //
////////////////
case 'Guckkasten':
......@@ -295,7 +295,6 @@ app.post('/message', function(req,res){
};
break;
case 'Guckkasten-Discography':
console.log(discography[0].json_album);
send = {
'message': {
'text': 'Album List'
......@@ -313,9 +312,9 @@ app.post('/message', function(req,res){
case 'Mot':
send = {
'message': {
'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소속사 : 인터파크',
'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년',
'photo': {
'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',
'url': 'https://thestrings.kr/wp-content/uploads/2017/10/m_main.jpg',
'width': 1000,
'height': 677
},
......