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 12:36:26 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04585ed67357afc4355fad633e9ab18abd5b11b6
04585ed6
1 parent
308f23b7
Update app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app.js
app.js
View file @
04585ed
...
...
@@ -102,8 +102,9 @@ async function handleEvent(event) {
},
body
:
event
.
message
.
image
};
console
.
log
(
options
);
await
request
.
post
(
options
,
function
(
error
,
response
,
body
)
{
console
.
log
(
options
);
var
data
=
JSON
.
stringify
(
body
);
var
text
=
''
;
console
.
log
(
data
);
...
...
Please
register
or
login
to post a comment