接口文档开发者博客官网首页

视频-分享给好友

POSThttps://api.wechatapi.net/message/sendFinderMsg

请求参数

参数名位置类型必填说明
wechat-tokenheaderstring必填
appIdbodystring必填

设备ID

toWxidbodystring必填

接收人wxid

idbodyinteger必填

视频信息id

usernamebodystring必填

视频发布者username

nicknamebodystring必填

视频发布者昵称

headUrlbodystring必填

视频发布者头像

nonceIdbodystring必填

视频nonceId

mediaTypebodystring必填

视频类型

widthbodystring必填

视频宽度

heightbodystring必填

视频高度

urlbodystring必填

url

thumbUrlbodystring必填

thumbUrl

thumbUrlTokenbodystring必填

thumbUrlToken

descriptionbodystring必填

视频描述

videoPlayLenbodystring必填

播放时长

请求示例

Request JSON
{
  "appId": "",
  "toWxid": "",
  "id": 0,
  "username": "",
  "nickname": "",
  "headUrl": "",
  "nonceId": "",
  "mediaType": "",
  "width": "",
  "height": "",
  "url": "",
  "thumbUrl": "",
  "thumbUrlToken": "",
  "description": "",
  "videoPlayLen": ""
}

响应示例

Response JSON
{
  "ret": 200,
  "msg": "操作成功"
}
接入 视频-分享给好友 接口

注册即可获取 appId 与调用凭证,支持在线调试。

免费注册在线调试

本模块其他接口