최유정

modified message

Showing 1 changed file with 1 additions and 1 deletions
...@@ -238,7 +238,7 @@ app.post('/hook', async function (req, res) { ...@@ -238,7 +238,7 @@ app.post('/hook', async function (req, res) {
238 { 238 {
239 url: TARGET_URL, headers: { 'Authorization': `Bearer ${TOKEN}` }, json: { 239 url: TARGET_URL, headers: { 'Authorization': `Bearer ${TOKEN}` }, json: {
240 "replyToken": eventObj.replyToken, 240 "replyToken": eventObj.replyToken,
241 - "messages": [{ "type": "text", "text": " 지금 가장 땡기는 음식은? \n1. 양식 (피자,파스타,브런치) \n2. 한식(찌개, 고기, 국밥) \n3. 중식(마라탕, 짬뽕, 양꼬치) \n4. 일식(돈까스, 스시, 텐동)\n5. 기타\n(숫자만 입력해주세요)" }] 241 + "messages": [{ "type": "text", "text": " 지금 가장 먹고 싶은 음식은? \n1. 양식 (피자, 파스타, 브런치) \n2. 한식 (찌개, 고기, 국밥) \n3. 중식 (마라탕, 짬뽕, 양꼬치) \n4. 일식 (돈까스, 스시, 텐동)\n5. 기타\n(숫자만 입력해주세요)" }]
242 } 242 }
243 }, (error, response, body) => { 243 }, (error, response, body) => {
244 console.log(body) 244 console.log(body)
......