{
"data": {
"to_wxid": "filehelper",
"address": "北京市东城区东长安街",
"latitude": 39.90374,
"longitude": 116.397827,
"title": "北京天安门广场"
},
"client_id": 1,
"type": "MT_SEND_LOCATION_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"to_wxid": "filehelper",
"address": "北京市东城区东长安街",
"latitude": 39.90374,
"longitude": 116.397827,
"title": "北京天安门广场"
},
"client_id": 1,
"type": "MT_SEND_LOCATION_MSG"
}'
{}