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-09 03:45:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
616ad907a6f44124775ba953c9ac2db205e2d4e1
616ad907
1 parent
26435ca3
Reply Modified.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
reply.js
reply.js
View file @
616ad90
...
...
@@ -54,15 +54,6 @@ try {
function
Reply
(
eventObj
,
replyMsg
){
let
replyMsgJSON
=
JSON
.
parse
(
replyMsg
);
let
playerMsg
=
JSON
.
stringify
(
replyMsgJSON
.
response
[
0
].
player
.
name
);
let
jsonMsg
=
JSON
.
stringify
(
replyMsgJSON
);
console
.
log
(
typeof
(
playerMsg
));
console
.
log
(
"Player Message "
,
playerMsg
);
console
.
log
(
"JSON Message "
,
jsonMsg
);
request
.
post
(
{
url
:
TARGET_URL
,
...
...
Please
register
or
login
to post a comment