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