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-07 18:16:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d451290b1ccabfde7269e258ba06a4e6b2ee36a5
d451290b
1 parent
e2208f23
modified question message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
main.js
main.js
View file @
d451290
...
...
@@ -214,7 +214,7 @@ app.post('/hook', async function (req, res) {
"messages"
:
[
{
"type"
:
"text"
,
"text"
:
"
카테고리를 선택해주세요.\n1. 식사\n2. 카페\n3. 술\n4. 놀거리
\n(숫자만 입력해주세요)"
"text"
:
"
하고 싶은 일을 골라주세요.\n1. 밥 먹기\n2. 카페 가기\n3. 술 마시기\n4. 놀러가기
\n(숫자만 입력해주세요)"
}
]
},
...
...
@@ -230,7 +230,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 +241,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 +252,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
)
...
...
@@ -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
)
...
...
Please
register
or
login
to post a comment