Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw(该文未开启关联文章,返回空)raw=false(精简投影):#data 为拍平后的三字段:$.data.ret: 返回码(0 正常)$.data.count: 关联文章条数$.data.articles[]: 关联文章列表(命中任一来源列表的合并;空文章为 [])raw=true(原始):#data 为完整原始响应:$.data.article_size: 关联文章数量(对应精简模式 count)$.data.list[]: 关联文章原始列表(对应精简模式 articles)$.data.base_resp.ret: 返回码(对应精简模式 ret);base_resp.exportkey_token: 导出 token$.data.empty_scene: 空结果场景码;$.data.show_rec_reason: 是否展示推荐理由;$.data.report_info: 上报信息(JSON 串)https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw (this article has related articles disabled, returns empty)raw=false (simplified projection):#data is flattened into three fields:$.data.ret: return code (0 = OK)$.data.count: number of related articles$.data.articles[]: related article list (merged from whichever source list hits; [] when empty)raw=true (raw):#data is the full raw response:$.data.article_size: number of related articles (corresponds to count in simplified mode)$.data.list[]: raw related article list (corresponds to articles in simplified mode)$.data.base_resp.ret: return code (corresponds to ret in simplified mode); base_resp.exportkey_token: export token$.data.empty_scene: empty-result scene code; $.data.show_rec_reason: whether to show recommendation reason; $.data.report_info: report info (JSON string)Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/wechat_mp/v2/fetch_related_articles' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw",
"raw": true
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}