Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정홍주
/
Coin-trade-assistant
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
정홍주
2021-06-09 10:02:05 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ac01ae323005983fab5cd8048776b5da7c5290ee
ac01ae32
1 parent
bb9c0485
Auto pull User_ID
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app.js
app.js
View file @
ac01ae3
...
...
@@ -48,13 +48,15 @@ app.post('/hook', function (req, res) {
if
(
message
.
text
===
'김프'
){
command
=
'김프'
;
USER_ID
=
source
.
userId
;
}
else
if
(
message
.
text
===
'거래량비율'
){
volumePumpingRatioThreeMinutePerWeek
(
eventObj
.
replyToken
,
message
.
text
);
USER_ID
=
source
.
userId
;
}
else
if
(
message
.
text
==
'고래알람'
){
PushTimeId
=
SetWhaleAlert
()
USER_ID
=
source
.
userId
;
}
else
if
(
message
.
text
==
'고래알람해제'
){
clearTimeout
(
PushTimeId
)
...
...
Please
register
or
login
to post a comment