{
"userId": 1024,
"type": "text",
"content": "你好呀",
"mediaId": "qqc_2Fot30Jse-HDoZmo5RrUDijz2nGUkP",
"title": "没有标题",
"description": "你猜",
"thumbMediaId": "qqc_2Fot30Jse-HDoZmo5RrUDijz2nGUkP",
"articles": [
{
"title": "string",
"description": "string",
"picUrl": "string",
"url": "string"
}
],
"musicUrl": "https://www.iocoder.cn/music.mp3",
"hqMusicUrl": "https://www.iocoder.cn/music.mp3"
}curl --location --request POST 'http://139.198.190.189:58080/admin-api/mp/message/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 1024,
"type": "text",
"content": "你好呀",
"mediaId": "qqc_2Fot30Jse-HDoZmo5RrUDijz2nGUkP",
"title": "没有标题",
"description": "你猜",
"thumbMediaId": "qqc_2Fot30Jse-HDoZmo5RrUDijz2nGUkP",
"articles": [
{
"title": "string",
"description": "string",
"picUrl": "string",
"url": "string"
}
],
"musicUrl": "https://www.iocoder.cn/music.mp3",
"hqMusicUrl": "https://www.iocoder.cn/music.mp3"
}'{
"code": 0,
"data": {
"id": 1024,
"msgId": 23953173569869170,
"accountId": 1,
"appId": "wx1234567890",
"userId": 2048,
"openid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2M",
"type": "text",
"sendFrom": 1,
"content": "你好呀",
"mediaId": "1234567890",
"mediaUrl": "https://www.iocoder.cn/xxx.png",
"recognition": "语音识别后文本",
"format": "amr",
"title": "我是标题",
"description": "我是描述",
"thumbMediaId": "1234567890",
"thumbMediaUrl": "https://www.iocoder.cn/xxx.png",
"url": "https://www.iocoder.cn",
"locationX": 23.137466,
"locationY": 113.352425,
"scale": 13,
"label": "杨浦区黄兴路 221-4 号临",
"articles": [
{
"title": "string",
"description": "string",
"picUrl": "string",
"url": "string"
}
],
"musicUrl": "https://www.iocoder.cn/xxx.mp3",
"hqMusicUrl": "https://www.iocoder.cn/xxx.mp3",
"event": "subscribe",
"eventKey": "qrscene_123456",
"createTime": "2019-08-24T14:15:22.123Z"
},
"msg": "string"
}