김준서

Edit Showmenu function

Showing 1 changed file with 1 additions and 1 deletions
...@@ -35,7 +35,7 @@ function ShowMenu() { ...@@ -35,7 +35,7 @@ function ShowMenu() {
35 'Authorization': `Bearer ${TOKEN}` 35 'Authorization': `Bearer ${TOKEN}`
36 }, 36 },
37 json: { 37 json: {
38 - "to": `${user_id}`, 38 + "replyToken":replyToken,
39 "messages": [ 39 "messages": [
40 { 40 {
41 "type": "text", 41 "type": "text",
......