정홍주

Auto pull User_ID

Showing 1 changed file with 3 additions and 1 deletions
......@@ -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)
......