Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -102,8 +102,9 @@ async function handleEvent(event) { | ... | @@ -102,8 +102,9 @@ async function handleEvent(event) { |
102 | }, | 102 | }, |
103 | body: event.message.image | 103 | body: event.message.image |
104 | }; | 104 | }; |
105 | - console.log(options); | 105 | + |
106 | await request.post(options, function (error, response, body) { | 106 | await request.post(options, function (error, response, body) { |
107 | + console.log(options); | ||
107 | var data=JSON.stringify(body); | 108 | var data=JSON.stringify(body); |
108 | var text=''; | 109 | var text=''; |
109 | console.log(data); | 110 | console.log(data); | ... | ... |
-
Please register or login to post a comment