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:42:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c95a6db7d04e6f5952b5fea8c59ed8b42ba74750
c95a6db7
1 parent
98308611
mod
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
reply.js
reply.js
View file @
c95a6db
...
...
@@ -77,8 +77,7 @@ try {
function
Reply
(
eventObj
,
replyMsg
){
replyMsg
=
JSON
.
parse
(
replyMsg
);
console
.
log
(
replyMsg
.
name
);
let
replyMsgJSON
=
JSON
.
parse
(
replyMsg
);
request
.
post
(
{
...
...
@@ -91,11 +90,11 @@ function Reply(eventObj,replyMsg){
"messages"
:[
{
"type"
:
"Name"
,
"text"
:
replyMsg
.
response
[
0
].
player
.
name
"text"
:
replyMsg
JSON
.
response
[
0
].
player
.
name
},
{
"type"
:
"JSON"
,
"text"
:
replyMsg
"text"
:
replyMsg
JSON
}
]
}
...
...
Please
register
or
login
to post a comment