获取播报内容
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取播报内容</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/nykapi/v4.service/getBroadcost</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;page&quot;: {
&quot;page&quot;: 1,
&quot;limit&quot;: 5,
&quot;count&quot;: 15,
&quot;pageCount&quot;: 3,
&quot;nextPage&quot;: true
},
&quot;archives&quot;: [
{
&quot;id&quot;: 15,
&quot;uid&quot;: 1168,
&quot;content&quot;: &quot;内容模板&quot;,
&quot;create_at&quot;: &quot;2024-07-29 23:58:56&quot;
},
{
&quot;id&quot;: 14,
&quot;uid&quot;: 1168,
&quot;content&quot;: &quot;内容模板&quot;,
&quot;create_at&quot;: &quot;2024-07-29 23:58:56&quot;
},
{
&quot;id&quot;: 13,
&quot;uid&quot;: 1168,
&quot;content&quot;: &quot;内容模板&quot;,
&quot;create_at&quot;: &quot;2024-07-29 23:58:56&quot;
},
{
&quot;id&quot;: 12,
&quot;uid&quot;: 1168,
&quot;content&quot;: &quot;内容模板&quot;,
&quot;create_at&quot;: &quot;2024-07-29 23:58:56&quot;
},
{
&quot;id&quot;: 11,
&quot;uid&quot;: 1168,
&quot;content&quot;: &quot;内容模板&quot;,
&quot;create_at&quot;: &quot;2024-07-29 23:58:56&quot;
}
]
}
}</code></pre>