pc海报
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:system.poster</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>类型 4、pc大学(大学名师课堂海报)5、PC积分赢取助学金海报 6、留学服务海报</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"status": true,
"data": [
{
"id": 9,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_07_15862556825e8c5742cd196.jpg",//图片
"url": "https://open.weixin.qq.com/",//链接
"order": "11",
"type": 4
},
{
"id": 10,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_07_15862556825e8c5742cd196.jpg",
"url": "https://open.weixin.qq.com/",
"order": "11",
"type": 4
},
{
"id": 11,
"img": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_07_15862556825e8c5742cd196.jpg",
"url": "https://open.weixin.qq.com/",
"order": "11",
"type": 4
}
],
"msg": "获取成功"
}
</code></pre>