Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박찬수
2022-06-07 19:25:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1d3e64a91cdc7a8effbe1271a12036e08ecef19
f1d3e64a
1 parent
916ab45d
reply.js modified.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
reply.js
reply.js
View file @
f1d3e64
...
...
@@ -76,6 +76,9 @@ try {
}
function
Reply
(
eventObj
,
replyMsg
){
replyMsg
=
JSON
.
parse
(
replyMsg
);
request
.
post
(
{
url
:
TARGET_URL
,
...
...
@@ -86,11 +89,11 @@ function Reply(eventObj,replyMsg){
"replyToken"
:
eventObj
.
replyToken
,
// reply token : 누구한테 보낼 것인지?를 판별하기 위해!
"messages"
:[
{
"type"
:
"
text
"
,
"text"
:
"Hello, user"
"type"
:
"
Name
"
,
"text"
:
replyMsg
.
name
},
{
"type"
:
"
text
"
,
"type"
:
"
JSON
"
,
"text"
:
replyMsg
}
]
...
...
Please
register
or
login
to post a comment