get_weixin_article_content
Retrieve the full plain text content of a WeChat official account article by providing its direct mp.weixin.qq.com URL. Returns a clear failure message instead of an error if fetching fails.
Instructions
抓取微信公众号文章正文纯文本。失败时返回以"获取文章内容失败:"开头的说明,而非报错。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referer | No | 可选的 Referer 请求头 | |
| real_url | Yes | 微信公众号文章真实链接(https://mp.weixin.qq.com/...) |