[TOC]
简要描述
请求URL
http://localhost:30001/FowardEssayMsg
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
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": "https://baudu.com/1.jpg"
}
返回示例
{
"success": "1",
}
返回参数说明
参数名 |
类型 |
说明 |
success |
string |
成功返回1 失败返回 0 |
备注