转发朋友圈
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>转发朋友圈</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:30001/SendTimeline</code></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>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">send_pyq_xml</td>
<td style="text-align: left;">string</td>
<td>要发送的内容,内容为xml格式。</br>来源于获取朋友圈首页或下一页数据</td>
</tr>
</tbody>
</table>
<h5>发送示例(朋友圈无新动态)</h5>
<pre><code>{
"send_pyq_xml":"<TimelineObject><id><![CDATA[13911640316198072662]]></id><username><![CDATA[wxid_tgnoo6jy67z022]]></username><createTime><![CDATA[1658396758]]></createTime><contentDescShowType>0</contentDescShowType><contentDescScene>0</contentDescScene><private><![CDATA[0]]></private><contentDesc><![CDATA[年化3.2,最后一周了![加油][加油][加油]]]></contentDesc><contentattr><![CDATA[0]]></contentattr><sourceUserName></sourceUserName><sourceNickName></sourceNickName><statisticsData></statisticsData><weappInfo><appUserName></appUserName><pagePath></pagePath><version><![CDATA[0]]></version><debugMode><![CDATA[0]]></debugMode><shareActionId></shareActionId><isGame><![CDATA[0]]></isGame><messageExtraData></messageExtraData><subType><![CDATA[0]]></subType><preloadResources></preloadResources></weappInfo><canvasInfoXml></canvasInfoXml><ContentObject><contentStyle><![CDATA[1]]></contentStyle><contentSubStyle><![CDATA[0]]></contentSubStyle><title></title><description></description><contentUrl></contentUrl><mediaList><media><id><![CDATA[13911640316785406294]]></id><type><![CDATA[2]]></type><title></title><description></description><private><![CDATA[0]]></private><url type=\"1\" md5=\"29d1df633b56b6b1dea318d6b853c9ab\"><![CDATA[http://szmmsns.qpic.cn/mmsns/6h8z1b8QClBxLbdm46EVsMeSe5FZm6R9Ga50lqdwQQ5Sib6mpcFSsZAALxuxL4AF8XFjt2iaE4Xco/0]]></url><thumb type=\"1\"><![CDATA[http://szmmsns.qpic.cn/mmsns/6h8z1b8QClBxLbdm46EVsMeSe5FZm6R9Ga50lqdwQQ5Sib6mpcFSsZAALxuxL4AF8XFjt2iaE4Xco/150]]></thumb><videoDuration><![CDATA[0.0]]></videoDuration><size totalSize=\"62225.0\" width=\"887.0\" height=\"1920.0\"></size></media><media><id><![CDATA[13911640316811751754]]></id><type><![CDATA[2]]></type><title></title><description></description><private><![CDATA[0]]></private><url type=\"1\" md5=\"ebc50943ed25817eb7e596b1af0f0460\"><![CDATA[http://szmmsns.qpic.cn/mmsns/6h8z1b8QClBxLbdm46EVsMeSe5FZm6R9HDdAKgiaGcVUrcRia9xhS3cbW1aRLOFEqyPdjjHdibqjWw/0]]></url><thumb type=\"1\"><![CDATA[http://szmmsns.qpic.cn/mmsns/6h8z1b8QClBxLbdm46EVsMeSe5FZm6R9HDdAKgiaGcVUrcRia9xhS3cbW1aRLOFEqyPdjjHdibqjWw/150]]></thumb><videoDuration><![CDATA[0.0]]></videoDuration><size totalSize=\"52781.0\" width=\"887.0\" height=\"1920.0\"></size></media></mediaList></ContentObject><actionInfo><appMsg><mediaTagName></mediaTagName><messageExt></messageExt><messageAction></messageAction></appMsg></actionInfo><appInfo><id></id></appInfo><location poiClassifyId=\"\" poiName=\"\" poiAddress=\"\" poiClassifyType=\"0\" city=\"\"></location><publicUserName></publicUserName><streamvideo><streamvideourl></streamvideourl><streamvideothumburl></streamvideothumburl><streamvideoweburl></streamvideoweburl></streamvideo></TimelineObject>"
}</code></pre>
<h5>返回示例(朋友圈无新动态)</h5>
<pre><code>{
"success":"1"
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">string</td>
<td>1=发送成功 0=发送失败</td>
</tr>
</tbody>
</table>