批量推送指令到AI
<p>[TOC]</p>
<h5>简要描述</h5>
<p>-后台定时 批量推送指令到AI系统</p>
<h5>请求URL</h5>
<ul>
<li>` <a href="https://title.mxteach.com/AI/pushInstructions?num=10">https://title.mxteach.com/AI/pushInstructions?num=10</a> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET
<h5>参数</h5></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>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">GET</td>
<td>int</td>
<td>条数数量 不写 默认10条</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;status&quot;: 0,
&quot;message&quot;: &quot;ok&quot;,
&quot;result&quot;: [
]
}</code></pre>
<h5>返回参数说明</h5>