최유정

modified play question

Showing 1 changed file with 1 additions and 1 deletions
......@@ -263,7 +263,7 @@ app.post('/hook', async function (req, res) {
{
url: TARGET_URL, headers: { 'Authorization': `Bearer ${TOKEN}` }, json: {
"replyToken": eventObj.replyToken,
"messages": [{ "type": "text", "text": "뭐하고 놀지? \n1. 노래방\n2. 피시방\n3. 그 외 다른 곳!\n(숫자만 입력해주세요)" }]
"messages": [{ "type": "text", "text": "가고 싶은 곳을 선택해주세요. \n1. 노래방\n2. 피시방\n3. 그 외 다른 곳!\n(숫자만 입력해주세요)" }]
}
}, (error, response, body) => {
console.log(body)
......