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 20:06:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fafc4e53b2aef41849a41f172d886376c8d5d9ad
fafc4e53
1 parent
7ffb5646
reply
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
reply.js
reply.js
View file @
fafc4e5
...
...
@@ -96,11 +96,11 @@ function Reply(eventObj,replyMsg){
"replyToken"
:
eventObj
.
replyToken
,
// reply token : 누구한테 보낼 것인지?를 판별하기 위해!
"messages"
:[
{
"type"
:
"
Name
"
,
"type"
:
"
text
"
,
"text"
:
playerMsg
},
{
"type"
:
"
JSON
"
,
"type"
:
"
text
"
,
"text"
:
jsonMsg
}
]
...
...
Please
register
or
login
to post a comment