{
"method": "/msg/sendLocation",
"params": {
"guid": "{{guid}}",
"title": "南岸区茶园(重庆第二师范学院)",
"address": "重庆市南岸区",
"latitude": 29.510868,
"longitude": 106.656882,
"toId": "{{toId}}"
}
}curl --location --request POST 'http://manager.qiweapi.com/qiwe/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/msg/sendLocation",
"params": {
"guid": "",
"title": "南岸区茶园(重庆第二师范学院)",
"address": "重庆市南岸区",
"latitude": 29.510868,
"longitude": 106.656882,
"toId": ""
}
}'{
"code": 0,
"data": {
"isSendSuccess": 0,
"msgServerId": 0,
"msgType": 0,
"msgUniqueIdentifier": "string",
"seq": 0,
"timestamp": 0
},
"msg": "string"
}