推广中心首页刷新推广链接
<p><strong>简要描述:</strong> </p>
<ul>
<li>推广中心-获取推广中心首页数据</li>
</ul>
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetRefreshSpreadLink</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST / GET</li>
</ul>
<p><strong>参数:</strong> </p>
<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;">LinkToken</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>旧推广链接的token值</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"Status": true,
"Info": "成功",
"Data": "http://officialmobile.com/GeneralizeRegistered?token=acb7339e96e146b2831ba2f4ef2107b8",
"Code": 1
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">Data</td>
<td style="text-align: left;">string</td>
<td>新的推广链接</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>