取公众号文章信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>取公众号文章信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><a href="http://localhost:30001/Get_GhDoc_Info">http://localhost:30001/Get_GhDoc_Info</a></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>公众号文章url地址</td>
</tr>
</tbody>
</table>
<h5>发送示例</h5>
<pre><code>{
&quot;url&quot;: &quot;https://mp.weixin.qq.com/s/FQSivu6q8Qt4QH82KDC3Yg&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;advertisement_info&quot;: [],
&quot;appmsgstat&quot;: {
&quot;show&quot;: true,
&quot;is_login&quot;: true,
&quot;liked&quot;: false,
&quot;read_num&quot;: 2735,
&quot;like_num&quot;: 3,
&quot;ret&quot;: 0,
&quot;real_read_num&quot;: 0,
&quot;version&quot;: 1,
&quot;prompted&quot;: 0,
&quot;like_disabled&quot;: false,
&quot;style&quot;: 1,
&quot;video_pv&quot;: 0,
&quot;video_uv&quot;: 0,
&quot;friend_like_num&quot;: 0,
&quot;old_liked&quot;: false,
&quot;old_like_num&quot;: 7,
&quot;show_gray&quot;: 0,
&quot;old_liked_before&quot;: 0,
&quot;show_like&quot;: 1,
&quot;show_like_gray&quot;: 0,
&quot;show_old_like&quot;: 1,
&quot;show_old_like_gray&quot;: 0,
&quot;show_read&quot;: 1
},
&quot;reward_head_imgs&quot;: [],
&quot;is_fans&quot;: 0,
&quot;reward_head_img_infos&quot;: [],
&quot;base_resp&quot;: {
&quot;wxtoken&quot;: 777
},
&quot;more_read_list&quot;: [],
&quot;friend_subscribe_count&quot;: 0,
&quot;original_article_count&quot;: 0,
&quot;related_tag_video&quot;: [],
&quot;appmsg_album_videos&quot;: [],
&quot;test_flag&quot;: 0,
&quot;video_continue_flag&quot;: 1,
&quot;public_tag_info&quot;: {
&quot;tags&quot;: []
},
&quot;share_flag&quot;: {
&quot;show&quot;: 1,
&quot;show_gray&quot;: 0
},
&quot;appmsgact&quot;: {
&quot;old_liked_before&quot;: 0,
&quot;seen_before&quot;: 0,
&quot;share_before&quot;: 0,
&quot;favorite_before&quot;: 0,
&quot;reward_before&quot;: 0,
&quot;pay_before&quot;: 0
},
&quot;favorite_flag&quot;: {
&quot;show&quot;: 1,
&quot;show_gray&quot;: 0
},
&quot;show_related_article&quot;: 0,
&quot;show_biz_banner&quot;: 1,
&quot;appid&quot;: &quot;wx17e8272ec84b8636&quot;,
&quot;bizfile_ret&quot;: 0
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">read_num</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>返回文章阅读数</td>
</tr>
</tbody>
</table>