【看电视】【推荐】-热门明星详情页
<h5>简要描述</h5>
<ul>
<li>module=17</li>
<li>智能推荐该明星在库全量作品,并根据用户行为进行智能排序;</li>
<li>高清内容排序优先,标清内容排序在后;</li>
<li>读取海报1图片;</li>
</ul>
<h3>头信息约定</h3>
<table>
<thead>
<tr>
<th style="text-align: left;">key值</th>
<th style="text-align: left;">value值</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;"><code>Content-Type</code></td>
<td style="text-align: left;"><code>application/json;charset=UTF-8</code></td>
</tr>
</tbody>
</table>
<h5>请求URL</h5>
<ul>
<li><code>/api/recommend/</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 style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
<th>默认值</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">kpeople</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">明星姓名(具体值需要看媒资表中“kpeople”字段的枚举值)</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">definition</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">清晰度:0、1、2</td>
<td></td>
</tr>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">页码</td>
<td>从1开始</td>
</tr>
</tbody>
</table>
<h5>参数示例</h5>
<pre><code>{
&quot;userId&quot;: &quot;user_id_7788&quot;,
&quot;huoshanSpm&quot;: &quot;A$##$B$##$C&quot;,
&quot;pagename&quot;: &quot;F_G&quot;,
&quot;module&quot;: 17,
&quot;size&quot;: 10,
&quot;posterType&quot;: &quot;poster&quot;,
&quot;kpeople&quot;: &quot;胡歌&quot;,
&quot;definition&quot;: &quot;1&quot;,
&quot;pageNum&quot;: 1
}
</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>