최유정

임시 커밋(작업중)

Showing 1 changed file with 1 additions and 1 deletions
...@@ -60,7 +60,7 @@ function sendLocation(replyToken, latitude, longitude, locationAdd, locationName ...@@ -60,7 +60,7 @@ function sendLocation(replyToken, latitude, longitude, locationAdd, locationName
60 "messages": [ 60 "messages": [
61 { 61 {
62 "type": "location", 62 "type": "location",
63 - "title": locationName, 63 + "title": location_name,
64 "address": locationAdd, 64 "address": locationAdd,
65 "latitude": latitude, 65 "latitude": latitude,
66 "longitude": longitude 66 "longitude": longitude
......