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 05:47:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07773f1baad586472dda78819b1d4b13428ea5b9
07773f1b
1 parent
c3d67805
번호 고르기 기능 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
reply.js
reply.js
View file @
07773f1
...
...
@@ -24,6 +24,7 @@ var currentTeamID = 0;
data
.
SetData
();
var
app
=
express
();
app
.
use
(
bodyParser
.
json
());
app
.
post
(
'/hook'
,
function
(
req
,
res
)
{
...
...
@@ -120,11 +121,8 @@ function SelectAPI(eventObj, commingMsg){
}
else
{
// 팀명 입력
papago
.
TranslateKRtoEN
(
commingMsg
,
function
(
transedMsg
){
//Reply(eventObj, transedMsg);
if
(
step
==
0
){
currentTeamID
=
data
.
SearchTeam
(
transedMsg
);
Reply
(
eventObj
,
SelectTeamInfoMessage
());
}
currentTeamID
=
data
.
SearchTeam
(
transedMsg
);
Reply
(
eventObj
,
SelectTeamInfoMessage
());
});
}
step
++
;
...
...
Please
register
or
login
to post a comment