首页change
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页change</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{{url}}/api/home/change</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<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;">module_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>传对应的值</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;Success&quot;,
&quot;data&quot;: {
&quot;module_id&quot;: 3,
&quot;module_name&quot;: &quot;Hot Recommendations&quot;,
&quot;module_type&quot;: 3,
&quot;data&quot;: [
{
&quot;play_id&quot;: 10003,
&quot;play_name&quot;: &quot;爱在黎明前降落英文&quot;,
&quot;play_cover&quot;: &quot;https://imgcache.dealmoon.com/thumbimg.dealmoon.com/dealmoon/557/9b8/4b2/3065e0c700281439a2810b0.jpg_1080_0_40_1dd8.jpg&quot;
},
{
&quot;play_id&quot;: 10000,
&quot;play_name&quot;: &quot;脱缰英文&quot;,
&quot;play_cover&quot;: &quot;https://imgcache.dealmoon.com/thumbimg.dealmoon.com/dealmoon/813/02e/4fc/bb1dcb4600a8bf067887391.jpg_1080_0_40_cec7.jpg&quot;
},
{
&quot;play_id&quot;: 10001,
&quot;play_name&quot;: &quot;我在八零年代当后妈英文&quot;,
&quot;play_cover&quot;: &quot;https://imgcache.dealmoon.com/thumbimg.dealmoon.com/dealmoon/f41/7a5/f74/d45483573054cfd7b5a6165.jpg_1080_0_40_b564.jpg&quot;
}
]
}
}</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.id</td>
<td style="text-align: left;">id</td>
<td>用户ID</td>
</tr>
<tr>
<td style="text-align: left;">data.play_id</td>
<td style="text-align: left;">int</td>
<td>短剧ID</td>
</tr>
<tr>
<td style="text-align: left;">data.play_name</td>
<td style="text-align: left;">string</td>
<td>短剧名称</td>
</tr>
<tr>
<td style="text-align: left;">data.play_cover</td>
<td style="text-align: left;">string</td>
<td>短剧封面</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>