curl --location --request POST '/Msg/ShareLocation?authcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"Infourl": "",
"Label": "中国南海航天发射场",
"Poiname": "中国南海航天发射场",
"Scale": 18,
"ToWxid": "wxid_2m16mcjjvwpw11",
"X": 110.12513,
"Y": 19.61058
}'
{
"Code": 0,
"Success": true,
"Message": "成功",
"Data": {
"BaseResponse": {
"ret": 0,
"errMsg": {}
},
"Count": 1,
"List": [
{
"Ret": 0,
"ToUsetName": {
"string": "wxid_2m16mcjjvwpw11"
},
"MsgId": 0,
"ClientMsgid": 1651436419,
"Createtime": 1759397450,
"servertime": 1759397450,
"Type": 48,
"NewMsgId": 3619289790144728785
}
],
"NoKnow": 0
},
"Data62": "",
"Debug": "",
"CodeValue": "",
"ID": 0
}