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 17:45:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2208f2370aef1138c39dec740028e3c88443315
e2208f23
1 parent
b00dc920
added output message
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
main.js
main.js
View file @
e2208f2
...
...
@@ -59,12 +59,22 @@ function sendLocation(replyToken, latitude, longitude, locationAdd, locationName
"replyToken"
:
replyToken
,
"messages"
:
[
{
"type"
:
"text"
,
"text"
:
"선택하신 내용을 바탕으로 가실 만한 곳을 추천해드릴게요!"
},
{
"type"
:
"location"
,
"title"
:
location
_n
ame
,
"title"
:
location
N
ame
,
"address"
:
locationAdd
,
"latitude"
:
latitude
,
"longitude"
:
longitude
},
{
"type"
:
"text"
,
"text"
:
"오늘은 "
+
locationName
+
" 어떠신가요?"
}
]
}
},
(
error
,
response
,
body
)
=>
{
...
...
Please
register
or
login
to post a comment