Toggle navigation
Toggle navigation
This project
Loading...
Sign in
은승우
/
LINEBOT
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
나혜원
2019-12-05 22:09:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4fc6b81bc8a28f023e929a1c1dad97994710bd54
4fc6b81b
1 parent
44ee5a5b
ud
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
concert.js
concert.js
View file @
4fc6b81
...
...
@@ -103,10 +103,9 @@ function handleEvent(event) {
client
.
replyMessage
(
event
.
replyToken
,
showlist
).
then
(
resolve
).
catch
(
reject
);
});
}
else
if
(
0
<
event
.
message
.
text
.
substr
ing
(
0
,
2
)
*
1
<
27
){
else
if
(
0
<
event
.
message
.
text
.
substr
(
0
,
2
)
*
1
&&
event
.
message
.
text
.
substr
(
0
,
2
)
*
1
<
27
){
var
selectnum
=
(
event
.
message
.
text
.
substr
(
0
,
2
)
*
1
);
...
...
@@ -142,9 +141,10 @@ function handleEvent(event) {
console
.
log
(
videourl
.
url
);
client
.
replyMessage
(
event
.
replyToken
,
videourl
).
then
(
resolve
).
catch
(
reject
);
});
})};
});
}
else
{
return
new
Promise
(
function
(
resolve
,
reject
)
{
//언어 감지 option
var
detect_options
=
{
...
...
@@ -208,4 +208,4 @@ function handleEvent(event) {
});
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment