curl --location 'http://localhost:8085/api/message/position' \
--header 'Content-Type: application/json' \
--data '{
"label": "广州市天河区",
"lat": 23.123456,
"lon": 113.123456,
"poi_name": "天河城",
"receiver": "wxid_xxx",
"scale": 15
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
},
"count": 0,
"list": [
{
"client_id": 0,
"code": 0,
"create_time": 0,
"id": 0,
"new_id": 0,
"receiver": {
"value": "string"
},
"server_time": 0,
"type": 0
}
],
"unknown": 0
},
"message": "string"
}