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