JKL

Update_Club_Information

Showing 1 changed file with 44 additions and 0 deletions
......@@ -65,6 +65,50 @@ app.post('/message', (req, res) => {
}
}
//동아리 정보 보기
if(question== "바운스" || question == "bounce"){
data = {
"version": "2.0",
"template": {
"outputs": [
{
"listCard": {
"header": {
"title": "BOUNCE"
},
"items": [
{
"title": "Instagram",
"description": "인스타그램으로 이동",
"imageUrl": "https://cdn-icons.flaticon.com/png/128/3955/premium/3955024.png?token=exp=1638459829~hmac=5fedfb0e259d3541fa15144c8329704c",
"link": {
"web": "https://www.instagram.com/official_bnc/"
}
},
{
"title": "Facebook",
"description": "페이스북으로 이동",
"imageUrl": "https://cdn-icons-png.flaticon.com/128/145/145802.png",
"link": {
"web": "https://m.facebook.com/khubounce"
}
},
{
"title": "Youtube",
"description": "유튜브로 이동",
"imageUrl": "https://cdn-icons-png.flaticon.com/128/187/187209.png",
"link": {
"web": "https://m.youtube.com/channel/UCdqjjUiX3nTsr0neeC1ovvw"
}
}
]
}
}
]
}
}
}
//학식
if (question == "서울캠퍼스") {
data = {
......