Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신원형
/
study-or-enjoy
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최유정
2022-06-09 09:46:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c934b7eb67a49f5ce28780bfe31c496bd01033c
6c934b7e
1 parent
b764896a
modified output message
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
main.js
main.js
View file @
6c934b7
...
...
@@ -214,6 +214,14 @@ app.post('/hook', async function (req, res) {
"messages"
:
[
{
"type"
:
"text"
,
"text"
:
"오늘은 할 일이 없으시네요!"
},
{
"type"
:
"text"
,
"text"
:
"그렇다면 밖에 나가볼까요?"
},
{
"type"
:
"text"
,
"text"
:
"하고 싶은 일을 골라주세요.\n1. 밥 먹기\n2. 카페 가기\n3. 술 마시기\n4. 놀러가기 \n(숫자만 입력해주세요)"
}
]
...
...
@@ -230,7 +238,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. 마라탕, 짬뽕, 양꼬치같은 중식\n4. 돈까스, 스시, 텐동같은 일식
\n5. 기타\n(숫자만 입력해주세요)"
}]
"messages"
:
[{
"type"
:
"text"
,
"text"
:
" 지금 가장 땡기는 음식은? \n1.
양식 (피자,파스타,브런치) \n2. 한식(찌개, 고기, 국밥) \n3. 중식(마라탕, 짬뽕, 양꼬치) \n4. 일식(돈까스, 스시, 텐동)
\n5. 기타\n(숫자만 입력해주세요)"
}]
}
},
(
error
,
response
,
body
)
=>
{
console
.
log
(
body
)
...
...
@@ -241,7 +249,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
)
...
...
@@ -252,7 +260,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.바삭바삭한 전과 함께 막걸리\n4. 부담
없이 가볍게 맥주\n(숫자만 입력해주세요)"
}]
"messages"
:
[{
"type"
:
"text"
,
"text"
:
"어떤 곳에서 술 한잔 할까요? \n1. 곱창이나 육회와 소주 한잔\n2.
분위기 좋은 이자카야\n3. 바삭바삭한 전과 함께 막걸리\n4. 부담
없이 가볍게 맥주\n(숫자만 입력해주세요)"
}]
}
},
(
error
,
response
,
body
)
=>
{
console
.
log
(
body
)
...
...
Please
register
or
login
to post a comment