wxhook

微信


转发文章消息

[TOC]

简要描述
  • 转发文章消息
请求URL
  • http://localhost:30001/FowardEssayMsg
请求方式
  • POST
参数
参数名 必选 类型 说明
towxid string 接收人微信ID/群ID
title string 文章标题
desc string 文章描述或文章URL链接
url string 文章的URL链接地址
imgpath string 文章配图(可以为空)
发送示例
{
    "towxid": "filehelper",
    "title": "知识,端午节是最早的防疫日",
    "desc": "https://baijiahao.baidu.com/s?id=1734503229598294773",
    "url": "https://baijiahao.baidu.com/s?id=1734503229598294773",
    "imgpath": "C:\Users\Administrator\Desktop\1.jpg"
}
返回示例
  {
    "success": "1",
  }
返回参数说明
参数名 类型 说明
success string 成功返回1 失败返回 0
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML