ai电报
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/index/code</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;notice&quot;: [
{
&quot;id&quot;: &quot;2&quot;,
&quot;title&quot;: &quot;2023年重磅来袭2023年重磅来袭&quot;
},
{
&quot;id&quot;: &quot;1&quot;,
&quot;title&quot;: &quot;carry ai小程序最新上线&quot;
}
],
&quot;tutorial&quot;: {
&quot;tutorial_id&quot;: &quot;1&quot;,
&quot;title&quot;: &quot;新手必备教程&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/lavatar.jpg&quot;
},
&quot;report&quot;: {
&quot;report_id&quot;: &quot;1&quot;,
&quot;title&quot;: &quot;标题标题标题标题标题标题&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/lavatar.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;">tutorial</td>
<td style="text-align: left;">string</td>
<td>教程</td>
</tr>
<tr>
<td style="text-align: left;">report</td>
<td style="text-align: left;">string</td>
<td>报告</td>
</tr>
<tr>
<td style="text-align: left;">notice</td>
<td style="text-align: left;">string</td>
<td>ai电报</td>
</tr>
</tbody>
</table>