转发小程序
请求参数
| 参数名 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
wechat-token | header | string | 必填 | — |
appId | body | string | 必填 | 设备ID |
toWxid | body | string | 必填 | 好友/群的ID |
xml | body | string | 必填 | 文件消息的xml |
coverImgUrl | body | string | 必填 | 小程序封面图链接 |
请求示例
{
"appId": "",
"toWxid": "",
"xml": "",
"coverImgUrl": ""
}响应示例
{
"ret": 200,
"msg": "操作成功",
"data": {
"toWxid": "***********@chatroom",
"createTime": 1704163145,
"msgId": 769533801,
"newMsgId": 5271007655758710000,
"type": 33
}
}